Acri.qss 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008
  1. /* OBSTheme, main QApplication palette and QML values */
  2. OBSTheme {
  3. window: #181819;
  4. windowText: rgb(225,224,225);
  5. base: rgb(18,18,21);
  6. alternateBase: rgb(0,0,0);
  7. text: rgb(225,224,225);
  8. button: #162458;
  9. buttonText: rgb(225,224,225);
  10. brightText: #484848;
  11. light: #162458;
  12. mid: #181819;
  13. dark: rgb(18,18,21);
  14. shadow: rgb(0,0,0);
  15. highlight: #252458;
  16. highlightText: #FFFFFF;
  17. link: #605ee6;
  18. linkVisited: #605ee6;
  19. }
  20. OBSTheme::disabled {
  21. text: #484848;
  22. buttonText: #484848;
  23. brightText: #484848;
  24. }
  25. OBSTheme::inactive {
  26. highlight: rgb(48,47,48);
  27. highlightText: rgb(255, 255, 255);
  28. }
  29. /* General style, we override only what is needed. */
  30. QWidget {
  31. background-color: #181819;
  32. alternate-background-color: rgb(18,18,21);
  33. color: rgb(225,224,225);
  34. selection-background-color: #252458;
  35. selection-color: white;
  36. outline: none;
  37. font-family: "Open Sans", "Tahoma", "Arial", sans-serif;
  38. font-size: 12px;
  39. }
  40. #menubar {
  41. padding: 2px 8px 0px;
  42. }
  43. QLabel:link {
  44. color: #2a3a75;
  45. }
  46. QMenu {
  47. border: 1px solid #333336;
  48. padding: 4px;
  49. }
  50. * [frameShape="1"], * [frameShape="2"], * [frameShape="3"], * [frameShape="4"], * [frameShape="5"], * [frameShape="6"] {
  51. /*border: 1px solid rgb(231,30,31); */
  52. border: none;
  53. }
  54. * [frameShape="2"],
  55. * [frameShape="4"] {
  56. border: 1px solid #333336;
  57. }
  58. QSizeGrip {
  59. background-color: transparent;
  60. image: url(./Acri/sizegrip.png);
  61. }
  62. /* Misc */
  63. QWidget::disabled {
  64. color: #484848;
  65. }
  66. * [themeID="error"] {
  67. color: #d91740;
  68. }
  69. * [themeID="warning"] {
  70. color: #d9af17;
  71. }
  72. /* Dropdown menus, Scenes box, Sources box */
  73. QAbstractItemView {
  74. background-color: #181819;
  75. border: 1px solid #333336;
  76. }
  77. /* Group Box */
  78. QGroupBox {
  79. border: 2px solid #2f2f2f;
  80. margin-bottom: 8px;
  81. padding-top: 32px;
  82. font-weight: bold;
  83. font-size: 14px;
  84. }
  85. QGroupBox::title {
  86. left: 4px;
  87. right: 0;
  88. top: 8px;
  89. font-weight: bold;
  90. padding-left: 8px;
  91. padding-right: 8px;
  92. padding-bottom: 8px;
  93. font-size: 16px;
  94. }
  95. /* --- */
  96. /* Tooltips */
  97. QToolTip {
  98. background-color: #212121;
  99. color: rgb(205,205,205);
  100. border: 1px solid #343335;
  101. border-radius: 4px;
  102. }
  103. /* Top Menu Bar Items */
  104. QMenuBar::item {
  105. background-color: rgb(24,24,25);
  106. padding: 6px;
  107. }
  108. QMenuBar::item:selected {
  109. background: #2a3a75;
  110. }
  111. /* Listbox item */
  112. QListWidget::item,
  113. SourceTree::item {
  114. padding: 4px 2px;
  115. margin-bottom: 2px;
  116. margin-top: 0px;
  117. border: 1px solid transparent;
  118. }
  119. QListWidget QLineEdit {
  120. padding-top: 0px;
  121. padding-bottom: 0px;
  122. padding-right: 0;
  123. padding-left: 2px;
  124. border: none;
  125. border-radius: none;
  126. }
  127. /* Dock stuff */
  128. QDockWidget {
  129. background: #181819;
  130. border: none;
  131. font-size: 14px;
  132. font-weight: bold;
  133. border-bottom: 2px solid #2f2f2f;
  134. }
  135. QDockWidget::title {
  136. border-bottom: 2px solid #2f2f2f;
  137. margin-left: 5px;
  138. margin-right: 5px;
  139. padding-top: 0px;
  140. padding-bottom: 6px;
  141. text-align: left;
  142. background-image: url(./Acri/top_hook.png);
  143. background-origin: padding;
  144. background-clip: padding;
  145. background-position: bottom left;
  146. background-repeat: none;
  147. }
  148. QDockWidget::close-button,
  149. QDockWidget::float-button {
  150. icon-size: 20px;
  151. subcontrol-position: top right;
  152. subcontrol-origin: padding;
  153. right: 0px;
  154. }
  155. QDockWidget::float-button {
  156. right: 20px;
  157. }
  158. QListWidget#scenes,
  159. SourceListWidget {
  160. border: none;
  161. border-bottom: 2px solid #2f2f2f;
  162. }
  163. SourceTree {
  164. border: none;
  165. border-bottom: 1px solid #2f2f2f;
  166. }
  167. SourceTree QLabel {
  168. padding: 2px 0px;
  169. margin: -2px 4px -2px;
  170. }
  171. SourceTree QLineEdit {
  172. background-color: #0c101e;
  173. padding: 2px;
  174. margin: -2px 6px -2px 3px;
  175. font-size: 12px;
  176. }
  177. #scenesFrame,
  178. #sourcesFrame {
  179. margin-left: -7px;
  180. margin-right: -7px;
  181. margin-top: -8px;
  182. margin-bottom: -12px;
  183. }
  184. #scenesToolbar,
  185. #sourcesToolbar{
  186. background-image: url(./Acri/bot_hook2.png);
  187. background-origin: margin;
  188. background-clip: margin;
  189. background-position: top left;
  190. background-repeat: none;
  191. }
  192. #sourcesToolbar {
  193. background-image: url(./Acri/bot_hook.png);
  194. }
  195. /* Listbox item selected, unfocused */
  196. QListWidget::item:hover,
  197. SourceTree::item:hover {
  198. background-color: #212121;
  199. border: 1px solid #333336;
  200. }
  201. /* Listbox item selected */
  202. QListWidget::item:selected,
  203. SourceTree::item:selected {
  204. background-color: #131a30;
  205. border: 1px solid #252a45;
  206. }
  207. /* ScrollBars */
  208. QScrollBar::corner {
  209. background-color: transparent;
  210. border: none;
  211. }
  212. QScrollBar:vertical {
  213. background-color: transparent;
  214. width: 20px;
  215. margin-top: -3px;
  216. margin-bottom: -3px;
  217. padding: 4px;
  218. }
  219. QScrollBar::handle:vertical {
  220. background-color: #2f2f2f;
  221. min-height: 20px;
  222. margin: 0px 3px;
  223. border-radius: 0px;
  224. border: none;
  225. }
  226. QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical {
  227. border: none;
  228. background: none;
  229. height: 0;
  230. }
  231. QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical, QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
  232. border: none;
  233. background: none;
  234. color: none;
  235. }
  236. QScrollBar:horizontal {
  237. background-color: transparent;
  238. height: 20px;
  239. margin-left: -3px;
  240. margin-right: -3px;
  241. padding: 4px;
  242. }
  243. QScrollBar::handle:horizontal {
  244. background-color: #2f2f2f;
  245. min-width: 20px;
  246. margin: 3px 0px;
  247. border-radius: 0px;
  248. border: none;
  249. }
  250. QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal {
  251. border: none;
  252. background: none;
  253. width: 0;
  254. }
  255. QScrollBar::left-arrow:horizontal, QScrollBar::right-arrow:horizontal, QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal {
  256. border: none;
  257. background: none;
  258. color: none;
  259. }
  260. /* Scenes and Sources toolbar */
  261. QToolBar {
  262. background-color: rgb(24,24,25);
  263. margin-top: 4px;
  264. }
  265. QToolButton:hover {
  266. background-color: #2a3a75;
  267. border: 1px solid #233166;
  268. border-radius: none;
  269. }
  270. QToolButton:pressed {
  271. background-color: #161f41;
  272. border-radius: none;
  273. }
  274. * [themeID="addIconSmall"] {
  275. qproperty-icon: url(./Dark/plus.svg);
  276. }
  277. * [themeID="removeIconSmall"] {
  278. qproperty-icon: url(./Dark/minus.svg);
  279. }
  280. * [themeID="propertiesIconSmall"] {
  281. qproperty-icon: url(./Dark/settings/general.svg);
  282. }
  283. * [themeID="configIconSmall"] {
  284. qproperty-icon: url(./Dark/settings/general.svg);
  285. }
  286. * [themeID="upArrowIconSmall"] {
  287. qproperty-icon: url(./Dark/up.svg);
  288. }
  289. * [themeID="downArrowIconSmall"] {
  290. qproperty-icon: url(./Dark/down.svg);
  291. }
  292. * [themeID="pauseIconSmall"] {
  293. qproperty-icon: url(./Dark/media-pause.svg);
  294. }
  295. /* Tab Widget */
  296. QTabWidget::pane { /* The tab widget frame */
  297. border-top: 1px solid #2f2f2f;
  298. }
  299. QTabWidget::tab-bar {
  300. alignment: left;
  301. }
  302. QTabBar::tab {
  303. background-color: #212121;
  304. border: 1px solid #333336;
  305. min-width: 8ex;
  306. padding-top: 4px;
  307. padding-bottom: 4px;
  308. padding-left: 10px;
  309. padding-right: 10px;
  310. margin-right: 2px;
  311. margin-top: 1px;
  312. margin-bottom: 1px;
  313. }
  314. QTabBar::tab:selected {
  315. background-color: #131a30;
  316. border-color: #252a45;
  317. }
  318. QTabBar::tab:hover {
  319. background-color: #233166;
  320. border-color: #364683;
  321. }
  322. QTabBar::tab:pressed {
  323. background-color: #161f41;
  324. }
  325. /* ComboBox */
  326. QComboBox {
  327. background-color: rgb(40,40,42);
  328. border-style: solid;
  329. border: 1px;
  330. border-color: rgb(24,24,30);
  331. padding: 4px;
  332. padding-left: 10px;
  333. }
  334. QComboBox::drop-down {
  335. border:none;
  336. border-left: 1px solid rgba(31,30,31,155);
  337. width: 20px;
  338. }
  339. QComboBox::down-arrow {
  340. qproperty-alignment: AlignTop;
  341. image: url(./Dark/updown.svg);
  342. width: 100%;
  343. }
  344. QComboBox:on {
  345. background-color: #2a3a75;
  346. }
  347. QComboBox:editable {
  348. border-top-left-radius: 0px;
  349. border-bottom-left-radius: 0px;
  350. }
  351. QComboBox::drop-down:editable {
  352. border-top-right-radius: 3px;
  353. border-bottom-right-radius: 3px;
  354. }
  355. QComboBox::down-arrow:editable {
  356. qproperty-alignment: AlignTop;
  357. image: url(./Dark/down.svg);
  358. width: 8%;
  359. }
  360. /* Textedits etc */
  361. QLineEdit, QTextEdit, QPlainTextEdit {
  362. background-color: rgb(8,8,11);
  363. border: none;
  364. padding: 4px;
  365. padding-left: 2px;
  366. }
  367. /* Spinbox and doubleSpinbox */
  368. QSpinBox, QDoubleSpinBox {
  369. background-color: rgb(8,8,11);
  370. border: none;
  371. padding: 4px;
  372. padding-left: 2px;
  373. padding-right: 15px;
  374. margin-right: 10px;
  375. }
  376. QSpinBox::up-button, QDoubleSpinBox::up-button {
  377. subcontrol-origin: margin;
  378. subcontrol-position: top right; /* position at the top right corner */
  379. background-color: rgb(24,24,30);
  380. border: 1px solid rgb(8,8,11);
  381. border-radius: 3px;
  382. border-width: 0;
  383. border-bottom-left-radius: 0;
  384. border-bottom-right-radius: 0;
  385. border-bottom-width: 0;
  386. }
  387. QSpinBox::down-button, QDoubleSpinBox::down-button {
  388. subcontrol-origin: margin;
  389. subcontrol-position: bottom right; /* position at the top right corner */
  390. background-color: rgb(24,24,30);
  391. border: 1px solid rgb(8,8,11);
  392. border-radius: 3px;
  393. border-width: 0;
  394. border-top-left-radius: 0;
  395. border-top-right-radius: 0;
  396. border-top-width: 0;
  397. }
  398. QSpinBox::up-button:hover, QSpinBox::down-button:hover, QDoubleSpinBox::up-button:hover, QDoubleSpinBox::down-button:hover {
  399. background-color: rgb(15,33,51);
  400. }
  401. QSpinBox::up-button:pressed, QSpinBox::down-button:pressed, QDoubleSpinBox::up-button:pressed, QDoubleSpinBox::down-button:pressed {
  402. background-color: rgb(24,24,25);
  403. }
  404. QSpinBox::up-button:disabled, QSpinBox::up-button:off, QSpinBox::down-button:disabled, QSpinBox::down-button:off {
  405. background-color: rgb(24,24,25);
  406. }
  407. QDoubleSpinBox::up-button:disabled, QDoubleSpinBox::up-button:off, QDoubleSpinBox::down-button:disabled, QDoubleSpinBox::down-button:off {
  408. background-color: rgb(24,24,25);
  409. }
  410. QSpinBox::up-arrow, QDoubleSpinBox::up-arrow {
  411. image: url(./Dark/up.svg);
  412. width: 100%;
  413. }
  414. QSpinBox::down-arrow, QDoubleSpinBox::down-arrow {
  415. image: url(./Dark/down.svg);
  416. width: 100%;
  417. }
  418. /* Buttons */
  419. QPushButton {
  420. color: rgb(225,224,225);
  421. background-color: #162458;
  422. border: 1px solid #233166;
  423. padding: 6px 20px;
  424. margin: 1px;
  425. }
  426. QPushButton::flat {
  427. background-color: rgb(24,24,25);
  428. border: none;
  429. }
  430. QPushButton:checked {
  431. background-color: #581624;
  432. border-color: #84162d;
  433. }
  434. QPushButton:hover {
  435. background-color: #2a3a75;
  436. border: 1px solid #364683;
  437. }
  438. QPushButton:pressed {
  439. background-color: #161f41;
  440. }
  441. QPushButton:disabled {
  442. border: 1px solid #232426;
  443. background-color: #1a1a1b;
  444. }
  445. QPushButton::flat:hover,
  446. QPushButton::flat:disabled {
  447. border: none;
  448. }
  449. /* Progress Bar */
  450. QProgressBar {
  451. background: #101010;
  452. border: 2px solid #363636;
  453. border-radius: 0px;
  454. text-align: center;
  455. }
  456. QProgressBar::chunk {
  457. background-color: #2a3a75;
  458. }
  459. /* Sliders */
  460. QSlider::groove:horizontal {
  461. background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1,
  462. stop: 0 rgb(31,30,31),
  463. stop: 0.75 rgb(50, 49, 50));
  464. height: 4px;
  465. border: none;
  466. border-radius: 2px;
  467. }
  468. QSlider::handle:horizontal {
  469. background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1,
  470. stop: 0 rgb(240,239,240),
  471. stop: 0.25 rgb(200,199,200),
  472. stop: 1 rgb(162,161,162));
  473. border: 1px solid rgb(24,24,25);
  474. border-radius: 3px;
  475. height: 10px;
  476. width: 18px;
  477. margin: -3px 0; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */
  478. }
  479. QSlider::handle:horizontal:pressed {
  480. background-color: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1,
  481. stop: 0 rgb(240,239,240),
  482. stop: 0.25 rgb(200,199,200),
  483. stop: 1 rgb(162,161,162));
  484. }
  485. QSlider::sub-page:horizontal {
  486. background-color: #2a3a75;
  487. }
  488. QSlider::sub-page:horizontal:disabled {
  489. background-color: QLinearGradient(x1: 0, y1: 1, x2: 0, y2: 0,
  490. stop: 0 rgb(26,25,26),
  491. stop: 0.75 rgb(10, 10, 10));
  492. border-radius: 2px;
  493. }
  494. QSlider::groove:vertical {
  495. background-color: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 0,
  496. stop: 0 rgb(31,30,31),
  497. stop: 0.75 rgb(50, 49, 50));
  498. width: 4px;
  499. border: none;
  500. border-radius: 2px;
  501. }
  502. QSlider::handle:vertical {
  503. background-color: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 0,
  504. stop: 0 rgb(240,239,240),
  505. stop: 0.25 rgb(200,199,200),
  506. stop: 1 rgb(162,161,162));
  507. border: 1px solid rgb(24,24,25);
  508. border-radius: 3px;
  509. width: 10px;
  510. height: 18px;
  511. margin: 0 -3px; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */
  512. }
  513. QSlider::handle:vertical:pressed {
  514. background-color: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 0,
  515. stop: 0 rgb(240,239,240),
  516. stop: 0.25 rgb(200,199,200),
  517. stop: 1 rgb(162,161,162));
  518. }
  519. QSlider::add-page:vertical {
  520. background-color: #2a3a75;
  521. }
  522. QSlider::add-page:vertical:disabled {
  523. background-color: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 0,
  524. stop: 0 rgb(26,25,26),
  525. stop: 0.75 rgb(10, 10, 10));
  526. border-radius: 2px;
  527. }
  528. QSlider::handle:hover {
  529. background-color: rgb(200,199,200);
  530. }
  531. QSlider::handle:disabled {
  532. background-color: rgb(15,15,16);
  533. }
  534. /* Volume Control */
  535. VolumeMeter {
  536. qproperty-backgroundNominalColor: #42740c;
  537. qproperty-backgroundWarningColor: #988F0F;
  538. qproperty-backgroundErrorColor: #802004;
  539. qproperty-foregroundNominalColor: #84D82B;
  540. qproperty-foregroundWarningColor: #E4D717;
  541. qproperty-foregroundErrorColor: #D74116;
  542. qproperty-magnitudeColor: rgb(49, 54, 59); /* Blue-gray */
  543. qproperty-majorTickColor: rgb(239, 240, 241); /* White */
  544. qproperty-minorTickColor: rgb(118, 121, 124); /* Light Gray */
  545. qproperty-peakDecayRate: 23.4; /* Override of the standard PPM Type I rate. */
  546. }
  547. /* Status Bar */
  548. QStatusBar::item {
  549. border: none;
  550. }
  551. /* Checkboxes */
  552. QCheckBox {
  553. padding: 4px;
  554. }
  555. QCheckBox::indicator,
  556. QGroupBox::indicator {
  557. width: 20px;
  558. height: 20px;
  559. }
  560. QGroupBox::indicator {
  561. margin-left: 2px;
  562. }
  563. QCheckBox::indicator:unchecked {
  564. image: url(./Acri/checkbox_unchecked.png);
  565. }
  566. QCheckBox::indicator:unchecked:hover,
  567. QGroupBox::indicator:unchecked:hover {
  568. border: none;
  569. image: url(./Acri/checkbox_unchecked_focus.png);
  570. }
  571. QCheckBox::indicator:checked {
  572. image: url(./Acri/checkbox_checked.png);
  573. }
  574. QCheckBox::indicator:checked:hover,
  575. QGroupBox::indicator:checked:hover {
  576. border: none;
  577. image: url(./Acri/checkbox_checked_focus.png);
  578. }
  579. QCheckBox::indicator:checked:disabled,
  580. QGroupBox::indicator:checked:disabled {
  581. image: url(./Acri/checkbox_checked_disabled.png);
  582. }
  583. QCheckBox::indicator:unchecked:disabled,
  584. QGroupBox::indicator:unchecked:disabled {
  585. image: url(./Acri/checkbox_unchecked_disabled.png);
  586. }
  587. /* Radio Buttons */
  588. QRadioButton::indicator {
  589. width: 19px;
  590. height: 19px;
  591. }
  592. QRadioButton::indicator:unchecked {
  593. image: url(./Acri/radio_unchecked.png);
  594. }
  595. QRadioButton::indicator:unchecked:hover,
  596. QRadioButton::indicator:unchecked:focus,
  597. QRadioButton::indicator:unchecked:pressed {
  598. border: none;
  599. outline: none;
  600. image: url(./Acri/radio_unchecked_focus.png);
  601. }
  602. QRadioButton::indicator:checked {
  603. border: none;
  604. outline: none;
  605. image: url(./Acri/radio_checked.png);
  606. }
  607. QRadioButton::indicator:checked:hover,
  608. QRadioButton::indicator:checked:focus,
  609. QRadioButton::indicator:checked:pressed {
  610. border: none;
  611. outline: none;
  612. image: url(./Acri/radio_checked_focus.png);
  613. }
  614. QRadioButton::indicator:checked:disabled {
  615. outline: none;
  616. image: url(./Acri/radio_checked_disabled.png);
  617. }
  618. QRadioButton::indicator:unchecked:disabled {
  619. image: url(./Acri/radio_unchecked_disabled.png);
  620. }
  621. /* Mute CheckBox */
  622. MuteCheckBox {
  623. outline: none;
  624. }
  625. MuteCheckBox::indicator:checked {
  626. image: url(./Dark/mute.svg);
  627. }
  628. MuteCheckBox::indicator:unchecked {
  629. image: url(./Dark/settings/audio.svg);
  630. }
  631. MuteCheckBox::indicator:unchecked:hover {
  632. image: url(./Dark/settings/audio.svg);
  633. }
  634. MuteCheckBox::indicator:unchecked:focus {
  635. image: url(./Dark/settings/audio.svg);
  636. }
  637. MuteCheckBox::indicator:checked:hover {
  638. image: url(./Dark/mute.svg);
  639. }
  640. MuteCheckBox::indicator:checked:focus {
  641. image: url(./Dark/mute.svg);
  642. }
  643. MuteCheckBox::indicator:checked:disabled {
  644. image: url(./Dark/mute.svg);
  645. }
  646. MuteCheckBox::indicator:unchecked:disabled {
  647. image: url(./Dark/settings/audio.svg);
  648. }
  649. OBSHotkeyLabel[hotkeyPairHover=true] {
  650. color: rgba(27, 96, 166);
  651. }
  652. /* Group Collapse Checkbox */
  653. SourceTreeSubItemCheckBox {
  654. background: transparent;
  655. outline: none;
  656. padding: 0px;
  657. }
  658. SourceTreeSubItemCheckBox::indicator {
  659. width: 12px;
  660. height: 12px;
  661. }
  662. SourceTreeSubItemCheckBox::indicator:checked,
  663. SourceTreeSubItemCheckBox::indicator:checked:hover {
  664. image: url(./Dark/expand.svg);
  665. }
  666. SourceTreeSubItemCheckBox::indicator:unchecked,
  667. SourceTreeSubItemCheckBox::indicator:unchecked:hover {
  668. image: url(./Dark/down.svg);
  669. }
  670. /* Label warning/error */
  671. QLabel#warningLabel {
  672. color: rgb(192, 128, 0);
  673. font-weight: bold;
  674. }
  675. QLabel#errorLabel {
  676. color: rgb(192, 0, 0);
  677. font-weight: bold;
  678. }
  679. /* Settings Menu */
  680. #buttonBox {
  681. border-top: 2px solid grey;
  682. }
  683. /* Special Fixes */
  684. OBSBasicProperties,
  685. #OBSBasicSettings,
  686. #OBSBasicFilters {
  687. background: #101010;
  688. }
  689. FocusList::item {
  690. padding: 0px 2px;
  691. }
  692. #fpsTypes {
  693. padding: 0px;
  694. }
  695. #finishPage QLabel {
  696. padding: -2px 0px;
  697. background: transparent;
  698. min-height: 26px;
  699. }
  700. /* About dialog */
  701. #OBSAbout #icon {
  702. padding: 0;
  703. }
  704. #OBSAbout QTextBrowser {
  705. background: transparent;
  706. padding: 2px 0;
  707. }
  708. * [themeID="aboutName"] {
  709. font-size: 36px;
  710. font-weight: bold;
  711. padding: 0;
  712. }
  713. * [themeID="aboutVersion"] {
  714. font-size: 16px;
  715. margin-bottom: 20px;
  716. padding: 0;
  717. }
  718. * [themeID="aboutInfo"] {
  719. margin-bottom: 20px;
  720. }
  721. * [themeID="aboutHLayout"] {
  722. background-color: rgb(8, 8, 11);
  723. }
  724. /* Preview background color */
  725. OBSQTDisplay {
  726. qproperty-displayBackgroundColor: #28282A;
  727. }
  728. /* Preview/Program labels */
  729. * [themeID="previewProgramLabels"] {
  730. font-size: 18px;
  731. font-weight: bold;
  732. color: rgb(122,121,122);
  733. }
  734. /* Settings Icons */
  735. OBSBasicSettings {
  736. qproperty-generalIcon: url(./Dark/settings/general.svg);
  737. qproperty-streamIcon: url(./Dark/settings/stream.svg);
  738. qproperty-outputIcon: url(./Dark/settings/output.svg);
  739. qproperty-audioIcon: url(./Dark/settings/audio.svg);
  740. qproperty-videoIcon: url(./Dark/settings/video.svg);
  741. qproperty-hotkeysIcon: url(./Dark/settings/hotkeys.svg);
  742. qproperty-advancedIcon: url(./Dark/settings/advanced.svg);
  743. }
  744. OBSBasicSettings QListWidget::item {
  745. padding-top: 5px;
  746. padding-bottom: 5px;
  747. }
  748. /* Locked CheckBox */
  749. LockedCheckBox {
  750. outline: none;
  751. background: transparent;
  752. padding: 0px;
  753. }
  754. LockedCheckBox::indicator {
  755. width: 16px;
  756. height: 16px;
  757. }
  758. LockedCheckBox::indicator:checked {
  759. image: url(./Dark/locked.svg);
  760. }
  761. LockedCheckBox::indicator:unchecked {
  762. image: url(:res/images/unlocked.svg);
  763. }
  764. LockedCheckBox::indicator:checked:hover {
  765. image: url(./Dark/locked.svg);
  766. }
  767. LockedCheckBox::indicator:unchecked:hover {
  768. image: url(:res/images/unlocked.svg);
  769. }
  770. /* Visibilty CheckBox */
  771. VisibilityCheckBox {
  772. outline: none;
  773. background: transparent;
  774. padding: 0px;
  775. }
  776. VisibilityCheckBox::indicator {
  777. width: 16px;
  778. height: 16px;
  779. }
  780. VisibilityCheckBox::indicator:checked {
  781. image: url(./Dark/visible.svg);
  782. }
  783. VisibilityCheckBox::indicator:unchecked {
  784. image: url(:res/images/invisible.svg);
  785. }
  786. VisibilityCheckBox::indicator:checked:hover {
  787. image: url(./Dark/visible.svg);
  788. }
  789. VisibilityCheckBox::indicator:unchecked:hover {
  790. image: url(:res/images/invisible.svg);
  791. }
  792. * [themeID="trashIcon"] {
  793. qproperty-icon: url(./Dark/trash.svg);
  794. }
  795. * [themeID="revertIcon"] {
  796. qproperty-icon: url(./Dark/revert.svg);
  797. }
  798. QPushButton#extraPanelDelete {
  799. background: transparent;
  800. border: none;
  801. }
  802. QPushButton#extraPanelDelete:hover {
  803. background-color: #2a3a75;
  804. }
  805. QPushButton#extraPanelDelete:pressed {
  806. background-color: #161f41;
  807. }