|
|
@@ -36,7 +36,7 @@ OBSTheme {
|
|
|
alternateBase: rgb(11,10,11);
|
|
|
|
|
|
text: rgb(255,254,255);
|
|
|
-
|
|
|
+
|
|
|
button: rgb(0,187,210);
|
|
|
buttonText: rgb(255,254,255);
|
|
|
|
|
|
@@ -51,7 +51,7 @@ OBSTheme {
|
|
|
primaryLight: rgb(0,188,212);
|
|
|
primaryDark: rgb(25,27,38);
|
|
|
|
|
|
- secondary: rgb(240,96,146);
|
|
|
+ secondary: rgb(240,96,146);
|
|
|
|
|
|
highlight: rgb(42,130,218);
|
|
|
highlightText: rgb(255,254,255);
|
|
|
@@ -64,14 +64,14 @@ OBSTheme::disabled {
|
|
|
windowText: rgb(153,153,153);
|
|
|
text: rgb(153,153,153);
|
|
|
button: rgb(27,29,34);
|
|
|
-
|
|
|
+
|
|
|
buttonText: rgb(35,38,41);
|
|
|
brightText: rgb(35,38,41);
|
|
|
}
|
|
|
|
|
|
OBSTheme::inactive {
|
|
|
text: rgb(255,254,255);
|
|
|
-
|
|
|
+
|
|
|
highlight: rgb(25,28,34);
|
|
|
highlightText: rgb(255,255,255);
|
|
|
}
|
|
|
@@ -173,11 +173,11 @@ QMenu::right-arrow {
|
|
|
|
|
|
/* Top Menu Bar Items */
|
|
|
QMenuBar::item {
|
|
|
- background-color: transparent;
|
|
|
+ background-color: transparent;
|
|
|
}
|
|
|
|
|
|
QMenuBar::item:selected {
|
|
|
- background: rgb(0,188,212);
|
|
|
+ background: rgb(0,188,212);
|
|
|
}
|
|
|
|
|
|
/* Item Lists */
|
|
|
@@ -214,7 +214,7 @@ SceneTree::item,
|
|
|
SourceTree::item {
|
|
|
border-radius: 4px;
|
|
|
color: palette(text);
|
|
|
- border: 0px solid transparent;
|
|
|
+ border: 0px solid transparent;
|
|
|
}
|
|
|
|
|
|
QMenu::item:selected,
|
|
|
@@ -355,7 +355,7 @@ QGroupBox {
|
|
|
}
|
|
|
|
|
|
QGroupBox::title {
|
|
|
- color: rgb(240,98,146);
|
|
|
+ color: rgb(240,98,146);
|
|
|
subcontrol-origin: margin;
|
|
|
left: 8px;
|
|
|
top: 8px;
|
|
|
@@ -423,7 +423,7 @@ QScrollBar::handle:pressed {
|
|
|
}
|
|
|
|
|
|
QScrollBar::handle:vertical {
|
|
|
- min-height: 20px;
|
|
|
+ min-height: 20px;
|
|
|
}
|
|
|
|
|
|
QScrollBar::handle:horizontal {
|
|
|
@@ -470,7 +470,7 @@ QToolButton {
|
|
|
|
|
|
QPushButton[toolButton="true"]:disabled,
|
|
|
QToolButton:disabled {
|
|
|
- background-color: transparent;
|
|
|
+ background-color: transparent;
|
|
|
}
|
|
|
|
|
|
QPushButton[toolButton="true"]:last-child,
|
|
|
@@ -627,7 +627,7 @@ QComboBox:selected,
|
|
|
QDateTimeEdit:hover,
|
|
|
QDateTimeEdit:selected {
|
|
|
background-color: palette(base);
|
|
|
- border: 2px solid rgb(0,188,212);
|
|
|
+ border: 2px solid rgb(0,188,212);
|
|
|
}
|
|
|
|
|
|
QComboBox::drop-down,
|
|
|
@@ -884,7 +884,7 @@ QSlider::handle:vertical:pressed {
|
|
|
}
|
|
|
|
|
|
QSlider::add-page:vertical {
|
|
|
- background-color: palette(highlight);
|
|
|
+ background-color: palette(highlight);
|
|
|
border-radius: 2px;
|
|
|
}
|
|
|
|
|
|
@@ -922,15 +922,15 @@ QSlider::handle:disabled {
|
|
|
}
|
|
|
|
|
|
VolumeMeter {
|
|
|
- qproperty-backgroundNominalColor: rgb(0, 128, 79);
|
|
|
- qproperty-backgroundWarningColor: rgb(128, 57, 0);
|
|
|
- qproperty-backgroundErrorColor: rgb(128, 9, 0);
|
|
|
- qproperty-foregroundNominalColor: rgb(119, 255, 143);
|
|
|
- qproperty-foregroundWarningColor: rgb(255, 157, 76);
|
|
|
- qproperty-foregroundErrorColor: rgb(255, 89, 76);
|
|
|
- qproperty-magnitudeColor: palette(window);
|
|
|
- qproperty-majorTickColor: palette(window-text);
|
|
|
- qproperty-minorTickColor: palette(mid);
|
|
|
+ qproperty-backgroundNominalColor: rgb(0, 128, 79);
|
|
|
+ qproperty-backgroundWarningColor: rgb(128, 57, 0);
|
|
|
+ qproperty-backgroundErrorColor: rgb(128, 9, 0);
|
|
|
+ qproperty-foregroundNominalColor: rgb(119, 255, 143);
|
|
|
+ qproperty-foregroundWarningColor: rgb(255, 157, 76);
|
|
|
+ qproperty-foregroundErrorColor: rgb(255, 89, 76);
|
|
|
+ qproperty-magnitudeColor: palette(window);
|
|
|
+ qproperty-majorTickColor: palette(window-text);
|
|
|
+ qproperty-minorTickColor: palette(mid);
|
|
|
}
|
|
|
|
|
|
/* Status Bar */
|
|
|
@@ -1099,44 +1099,44 @@ QCheckBox {
|
|
|
|
|
|
QCheckBox::indicator,
|
|
|
QGroupBox::indicator {
|
|
|
- width: 18px;
|
|
|
- height: 18px;
|
|
|
+ width: 18px;
|
|
|
+ height: 18px;
|
|
|
}
|
|
|
|
|
|
QGroupBox::indicator {
|
|
|
- margin-left: 2px;
|
|
|
+ margin-left: 2px;
|
|
|
}
|
|
|
|
|
|
QCheckBox::indicator:unchecked,
|
|
|
QGroupBox::indicator:unchecked {
|
|
|
- image: url(./Yami/checkbox_unchecked.svg);
|
|
|
+ image: url(./Yami/checkbox_unchecked.svg);
|
|
|
}
|
|
|
|
|
|
QCheckBox::indicator:unchecked:hover,
|
|
|
QGroupBox::indicator:unchecked:hover {
|
|
|
- border: none;
|
|
|
- image: url(./Yami/checkbox_unchecked_focus.svg);
|
|
|
+ border: none;
|
|
|
+ image: url(./Yami/checkbox_unchecked_focus.svg);
|
|
|
}
|
|
|
|
|
|
QCheckBox::indicator:checked,
|
|
|
QGroupBox::indicator:checked {
|
|
|
- image: url(./Yami/checkbox_checked.svg);
|
|
|
+ image: url(./Yami/checkbox_checked.svg);
|
|
|
}
|
|
|
|
|
|
QCheckBox::indicator:checked:hover,
|
|
|
QGroupBox::indicator:checked:hover {
|
|
|
- border: none;
|
|
|
- image: url(./Yami/checkbox_checked_focus.svg);
|
|
|
+ border: none;
|
|
|
+ image: url(./Yami/checkbox_checked_focus.svg);
|
|
|
}
|
|
|
|
|
|
QCheckBox::indicator:checked:disabled,
|
|
|
QGroupBox::indicator:checked:disabled {
|
|
|
- image: url(./Yami/checkbox_checked_disabled.svg);
|
|
|
+ image: url(./Yami/checkbox_checked_disabled.svg);
|
|
|
}
|
|
|
|
|
|
QCheckBox::indicator:unchecked:disabled,
|
|
|
QGroupBox::indicator:unchecked:disabled {
|
|
|
- image: url(./Yami/checkbox_unchecked_disabled.svg);
|
|
|
+ image: url(./Yami/checkbox_unchecked_disabled.svg);
|
|
|
}
|
|
|
|
|
|
/* Locked CheckBox */
|
|
|
@@ -1204,7 +1204,7 @@ QPushButton#extraPanelDelete:pressed {
|
|
|
/* Mute CheckBox */
|
|
|
|
|
|
MuteCheckBox {
|
|
|
- outline: none;
|
|
|
+ outline: none;
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator {
|
|
|
@@ -1213,35 +1213,35 @@ MuteCheckBox::indicator {
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:checked {
|
|
|
- image: url(./Dark/mute.svg);
|
|
|
+ image: url(./Dark/mute.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:unchecked {
|
|
|
- image: url(./Dark/settings/audio.svg);
|
|
|
+ image: url(./Dark/settings/audio.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:unchecked:hover {
|
|
|
- image: url(./Dark/settings/audio.svg);
|
|
|
+ image: url(./Dark/settings/audio.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:unchecked:focus {
|
|
|
- image: url(./Dark/settings/audio.svg);
|
|
|
+ image: url(./Dark/settings/audio.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:checked:hover {
|
|
|
- image: url(./Dark/mute.svg);
|
|
|
+ image: url(./Dark/mute.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:checked:focus {
|
|
|
- image: url(./Dark/mute.svg);
|
|
|
+ image: url(./Dark/mute.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:checked:disabled {
|
|
|
- image: url(./Dark/mute.svg);
|
|
|
+ image: url(./Dark/mute.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:unchecked:disabled {
|
|
|
- image: url(./Dark/settings/audio.svg);
|
|
|
+ image: url(./Dark/settings/audio.svg);
|
|
|
}
|
|
|
|
|
|
#hotkeyFilterReset {
|
|
|
@@ -1258,7 +1258,7 @@ OBSHotkeyLabel {
|
|
|
}
|
|
|
|
|
|
OBSHotkeyLabel[hotkeyPairHover=true] {
|
|
|
- color: rgb(240,98,146);
|
|
|
+ color: rgb(240,98,146);
|
|
|
}
|
|
|
|
|
|
OBSHotkeyWidget QPushButton {
|
|
|
@@ -1348,25 +1348,25 @@ SceneTree {
|
|
|
/* Studio Mode T-Bar */
|
|
|
|
|
|
QSlider[themeID="tBarSlider"] {
|
|
|
- height: 24px;
|
|
|
+ height: 24px;
|
|
|
}
|
|
|
|
|
|
QSlider::groove:horizontal[themeID="tBarSlider"] {
|
|
|
- border: 1px solid #4c4c4c;
|
|
|
- height: 5px;
|
|
|
- background: palette(dark);
|
|
|
+ border: 1px solid #4c4c4c;
|
|
|
+ height: 5px;
|
|
|
+ background: palette(dark);
|
|
|
}
|
|
|
|
|
|
QSlider::sub-page:horizontal[themeID="tBarSlider"] {
|
|
|
- background: palette(dark);
|
|
|
- border: 1px solid #4c4c4c;
|
|
|
+ background: palette(dark);
|
|
|
+ border: 1px solid #4c4c4c;
|
|
|
}
|
|
|
|
|
|
QSlider::handle:horizontal[themeID="tBarSlider"] {
|
|
|
- background-color: #d2d2d2;
|
|
|
- width: 12px;
|
|
|
- height: 24px;
|
|
|
- margin: -24px 0px;
|
|
|
+ background-color: #d2d2d2;
|
|
|
+ width: 12px;
|
|
|
+ height: 24px;
|
|
|
+ margin: -24px 0px;
|
|
|
}
|
|
|
|
|
|
/* Media icons */
|
|
|
@@ -1479,7 +1479,7 @@ QCalendarWidget QToolButton:pressed {
|
|
|
|
|
|
/* Month Dropdown Menu */
|
|
|
QCalendarWidget QMenu {
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
/* Year spinbox */
|
|
|
QCalendarWidget QSpinBox {
|