Acri.qss 18 KB

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