| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487 |
- /******************************************************************************/
- /* Copyright (C) 2014-2015 by Philippe Groarke <[email protected]> */
- /* */
- /* */
- /* This program is free software: you can redistribute it and/or modify */
- /* it under the terms of the GNU General Public License as published by */
- /* the Free Software Foundation, either version 2 of the License, or */
- /* (at your option) any later version. */
- /* */
- /* This program is distributed in the hope that it will be useful, */
- /* but WITHOUT ANY WARRANTY; without even the implied warranty of */
- /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
- /* GNU General Public License for more details. */
- /* */
- /* */
- /* You should have received a copy of the GNU General Public License */
- /* along with this program. If not, see <http://www.gnu.org/licenses/>. */
- /******************************************************************************/
- /* Colors */
- OBSThemeMeta {
- dark: 'false';
- author: 'Warchamp7';
- }
- /* Custom theme information. This will set the application's QPalette, as
- * well as pass to QML via the OBSTheme object.
- * Can also use OBSTheme::disabled, OBSTheme::active, and OBSTheme::inactive.
- * Using it without will set all three (making 'active' a bit redundant) */
- OBSTheme {
- window: rgb(211,211,211);
- windowText: rgb(255,254,255);
- base: rgb(229,229,229);
- alternateBase: rgb(11,10,11);
- text: rgb(2,2,2);
-
- button: rgb(243,243,243);
- buttonText: rgb(2,2,2);
- brightText: rgb(255,254,255);
- light: rgb(167,167,167);
- mid: rgb(211,211,211);
- dark: rgb(229,229,229);
- shadow: rgb(11,10,11);
- primary: rgb(140,181,255);
- primaryLight: rgb(178,207,255);
- primaryDark: rgb(193,193,193);
- highlight: rgb(42,130,218);
- highlightText: rgb(255,254,255);
- link: rgb(77,166,255);
- linkVisited: rgb(77,166,255);
- }
- OBSTheme::disabled {
- windowText: rgb(74,74,74);
- text: rgb(74,74,74);
- button: rgb(27,29,34);
-
- buttonText: rgb(43,46,56);
- brightText: rgb(43,46,56);
- }
- OBSTheme::inactive {
- text: rgb(255,254,255);
-
- highlight: rgb(25,28,34);
- highlightText: rgb(255,255,255);
- }
- /* Default widget style, we override only what is needed. */
- QWidget {
- alternate-background-color: palette(base);
- color: palette(text);
- selection-background-color: rgb(140,181,255);
- selection-color: palette(text);
- font-size: 10pt;
- font-family: 'Open Sans', Helvetica, Arial, 'MS Shell Dlg', sans-serif
- }
- QWidget:disabled {
- color: rgb(74,74,74);
- }
- /* Container windows */
- QDialog,
- QMainWindow,
- QStatusBar,
- QMenuBar,
- QMenu {
- background-color: palette(window);
- }
- /* macOS Separator Fix */
- QMainWindow::separator {
- background: transparent;
- width: 4px;
- height: 4px;
- }
- /* General Widgets */
- QLabel,
- QGroupBox,
- QCheckBox {
- background: transparent;
- }
- QComboBox,
- QCheckBox,
- QPushButton,
- QSpinBox,
- QDoubleSpinBox {
- margin-top: 3px;
- margin-bottom: 3px;
- }
- QListWidget QWidget,
- SceneTree QWidget,
- SourceTree QWidget {
- margin-top: 0;
- margin-bottom: 0;
- }
- * [frameShape="1"], * [frameShape="2"], * [frameShape="3"], * [frameShape="4"], * [frameShape="5"], * [frameShape="6"] {
- border: 1px solid palette(dark);
- }
- /* Misc */
- QAbstractItemView, QStackedWidget#stackedMixerArea QWidget {
- background-color: palette(base);
- }
- QToolTip {
- background-color: palette(base);
- color: palette(text);
- border: none;
- }
- /* Context Menu */
- QMenu::item:disabled {
- color: rgb(74,74,74);
- }
- QMenu::item:disabled {
- background: transparent;
- }
- /* Top Menu Bar Items */
- QMenuBar::item {
- background-color: transparent;
- }
- QMenuBar::item:selected {
- background: rgb(140,181,255);
- }
- /* Item Lists */
- QListWidget::item {
- color: palette(text);
- }
- SceneTree,
- SourceTree {
- padding: 3px;
- }
- SceneTree::item,
- SourceTree::item {
- border-radius: 4px;
- padding: 6px;
- color: palette(text);
- border: 0px solid transparent;
- }
- QListWidget::item:selected,
- SceneTree::item:selected,
- SourceTree::item:selected {
- background-color: rgb(140,181,255);
- }
- QListWidget::item:hover,
- SceneTree::item:hover,
- SourceTree::item:hover,
- QListWidget::item:selected:hover,
- SceneTree::item:selected:hover,
- SourceTree::item:selected:hover {
- background-color: rgb(178,207,255);
- color: palette(text);
- }
- QListWidget::item:disabled,
- QListWidget::item:disabled:hover {
- background: transparent;
- color: rgb(74,74,74);
- }
- QListWidget QLineEdit,
- SceneTree QLineEdit,
- SourceTree QLineEdit {
- padding: 0px;
- padding-bottom: 2px;
- margin: 0px;
- border: 1px solid #FFF;
- border-radius: 2px;
- }
- QListWidget QLineEdit:focus,
- SceneTree QLineEdit:focus,
- SourceTree QLineEdit:focus {
- border: 1px solid #FFF;
- }
- /* Settings QList */
- OBSBasicSettings QListWidget {
- border-radius: 4px;
- padding: 3px;
- }
- OBSBasicSettings QListWidget::item {
- border-radius: 4px;
- padding: 6px;
- }
- /* Settings properties view */
- OBSBasicSettings #PropertiesContainer {
- background-color: palette(dark);
- }
- /* Dock Widget */
- OBSDock > QWidget {
- background: palette(dark);
- border-bottom-left-radius: 4px;
- border-bottom-right-radius: 4px;
- }
- OBSDock QFrame {
- background: palette(dark);
- border-bottom-left-radius: 4px;
- border-bottom-right-radius: 4px;
- }
- #transitionsContainer QPushButton {
- margin: 0px 0px;
- padding: 4px 6px;
- }
- OBSDock QLabel {
- background: transparent;
- }
- OBSDock QComboBox,
- OBSDock QPushButton {
- margin: 1px 2px;
- }
- QDockWidget {
- font-size: 10.5pt;
- font-weight: bold;
- titlebar-close-icon: url('./Light/Close.svg');
- titlebar-normal-icon: url('./Light/Popout.svg');
- }
- QDockWidget::title {
- text-align: left;
- background-color: palette(button);
- padding: 6px 8px;
- border-top-left-radius: 4px;
- border-top-right-radius: 4px;
- }
- QDockWidget::close-button, QDockWidget::float-button {
- border: 0px solid transparent;
- border-radius: 4px;
- background: transparent;
- margin-right: 1px;
- opacity: .5;
- }
- QDockWidget::close-button:hover, QDockWidget::float-button:hover {
- background: rgb(254,254,255);
- opacity: 1;
- }
- QDockWidget::close-button:pressed, QDockWidget::float-button:pressed {
- padding: 1px -1px -1px 1px;
- }
- QScrollArea {
- border-radius: 4px;
- }
- OBSBasicStatusBar {
- margin-top: 8px;
- }
- /* Group Box */
- QGroupBox {
- background: palette(dark);
- border-radius: 8px;
- padding-top: 32px;
- padding-bottom: 8px;
- font-weight: bold;
- margin-bottom: 6px;
- }
- QGroupBox::title {
- subcontrol-origin: margin;
- left: 4px;
- top: 4px;
- }
- /* ScrollBars */
- ::corner {
- background-color: palette(window);
- border: none;
- }
- QScrollBar:vertical {
- background-color: transparent;
- width: 14px;
- margin: 0px;
- }
- QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical {
- border: none;
- background: none;
- height: 0px;
- }
- QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical, QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
- border: none;
- background: none;
- color: none;
- }
- QScrollBar:horizontal {
- background-color: transparent;
- height: 14px;
- margin: 0px;
- }
- QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal {
- border: none;
- background: none;
- width: 0px;
- }
- QScrollBar::left-arrow:horizontal, QScrollBar::right-arrow:horizontal, QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal {
- border: none;
- background: none;
- color: none;
- }
- QScrollBar::handle {
- background-color: palette(button);
- margin: 2px;
- border-radius: 2px;
- border: 1px solid palette(button);
- }
- QScrollBar::handle:hover {
- background-color: rgb(254,254,255);
- border-color: rgb(254,254,255);
- }
- QScrollBar::handle:pressed {
- background-color: rgb(140,181,255);
- border-color: rgb(140,181,255);
- }
- QScrollBar::handle:vertical {
- min-height: 20px;
- }
- QScrollBar::handle:horizontal {
- min-width: 20px;
- }
- /* Source Context Bar */
- #contextContainer {
- background-color: palette(dark);
- margin-top: 4px;
- border-radius: 4px;
- }
- #contextContainer QPushButton {
- padding-left: 12px;
- padding-right: 12px;
- }
- QPushButton#sourcePropertiesButton {
- qproperty-icon: url(./Light/settings/general.svg);
- }
- QPushButton#sourceFiltersButton {
- qproperty-icon: url(./Light/filter.svg);
- }
- /* Scenes and Sources toolbar */
- QToolBar {
- background-color: palette(dark);
- border: none;
- padding: 0px;
- margin: 4px 0px;
- }
- QPushButton[toolButton="true"],
- QToolButton {
- background-color: rgb(243,243,243);
- padding: 4px 6px;
- margin: 0px 2px;
- border-radius: 2px;
- }
- QPushButton[toolButton="true"]:last-child,
- QToolButton:last-child {
- margin-right: 0px;
- }
- QToolButton:hover {
- background-color: rgb(254,254,255);
- }
- QToolButton:pressed {
- background-color: rgb(193,193,193);
- }
- * [themeID="addIconSmall"] {
- qproperty-icon: url(./Light/plus.svg);
- }
- * [themeID="removeIconSmall"] {
- qproperty-icon: url(./Light/trash.svg);
- }
- * [themeID="clearIconSmall"] {
- qproperty-icon: url(./Light/entry-clear.svg);
- }
- * [themeID="propertiesIconSmall"] {
- qproperty-icon: url(./Light/settings/general.svg);
- }
- * [themeID="configIconSmall"] {
- qproperty-icon: url(./Light/settings/general.svg);
- }
- * [themeID="menuIconSmall"] {
- qproperty-icon: url(./Light/dots-vert.svg);
- }
- * [themeID="refreshIconSmall"] {
- qproperty-icon: url(./Light/refresh.svg);
- }
- * [themeID="cogsIcon"] {
- qproperty-icon: url(./Light/cogs.svg);
- }
- #sourceInteractButton {
- qproperty-icon: url(./Light/interact.svg);
- }
- * [themeID="upArrowIconSmall"] {
- qproperty-icon: url(./Light/up.svg);
- }
- * [themeID="downArrowIconSmall"] {
- qproperty-icon: url(./Light/down.svg);
- }
- * [themeID="pauseIconSmall"] {
- qproperty-icon: url(./Light/media-pause.svg);
- }
- QToolBarExtension {
- background: palette(button);
- min-width: 12px;
- max-width: 12px;
- padding: 4px 0px;
- margin-left: 0px;
- qproperty-icon: url(./Light/dots-vert.svg);
- }
- /* Tab Widget */
- QTabWidget::pane { /* The tab widget frame */
- border-top: 4px solid palette(base);
- }
- QTabWidget::tab-bar {
- alignment: left;
- }
- QTabBar QToolButton {
- background: rgb(44,46,53);
- border: none;
- }
- QTabBar::tab:top {
- border-top-left-radius: 4px;
- border-top-right-radius: 4px;
- }
- QTabBar::tab:bottom {
- border-bottom-left-radius: 4px;
- border-bottom-right-radius: 4px;
- }
- QTabBar::tab {
- background: palette(dark);
- color: palette(text);
- border: none;
- padding: 8px 12px;
- min-width: 50px;
- margin: 1px 2px;
- }
- QTabBar::tab:pressed {
- background: rgb(193,193,193);
- }
- QTabBar::tab:hover {
- background: rgb(254,254,255);
- color: palette(text);
- }
- QTabBar::tab:selected {
- background: rgb(243,243,243);
- color: palette(text);
- }
- QTabBar::tab:top:selected {
- border-bottom: 2px solid rgb(250,250,250);
- }
- QTabBar::tab:bottom:selected {
- border-top: 2px solid rgb(250,250,250);
- }
- QTabBar QToolButton {
- background: palette(button);
- min-width: 16px;
- padding: 0px;
- }
- /* ComboBox */
- QComboBox,
- QDateTimeEdit {
- background-color: rgb(243,243,243);
- border-style: solid;
- border: 1px;
- border-radius: 3px;
- border-color: rgb(243,243,243);
- padding: 4px;
- padding-left: 10px;
- }
- QComboBox:hover,
- QComboBox:selected,
- QDateTimeEdit:hover,
- QDateTimeEdit:selected {
- background-color: rgb(254,254,255);
- }
- QComboBox::drop-down,
- QDateTimeEdit::drop-down {
- border:none;
- border-left: 1px solid rgb(25,28,34);
- width: 20px;
- }
- QComboBox::down-arrow,
- QDateTimeEdit::down-arrow {
- qproperty-alignment: AlignTop;
- image: url(./Light/updown.svg);
- width: 100%;
- }
- QComboBox:on,
- QDateTimeEdit:on {
- background-color: rgb(193,193,193);
- }
- QComboBox:editable:hover {
- }
- QComboBox::drop-down:editable,
- QDateTimeEdit::drop-down:editable {
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
- }
- QComboBox::down-arrow:editable,
- QDateTimeEdit::down-arrow:editable {
- qproperty-alignment: AlignTop;
- image: url(./Light/down.svg);
- width: 8%;
- }
- /* Textedits etc */
- QLineEdit, QTextEdit, QPlainTextEdit {
- background-color: palette(button);
- border: none;
- border-radius: 3px;
- padding: 5px 2px 5px 7px;
- border: 2px solid transparent;
- }
- QLineEdit:hover,
- QTextEdit:hover,
- QPlainTextEdit:hover {
- border: 2px solid rgb(99,102,111);
- }
- QLineEdit:focus,
- QTextEdit:focus,
- QPlainTextEdit:focus {
- background-color: palette(mid);
- border: 2px solid rgb(140,181,255);
- }
- /* Spinbox and doubleSpinbox */
- QSpinBox,
- QDoubleSpinBox {
- background-color: palette(button);
- border: 2px solid palette(button);
- border-radius: 4px;
- margin-right: 3px;
- padding: 3px 0px 4px 5px;
- }
- QSpinBox:hover,
- QDoubleSpinBox:hover {
- border: 2px solid rgb(99,102,111);
- }
- QSpinBox:focus,
- QDoubleSpinBox:focus {
- background-color: palette(mid);
- border: 2px solid rgb(140,181,255);
- }
- QSpinBox::up-button, QDoubleSpinBox::up-button {
- subcontrol-origin: padding;
- subcontrol-position: top right; /* position at the top right corner */
- right: 2px;
- border-radius: 3px;
- border-width: 0;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
- border-bottom-width: 0;
- }
- QSpinBox::down-button, QDoubleSpinBox::down-button {
- subcontrol-origin: padding;
- subcontrol-position: bottom right; /* position at the top right corner */
- right: 2px;
- border-radius: 3px;
- border-width: 0;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- border-top-width: 0;
- }
- QSpinBox::up-button:hover, QSpinBox::down-button:hover, QDoubleSpinBox::up-button:hover, QDoubleSpinBox::down-button:hover {
- background-color: rgb(254,254,255);
- }
- QSpinBox::up-button:pressed, QSpinBox::down-button:pressed, QDoubleSpinBox::up-button:pressed, QDoubleSpinBox::down-button:pressed {
- background-color: rgb(193,193,193);
- }
- QSpinBox::up-button:disabled, QSpinBox::up-button:off, QSpinBox::down-button:disabled, QSpinBox::down-button:off {
- background-color: rgb(193,193,193);
- }
- QDoubleSpinBox::up-button:disabled, QDoubleSpinBox::up-button:off, QDoubleSpinBox::down-button:disabled, QDoubleSpinBox::down-button:off {
- background-color: rgb(193,193,193);
- }
- QSpinBox::up-arrow, QDoubleSpinBox::up-arrow {
- image: url(./Light/up.svg);
- width: 100%;
- margin: 2px;
- }
- QSpinBox::down-arrow, QDoubleSpinBox::down-arrow {
- image: url(./Light/down.svg);
- width: 100%;
- padding: 2px;
- }
- /* Controls Dock */
- #controlsDock QPushButton {
- margin: 1px;
- }
- #streamButton,
- #recordButton,
- QPushButton[themeID="replayBufferButton"],
- #broadcastButton {
- padding: 10px;
- }
- /* Primary Control Button Checked Coloring */
- #streamButton:!hover:!pressed:checked,
- #recordButton:!hover:!pressed:checked,
- QPushButton[themeID="replayBufferButton"]:!hover:!pressed:checked,
- #modeSwitch:!hover:!pressed:checked,
- #broadcastButton:!hover:!pressed:checked {
- background: rgb(140,181,255);
- }
- /* Primary Control Button Hover Coloring */
- #streamButton:hover:!pressed:checked,
- #recordButton:hover:!pressed:checked,
- QPushButton[themeID="replayBufferButton"]:!pressed:checked,
- #modeSwitch:hover:!pressed:checked,
- #broadcastButton:hover:!pressed:checked {
- background: rgb(178,207,255);
- color: palette(text);
- }
- /* Buttons */
- QPushButton {
- color: palette(text);
- background-color: palette(button);
- min-height: 18px;
- border: none;
- border-radius: 4px;
- padding: 6px 16px;
- }
- QPushButton::flat {
- background-color: rgb(243,243,243);
- }
- QPushButton:checked {
- background-color: rgb(140,181,255);
- }
- QPushButton:hover {
- background-color: rgb(254,254,255);
- }
- QPushButton:pressed {
- background-color: rgb(193,193,193);
- }
- QPushButton:disabled {
- background-color: rgb(193,193,193);
- }
- QPushButton::menu-indicator {
- image: url(./Light/down.svg);
- subcontrol-position: right;
- subcontrol-origin: padding;
- width: 25px;
- }
- /* Sliders */
- QSlider::groove:horizontal {
- background-color: rgb(243,243,243);
- height: 4px;
- border: none;
- border-radius: 2px;
- }
- QSlider::handle:horizontal {
- background-color: palette(text);
- border: 1px solid palette(mid);
- border-radius: 3px;
- height: 10px;
- width: 18px;
- margin: -3px 0; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */
- }
- QSlider::handle:horizontal:pressed {
- background-color: palette(text);
- }
- QSlider::sub-page:horizontal {
- background-color: palette(highlight);
- border-radius: 2px;
- }
- QSlider::sub-page:horizontal:disabled {
- background-color: palette(dark);
- border-radius: 2px;
- }
- QSlider::groove:vertical {
- background-color: rgb(243,243,243);
- width: 4px;
- border: none;
- border-radius: 2px;
- }
- QSlider::handle:vertical {
- background-color: palette(text);
- border: 1px solid palette(mid);
- border-radius: 3px;
- width: 10px;
- height: 18px;
- margin: 0 -3px; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */
- }
- QSlider::handle:vertical:pressed {
- background-color: palette(text);
- }
- QSlider::add-page:vertical {
- background-color: palette(highlight);
- border-radius: 2px;
- }
- QSlider::add-page:vertical:disabled {
- background-color: rgb(50,49,50);
- border-radius: 2px;
- }
- QSlider::handle:hover {
- background-color: rgb(200,199,200);
- }
- QSlider::handle:disabled {
- background-color: rgb(68,75,110);
- }
- /* Volume Control */
- #stackedMixerArea QPushButton {
- min-width: 16px;
- padding: 4px 8px;
- }
- /* This is an incredibly cursed but necessary fix */
- #stackedMixerArea QPushButton:!hover {
- background-color: palette(button);
- }
- #stackedMixerArea QPushButton:hover {
- background-color: rgb(254,254,255);
- }
- #stackedMixerArea QPushButton:pressed {
- background-color: rgb(193,193,193);
- }
- VolumeMeter {
- qproperty-backgroundNominalColor: rgb(66,112,24);
- qproperty-backgroundWarningColor: rgb(112,91,28);
- qproperty-backgroundErrorColor: rgb(112,39,53);
- qproperty-foregroundNominalColor: rgb(115,189,49);
- qproperty-foregroundWarningColor: rgb(189,144,9);
- qproperty-foregroundErrorColor: rgb(189,47,73);
- qproperty-magnitudeColor: rgb(0,0,0);
- qproperty-majorTickColor: palette(text);
- qproperty-minorTickColor: palette(light);
- }
- /* Status Bar */
- QStatusBar::item {
- border: none;
- }
- /* Table View */
- QTableView {
- background: palette(base);
- gridline-color: palette(light);
- }
- QTableView::item {
- margin: 0px;
- padding: 0px;
- }
- QTableView QLineEdit {
- background: palette(mid);
- padding: 0;
- margin: 0;
- }
- QTableView QPushButton,
- QTableView QToolButton {
- margin: 1px 1px 2px;
- }
- QHeaderView::section {
- background-color: palette(button);
- color: palette(text);
- border: none;
- border-left: 1px solid palette(window);
- border-right: 1px solid palette(window);
- padding: 2px 4px;
- margin-bottom: 2px;
- }
- /* Mute CheckBox */
- MuteCheckBox {
- margin: 4px 0px 0px;
- }
- MuteCheckBox::indicator:checked {
- image: url(./Light/mute.svg);
- }
- MuteCheckBox::indicator:unchecked {
- image: url(./Light/settings/audio.svg);
- }
- OBSHotkeyLabel[hotkeyPairHover=true] {
- color: rgb(53,82,222);
- }
- /* Pause */
- PauseCheckBox {
- outline: none;
- }
- PauseCheckBox::indicator:checked {
- image: url(:/res/images/media-pause.svg);
- }
- PauseCheckBox::indicator:unchecked {
- image: url(:/res/images/media-play.svg);
- }
- /* Label warning/error */
- QLabel#warningLabel {
- color: rgb(192,128,0);
- font-weight: bold;
- }
- QLabel#errorLabel {
- color: rgb(192,0,0);
- font-weight: bold;
- }
- * [themeID="warning"] {
- color: rgb(192,128,0);
- font-weight: bold;
- }
- * [themeID="error"] {
- color: rgb(192,0,0);
- font-weight: bold;
- }
- * [themeID="good"] {
- color: rgb(0,192,0);
- font-weight: bold;
- }
- /* About dialog */
- * [themeID="aboutName"] {
- font-size: 26pt;
- font-weight: bold;
- }
- * [themeID="aboutVersion"] {
- font-size: 12pt;
- margin-bottom: 20px;
- }
- * [themeID="aboutInfo"] {
- margin-bottom: 20px;
- }
- * [themeID="aboutHLayout"] {
- background-color: palette(base);
- }
- /* Canvas / Preview background color */
- OBSQTDisplay {
- qproperty-displayBackgroundColor: rgb(193,193,193);
- border-radius: 10px;
- }
- /* Filters Window */
- OBSBasicFilters QListWidget {
- border-radius: 4px;
- padding: 3px;
- }
- OBSBasicFilters QListWidget::item {
- border-radius: 4px;
- padding: 6px;
- }
- OBSBasicFilters #widget,
- OBSBasicFilters #widget_2 {
- margin: 0px;
- padding: 0px;
- padding-bottom: 4px;
- }
- OBSBasicFilters #widget QPushButton,
- OBSBasicFilters #widget_2 QPushButton {
- min-width: 16px;
- padding: 4px 8px;
- margin-top: 0px;
- }
- /* Preview/Program labels */
- * [themeID="previewProgramLabels"] {
- font-size: 14pt;
- font-weight: bold;
- color: rgb(210,210,210);
- margin-bottom: 4px;
- }
- /* Settings Icons */
- OBSBasicSettings {
- qproperty-generalIcon: url(./Light/settings/general.svg);
- qproperty-streamIcon: url(./Light/settings/stream.svg);
- qproperty-outputIcon: url(./Light/settings/output.svg);
- qproperty-audioIcon: url(./Light/settings/audio.svg);
- qproperty-videoIcon: url(./Light/settings/video.svg);
- qproperty-hotkeysIcon: url(./Light/settings/hotkeys.svg);
- qproperty-accessibilityIcon: url(./Light/settings/accessibility.svg);
- qproperty-advancedIcon: url(./Light/settings/advanced.svg);
- }
- /* Checkboxes */
- QCheckBox {
- }
- QCheckBox::indicator,
- QGroupBox::indicator {
- width: 18px;
- height: 18px;
- }
- QGroupBox::indicator {
- margin-left: 2px;
- }
- QCheckBox::indicator:unchecked,
- QGroupBox::indicator:unchecked {
- image: url(./Light/checkbox_unchecked.svg);
- }
- QCheckBox::indicator:unchecked:hover,
- QGroupBox::indicator:unchecked:hover {
- border: none;
- image: url(./Light/checkbox_unchecked_focus.svg);
- }
- QCheckBox::indicator:checked,
- QGroupBox::indicator:checked {
- image: url(./Light/checkbox_checked.svg);
- }
- QCheckBox::indicator:checked:hover,
- QGroupBox::indicator:checked:hover {
- border: none;
- image: url(./Light/checkbox_checked_focus.svg);
- }
- QCheckBox::indicator:checked:disabled,
- QGroupBox::indicator:checked:disabled {
- image: url(./Light/checkbox_checked_disabled.svg);
- }
- QCheckBox::indicator:unchecked:disabled,
- QGroupBox::indicator:unchecked:disabled {
- image: url(./Light/checkbox_unchecked_disabled.svg);
- }
- /* Locked CheckBox */
- LockedCheckBox {
- outline: none;
- background: transparent;
- }
- LockedCheckBox::indicator {
- width: 16px;
- height: 16px;
- }
- LockedCheckBox::indicator:checked,
- LockedCheckBox::indicator:checked:hover {
- image: url(./Light/locked.svg);
- }
- LockedCheckBox::indicator:unchecked,
- LockedCheckBox::indicator:unchecked:hover {
- image: url(:res/images/unlocked.svg);
- }
- /* Visibility CheckBox */
- VisibilityCheckBox {
- outline: none;
- background: transparent;
- }
- VisibilityCheckBox::indicator {
- width: 16px;
- height: 16px;
- }
- VisibilityCheckBox::indicator:checked,
- VisibilityCheckBox::indicator:checked:hover {
- image: url(./Light/visible.svg);
- }
- VisibilityCheckBox::indicator:unchecked,
- VisibilityCheckBox::indicator:unchecked:hover {
- image: url(:res/images/invisible.svg);
- }
- * [themeID="revertIcon"] {
- qproperty-icon: url(./Light/revert.svg);
- }
- QPushButton#extraPanelDelete {
- background-color: palette(mid);
- }
- QPushButton#extraPanelDelete:hover {
- background-color: rgb(68,75,110);
- }
- QPushButton#extraPanelDelete:pressed {
- background-color: palette(dark);
- }
- /* Mute CheckBox */
- MuteCheckBox {
- outline: none;
- }
- MuteCheckBox::indicator {
- width: 16px;
- height: 16px;
- }
- MuteCheckBox::indicator:checked {
- image: url(./Light/mute.svg);
- }
- MuteCheckBox::indicator:unchecked {
- image: url(./Light/settings/audio.svg);
- }
- MuteCheckBox::indicator:unchecked:hover {
- image: url(./Light/settings/audio.svg);
- }
- MuteCheckBox::indicator:unchecked:focus {
- image: url(./Light/settings/audio.svg);
- }
- MuteCheckBox::indicator:checked:hover {
- image: url(./Light/mute.svg);
- }
- MuteCheckBox::indicator:checked:focus {
- image: url(./Light/mute.svg);
- }
- MuteCheckBox::indicator:checked:disabled {
- image: url(./Light/mute.svg);
- }
- MuteCheckBox::indicator:unchecked:disabled {
- image: url(./Light/settings/audio.svg);
- }
- #hotkeyFilterReset {
- margin-top: 0px;
- }
- OBSHotkeyWidget {
- padding: 8px 0px;
- margin: 2px 0px;
- }
- OBSHotkeyLabel {
- padding: 4px 0px;
- }
- OBSHotkeyLabel[hotkeyPairHover=true] {
- color: rgb(53,82,222);
- }
- OBSHotkeyWidget QPushButton {
- min-width: 16px;
- padding: 4px 4px;
- margin-top: 0px;
- margin-left: 4px;
- }
- /* Sources List Group Collapse Checkbox */
- SourceTreeSubItemCheckBox {
- background: transparent;
- outline: none;
- padding: 0px;
- }
- SourceTreeSubItemCheckBox::indicator {
- width: 12px;
- height: 12px;
- }
- SourceTreeSubItemCheckBox::indicator:checked,
- SourceTreeSubItemCheckBox::indicator:checked:hover {
- image: url(./Light/expand.svg);
- }
- SourceTreeSubItemCheckBox::indicator:unchecked,
- SourceTreeSubItemCheckBox::indicator:unchecked:hover {
- image: url(./Light/collapse.svg);
- }
- /* Source Icons */
- OBSBasic {
- qproperty-imageIcon: url(./Light/sources/image.svg);
- qproperty-colorIcon: url(./Light/sources/brush.svg);
- qproperty-slideshowIcon: url(./Light/sources/slideshow.svg);
- qproperty-audioInputIcon: url(./Light/sources/microphone.svg);
- qproperty-audioOutputIcon: url(./Light/settings/audio.svg);
- qproperty-desktopCapIcon: url(./Light/settings/video.svg);
- qproperty-windowCapIcon: url(./Light/sources/window.svg);
- qproperty-gameCapIcon: url(./Light/sources/gamepad.svg);
- qproperty-cameraIcon: url(./Light/sources/camera.svg);
- qproperty-textIcon: url(./Light/sources/text.svg);
- qproperty-mediaIcon: url(./Light/sources/media.svg);
- qproperty-browserIcon: url(./Light/sources/globe.svg);
- qproperty-groupIcon: url(./Light/sources/group.svg);
- qproperty-sceneIcon: url(./Light/sources/scene.svg);
- qproperty-defaultIcon: url(./Light/sources/default.svg);
- qproperty-audioProcessOutputIcon: url(./Light/sources/windowaudio.svg);
- }
- /* Scene Tree Grid Mode */
- SceneTree {
- qproperty-gridItemWidth: 154;
- qproperty-gridItemHeight: 31;
- }
- *[gridMode="true"] SceneTree::item {
- color: palette(text);
- background-color: palette(button);
- border-radius: 4px;
- margin: 2px;
- }
- *[gridMode="true"] SceneTree::item:selected {
- background-color: rgb(51,69,163);
- }
- *[gridMode="true"] SceneTree::item:checked {
- background-color: rgb(51,69,163);
- }
- *[gridMode="true"] SceneTree::item:hover {
- background-color: rgb(254,254,255);
- }
- /* Save icon */
- * [themeID="replayIconSmall"] {
- qproperty-icon: url(./Light/save.svg);
- }
- /* Studio Mode T-Bar */
- QSlider[themeID="tBarSlider"] {
- height: 24px;
- }
- QSlider::groove:horizontal[themeID="tBarSlider"] {
- border: 1px solid #4c4c4c;
- height: 5px;
- background: palette(dark);
- }
- QSlider::sub-page:horizontal[themeID="tBarSlider"] {
- background: palette(dark);
- border: 1px solid #4c4c4c;
- }
- QSlider::handle:horizontal[themeID="tBarSlider"] {
- background-color: #d2d2d2;
- width: 12px;
- height: 24px;
- margin: -24px 0px;
- }
- /* Media icons */
- * [themeID="playIcon"] {
- qproperty-icon: url(./Light/media/media_play.svg);
- }
- * [themeID="pauseIcon"] {
- qproperty-icon: url(./Light/media/media_pause.svg);
- }
- * [themeID="restartIcon"] {
- qproperty-icon: url(./Light/media/media_restart.svg);
- }
- * [themeID="stopIcon"] {
- qproperty-icon: url(./Light/media/media_stop.svg);
- }
- * [themeID="nextIcon"] {
- qproperty-icon: url(./Light/media/media_next.svg);
- }
- * [themeID="previousIcon"] {
- qproperty-icon: url(./Light/media/media_previous.svg);
- }
- /* YouTube Integration */
- OBSYoutubeActions {
- qproperty-thumbPlaceholder: url(./Light/sources/image.svg);
- }
- #ytEventList QLabel {
- color: palette(text);
- background-color: palette(button);
- border: none;
- border-radius: 3px;
- padding: 4px 20px;
- }
- #ytEventList QLabel:hover {
- background-color: rgb(254,254,255);
- }
- #ytEventList QLabel[isSelectedEvent=true] {
- background-color: rgb(140,181,255);
- border: none;
- }
- #ytEventList QLabel[isSelectedEvent=true]:hover {
- background-color: rgb(178,207,255);
- color: palette(text);
- }
- /* Calendar Widget */
- QDateTimeEdit::down-arrow {
- qproperty-alignment: AlignTop;
- image: url(./Light/down.svg);
- width: 100%;
- }
- QDateTimeEdit:on {
- background-color: palette(mid);
- }
- /* Calendar Top Bar */
- QCalendarWidget QWidget#qt_calendar_navigationbar {
- background-color: palette(base);
- padding: 4px 8px;
- }
- /* Calendar Top Bar Buttons */
- QCalendarWidget QToolButton {
- background-color: palette(button);
- padding: 2px 16px;
- border-radius: 3px;
- margin: 2px;
- }
- #qt_calendar_monthbutton::menu-indicator {
- image: url(./Light/down.svg);
- subcontrol-position: right;
- padding-top: 2px;
- padding-right: 6px;
- height: 10px;
- width: 10px;
- }
- QCalendarWidget #qt_calendar_prevmonth {
- padding: 2px;
- qproperty-icon: url(./Light/left.svg);
- icon-size: 16px, 16px;
- }
- QCalendarWidget #qt_calendar_nextmonth {
- padding: 2px;
- qproperty-icon: url(./Light/right.svg);
- icon-size: 16px, 16px;
- }
- QCalendarWidget QToolButton:hover {
- background-color: rgb(254,254,255);
- border-radius: 3px;
- }
- QCalendarWidget QToolButton:pressed {
- background-color: rgb(193,193,193);
- }
- /* Month Dropdown Menu */
- QCalendarWidget QMenu {
-
- }
- /* Year spinbox */
- QCalendarWidget QSpinBox {
- background-color: rgb(193,193,193);
- border: none;
- border-radius: 3px;
- margin: 0px 3px 0px 0px;
- padding: 4px 16px;
- }
- QCalendarWidget QSpinBox::up-button { subcontrol-origin: border; subcontrol-position: top right; width: 16px; }
- QCalendarWidget QSpinBox::down-button {subcontrol-origin: border; subcontrol-position: bottom right; width: 16px;}
- QCalendarWidget QSpinBox::up-arrow { width: 10px; height: 10px; }
- QCalendarWidget QSpinBox::down-arrow { width: 10px; height: 10px; }
- /* Days of the Week Bar */
- QCalendarWidget QWidget { alternate-background-color: palette(mid); }
- QCalendarWidget QAbstractItemView:enabled {
- background-color: palette(base);
- color: palette(text);
- }
- QCalendarWidget QAbstractItemView:disabled {
- color: rgb(122,121,122);
- }
- /* VirtualCam Plugin Fixes */
- #VirtualProperties QWidget {
- margin-top: 0;
- margin-bottom: 0;
- }
- /* Disable icons on QDialogButtonBox */
- QDialogButtonBox {
- dialogbuttonbox-buttons-have-icons: 0;
- }
|