Advertisement
Guest User

Dark theme for Spine app

a guest
Jan 4th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.94 KB | None | 0 0
  1. QCheckBox {
  2.     background-color: #111111;
  3.     color: #eeeeee;
  4.     font-family: "Lato Semibold";
  5.     font-size: 14px;
  6. }
  7.  
  8. QComboBox {
  9.     background-color: #111111;
  10.     color: #eeeeee;
  11.     font-family: "Lato Semibold";
  12.     font-size: 14px;
  13. }
  14.  
  15. QDialog {
  16.     background-color: #111111;
  17.     color: #eeeeee;
  18.     font-family: "Lato Semibold";
  19.     font-size: 14px;
  20. }
  21.  
  22. QGroupBox {
  23.     background-color: #111111;
  24.     color: #eeeeee;
  25.     font-family: "Lato Semibold";
  26.     font-size: 14px;
  27. }
  28.  
  29. QHeaderView {
  30.     background-color: #808080;
  31.     color: #FFFFFF;
  32.     font-weight: bold;
  33.     font-family: "Lato Semibold";
  34.     font-size: 14px;
  35. }
  36.  
  37. QHeaderView:section {
  38.     background-color: #808080;
  39.     color: #FFFFFF;
  40.     font-weight: bold;
  41. }
  42.  
  43. QLabel {
  44.     background-color: #111111;
  45.     color: #eeeeee;
  46.     font-family: "Lato Semibold";
  47.     font-size: 14px;
  48. }
  49.  
  50. QLabel[StartPageWelcome=true] {
  51.     font-size: 44px;
  52. }
  53.  
  54. QLabel[adminInfo=true] {
  55.     color: #FF0000;
  56. }
  57.  
  58. QLineEdit {
  59.     background-color: #111111;
  60.     color: #eeeeee;
  61.     font-family: "Lato Semibold";
  62.     font-size: 14px;
  63. }
  64.  
  65. QListView {
  66.     background-color: #111111;
  67.     color: #eeeeee;
  68.     font-family: "Lato Semibold";
  69.     font-size: 14px;
  70. }
  71.  
  72. QListView::item:hover {
  73.     background-color: #808080;
  74.     color: #FFFFFF;
  75. }
  76.  
  77. QListView::item:selected {
  78.     background-color: #800000;
  79.     color: #FFFFFF;
  80. }
  81.  
  82. QMenuBar {
  83.     background-color: #111111;
  84.     color: #eeeeee;
  85.     font-family: "Lato Semibold";
  86.     font-size: 14px;
  87. }
  88.  
  89. QMenuBar::item:selected {
  90.     background: #808080;
  91.     color: #FFFFFF;
  92. }
  93.  
  94. QMenu {
  95.     background-color: #111111;
  96.     color: #eeeeee;
  97.     font-family: "Lato Semibold";
  98.     font-size: 14px;
  99. }
  100.  
  101. QMenu::item:selected {
  102.     background: #808080;
  103.     color: #FFFFFF;
  104. }
  105.  
  106. QMenu::item:disabled {
  107.     color: #bbbbbb;
  108. }
  109.  
  110. QPushButton::disabled {
  111.     color: #bbbbbb;
  112. }
  113.  
  114. QPushButton::hover {
  115.     background: #808080;
  116.     color: #FFFFFF;
  117. }
  118.  
  119. QDoubleSpinBox {
  120.     background-color: #111111;
  121.     color: #eeeeee;
  122.     font-family: "Lato Semibold";
  123.     font-size: 14px;
  124. }
  125.  
  126. QScrollArea[default=true] {
  127.     background-color: #111111;
  128.     color: #eeeeee;
  129. }
  130.  
  131. QSpinBox {
  132.     background-color: #111111;
  133.     color: #eeeeee;
  134.     font-family: "Lato Semibold";
  135.     font-size: 14px;
  136. }
  137.  
  138. QTabBar {
  139.     background-color: #111111 !important;
  140.     color: #eeeeee !important;
  141.     font-family: "Lato Semibold";
  142.     font-size: 14px;
  143. }
  144.  
  145. QTabBar::tab:hover {
  146.     background: #808080;
  147.     color: #FFFFFF;
  148. }
  149.  
  150. QTabBar::tab:disabled {
  151.     color: #bbbbbb;
  152. }
  153.  
  154. QTableView {
  155.     background-color: #111111 !important;
  156.     color: #eeeeee !important;
  157.     font-family: "Lato Semibold";
  158.     font-size: 14px;
  159. }
  160.  
  161. QTableView::item {
  162.     background-color: #111111 !important;
  163.     color: #eeeeee !important;
  164. }
  165.  
  166. QTableView::item:selected {
  167.     background-color: #800000;
  168.     color: #FFFFFF;
  169. }
  170.  
  171. QTableView::item:disabled {
  172.     background-color: #101010;
  173.     color: #bbbbbb;
  174. }
  175.  
  176. QTreeView {
  177.     background-color: #111111 !important;
  178.     color: #eeeeee !important;
  179.     font-family: "Lato Semibold";
  180.     font-size: 14px;
  181. }
  182.  
  183. QTreeView::branch:has-children:!has-siblings:closed,
  184. QTreeView::branch:closed:has-children:has-siblings {
  185.     border-image: none;
  186.     image: url(:/branch-closed.png);
  187.     background-color: #111111;
  188. }
  189.  
  190. QTreeView::branch:open:has-children:!has-siblings,
  191. QTreeView::branch:open:has-children:has-siblings  {
  192.     border-image: none;
  193.     image: url(:/branch-open.png);
  194.     background-color: #111111;
  195. }
  196.  
  197. QTreeView::item {
  198.     background-color: #111111 !important;
  199.     color: #FFFFFF !important; 
  200. }
  201.  
  202. QTreeView::item:selected {
  203.     background-color: #800000;
  204.     color: #FFFFFF;
  205. }
  206.  
  207. QTreeView::item:disabled {
  208.     background-color: #F0F0F0;
  209.     color: #bbbbbb;
  210. }
  211.  
  212. QLabel[profileHeader=true] {
  213.     font-size: 24px;
  214.     background-color: #111111;
  215. }
  216.  
  217. QLabel[FAQQuestion=true] {
  218.     font: bold 18px;
  219.     background-color: #111111;
  220. }
  221.  
  222. QWidget[FAQ=true] {
  223.     background-color: #111111;
  224. }
  225.  
  226. QPushButton[logout=true] {
  227.     font-size: 10px;
  228.     background-color: #111111;
  229. }
  230.  
  231. QCheckBox[noLogin=true] {
  232.     font-size: 10px;
  233.     background-color: #111111;
  234. }
  235.  
  236. QPushButton[noLogin=true] {
  237.     font-size: 10px;
  238.     background-color: #111111;
  239. }
  240.  
  241. QWidget#ProfileModView {
  242.     border: 2px solid #4f4f51;
  243.     border-radius: 6px;
  244.    
  245.     background-color: #111111;
  246.     color: #eeeeee;
  247.     font-family: "Lato Semibold";
  248.     font-size: 14px;
  249. }
  250.  
  251. QPushButton {
  252.     background-color: #111111;
  253.     font-family: "Lato Semibold";
  254.     font-size: 14px;
  255.     color: #eeeeee;
  256. }
  257.  
  258. QTableView::item:enabled[score=true] {
  259.     background-color: #800000;
  260.     color: #FFFFFF;
  261. }
  262.  
  263. QTableView::item:disabled[score=true] {
  264.     background-color: #111111;
  265.     color: #eeeeee;
  266. }
  267.  
  268. QTextBrowser {
  269.     border: 2px solid #FFFFFF;
  270.     background-color: #111111;
  271.     font-size: 14px;
  272. }
  273.  
  274. QDateEdit {
  275.     font-family: "Lato Semibold";
  276.     font-size: 14px;
  277.     background-color: #111111;
  278.     color: #eeeeee;
  279. }
  280.  
  281. QWidget#AchievementView {
  282.     border: 2px solid #4f4f51;
  283.    
  284.     background-color: #111111;
  285.     color: #eeeeee;
  286.     font-family: "Lato Semibold";
  287.     font-size: 14px;
  288. }
  289.  
  290. QWidget#NewsWidget {
  291.     border: 2px solid #4f4f51;
  292.     border-radius: 6px;
  293.    
  294.     background-color: #111111;
  295.     color: #eeeeee;
  296.     font-family: "Lato Semibold";
  297.     font-size: 14px;
  298. }
  299.  
  300. QWidget[default=true] {
  301.     background-color: #111111;
  302. }
  303.  
  304. QWidget:disabled[library=true] {
  305.     background-color: #222222;
  306. }
  307.  
  308. QLabel[newsTitle=true] {
  309.     font-size: 24px;
  310.     background-color: #111111;
  311.     color: #eeeeee;
  312. }
  313.  
  314. QLabel[newsTimestamp=true] {
  315.     font-size: 24px;
  316.     background-color: #111111;
  317.     color: #eeeeee;
  318. }
  319.  
  320. QTextEdit[newsText=true] {
  321.     font-size: 14px;
  322.     background-color: #111111;
  323.     color: #eeeeee;
  324. }
  325.  
  326. QWidget[achievementEditor=true] {
  327.     background-color: #111111;
  328.     color: #eeeeee;
  329. }
  330.  
  331. QLabel[modnameTitle=true] {
  332.     font-size: 24px;
  333.     background-color: #111111;
  334.     color: #eeeeee;
  335. }
  336.  
  337. QLabel[requestName=true] {
  338.     font-size: 24px;
  339.     background-color: #111111;
  340.     color: #eeeeee;
  341. }
  342.  
  343. QLabel[hiddenAchievementCount=true] {
  344.     font-size: 24px;
  345.     background-color: #111111;
  346.     color: #eeeeee;
  347. }
  348.  
  349. QTableView[newsTicker=true] {
  350.     border: none;
  351.     background-color: #111111;
  352.     color: #eeeeee;
  353. }
  354.  
  355. QLabel[waitSpinner=true] {
  356.     background-color: #004444;
  357.     color: #eeeeee;
  358. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement