|
|
@@ -166,7 +166,7 @@ QMenu::item:disabled {
|
|
|
}
|
|
|
|
|
|
QMenu::right-arrow {
|
|
|
- image: url(./Light/expand.svg);
|
|
|
+ image: url(theme:Light/expand.svg);
|
|
|
}
|
|
|
|
|
|
/* Top Menu Bar Items */
|
|
|
@@ -304,8 +304,8 @@ QDockWidget {
|
|
|
font-size: 10.5pt;
|
|
|
font-weight: bold;
|
|
|
|
|
|
- titlebar-close-icon: url('./Light/close.svg');
|
|
|
- titlebar-normal-icon: url('./Light/popout.svg');
|
|
|
+ titlebar-close-icon: url(theme:Light/close.svg);
|
|
|
+ titlebar-normal-icon: url(theme:Light/popout.svg);
|
|
|
}
|
|
|
|
|
|
QDockWidget::title {
|
|
|
@@ -453,11 +453,11 @@ QScrollBar::handle:horizontal {
|
|
|
}
|
|
|
|
|
|
QPushButton#sourcePropertiesButton {
|
|
|
- qproperty-icon: url(./Light/settings/general.svg);
|
|
|
+ qproperty-icon: url(theme:Light/settings/general.svg);
|
|
|
}
|
|
|
|
|
|
QPushButton#sourceFiltersButton {
|
|
|
- qproperty-icon: url(./Light/filter.svg);
|
|
|
+ qproperty-icon: url(theme:Light/filter.svg);
|
|
|
}
|
|
|
|
|
|
/* Scenes and Sources toolbar */
|
|
|
@@ -491,55 +491,55 @@ QToolButton:pressed {
|
|
|
}
|
|
|
|
|
|
* [themeID="addIconSmall"] {
|
|
|
- qproperty-icon: url(./Light/plus.svg);
|
|
|
+ qproperty-icon: url(theme:Light/plus.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="removeIconSmall"] {
|
|
|
- qproperty-icon: url(./Light/trash.svg);
|
|
|
+ qproperty-icon: url(theme:Light/trash.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="clearIconSmall"] {
|
|
|
- qproperty-icon: url(./Light/entry-clear.svg);
|
|
|
+ qproperty-icon: url(theme:Light/entry-clear.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="propertiesIconSmall"] {
|
|
|
- qproperty-icon: url(./Light/settings/general.svg);
|
|
|
+ qproperty-icon: url(theme:Light/settings/general.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="configIconSmall"] {
|
|
|
- qproperty-icon: url(./Light/settings/general.svg);
|
|
|
+ qproperty-icon: url(theme:Light/settings/general.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="menuIconSmall"] {
|
|
|
- qproperty-icon: url(./Light/dots-vert.svg);
|
|
|
+ qproperty-icon: url(theme:Light/dots-vert.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="refreshIconSmall"] {
|
|
|
- qproperty-icon: url(./Light/refresh.svg);
|
|
|
+ qproperty-icon: url(theme:Light/refresh.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="cogsIcon"] {
|
|
|
- qproperty-icon: url(./Light/cogs.svg);
|
|
|
+ qproperty-icon: url(theme:Light/cogs.svg);
|
|
|
}
|
|
|
|
|
|
#sourceInteractButton {
|
|
|
- qproperty-icon: url(./Light/interact.svg);
|
|
|
+ qproperty-icon: url(theme:Light/interact.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="upArrowIconSmall"] {
|
|
|
- qproperty-icon: url(./Light/up.svg);
|
|
|
+ qproperty-icon: url(theme:Light/up.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="downArrowIconSmall"] {
|
|
|
- qproperty-icon: url(./Light/down.svg);
|
|
|
+ qproperty-icon: url(theme:Light/down.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="pauseIconSmall"] {
|
|
|
- qproperty-icon: url(./Light/media-pause.svg);
|
|
|
+ qproperty-icon: url(theme:Light/media-pause.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="filtersIcon"] {
|
|
|
- qproperty-icon: url(./Light/filter.svg);
|
|
|
+ qproperty-icon: url(theme:Light/filter.svg);
|
|
|
}
|
|
|
|
|
|
QToolBarExtension {
|
|
|
@@ -549,7 +549,7 @@ QToolBarExtension {
|
|
|
padding: 4px 0px;
|
|
|
margin-left: 0px;
|
|
|
|
|
|
- qproperty-icon: url(./Light/dots-vert.svg);
|
|
|
+ qproperty-icon: url(theme:Light/dots-vert.svg);
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -645,7 +645,7 @@ QDateTimeEdit::drop-down {
|
|
|
QComboBox::down-arrow,
|
|
|
QDateTimeEdit::down-arrow {
|
|
|
qproperty-alignment: AlignTop;
|
|
|
- image: url(./Light/updown.svg);
|
|
|
+ image: url(theme:Light/updown.svg);
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
@@ -667,7 +667,7 @@ QDateTimeEdit::drop-down:editable {
|
|
|
QComboBox::down-arrow:editable,
|
|
|
QDateTimeEdit::down-arrow:editable {
|
|
|
qproperty-alignment: AlignTop;
|
|
|
- image: url(./Light/down.svg);
|
|
|
+ image: url(theme:Light/down.svg);
|
|
|
width: 8%;
|
|
|
}
|
|
|
|
|
|
@@ -755,13 +755,13 @@ QDoubleSpinBox::up-button:disabled, QDoubleSpinBox::up-button:off, QDoubleSpinBo
|
|
|
}
|
|
|
|
|
|
QSpinBox::up-arrow, QDoubleSpinBox::up-arrow {
|
|
|
- image: url(./Light/up.svg);
|
|
|
+ image: url(theme:Light/up.svg);
|
|
|
width: 100%;
|
|
|
margin: 2px;
|
|
|
}
|
|
|
|
|
|
QSpinBox::down-arrow, QDoubleSpinBox::down-arrow {
|
|
|
- image: url(./Light/down.svg);
|
|
|
+ image: url(theme:Light/down.svg);
|
|
|
width: 100%;
|
|
|
padding: 2px;
|
|
|
}
|
|
|
@@ -833,7 +833,7 @@ QPushButton:disabled, QToolButton:disabled {
|
|
|
}
|
|
|
|
|
|
QPushButton::menu-indicator {
|
|
|
- image: url(./Light/down.svg);
|
|
|
+ image: url(theme:Light/down.svg);
|
|
|
subcontrol-position: right;
|
|
|
subcontrol-origin: padding;
|
|
|
width: 25px;
|
|
|
@@ -983,15 +983,15 @@ QHeaderView::section {
|
|
|
/* Mute CheckBox */
|
|
|
|
|
|
MuteCheckBox::indicator:checked {
|
|
|
- image: url(./Light/mute.svg);
|
|
|
+ image: url(theme:Light/mute.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:indeterminate {
|
|
|
- image: url(./Dark/unassigned.svg);
|
|
|
+ image: url(theme:Dark/unassigned.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:unchecked {
|
|
|
- image: url(./Light/settings/audio.svg);
|
|
|
+ image: url(theme:Light/settings/audio.svg);
|
|
|
}
|
|
|
|
|
|
OBSHotkeyLabel[hotkeyPairHover=true] {
|
|
|
@@ -1090,14 +1090,14 @@ OBSBasicFilters #widget_2 QPushButton {
|
|
|
/* 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);
|
|
|
+ qproperty-generalIcon: url(theme:Light/settings/general.svg);
|
|
|
+ qproperty-streamIcon: url(theme:Light/settings/stream.svg);
|
|
|
+ qproperty-outputIcon: url(theme:Light/settings/output.svg);
|
|
|
+ qproperty-audioIcon: url(theme:Light/settings/audio.svg);
|
|
|
+ qproperty-videoIcon: url(theme:Light/settings/video.svg);
|
|
|
+ qproperty-hotkeysIcon: url(theme:Light/settings/hotkeys.svg);
|
|
|
+ qproperty-accessibilityIcon: url(theme:Light/settings/accessibility.svg);
|
|
|
+ qproperty-advancedIcon: url(theme:Light/settings/advanced.svg);
|
|
|
}
|
|
|
|
|
|
/* Checkboxes */
|
|
|
@@ -1117,34 +1117,34 @@ QGroupBox::indicator {
|
|
|
|
|
|
QCheckBox::indicator:unchecked,
|
|
|
QGroupBox::indicator:unchecked {
|
|
|
- image: url(./Light/checkbox_unchecked.svg);
|
|
|
+ image: url(theme:Light/checkbox_unchecked.svg);
|
|
|
}
|
|
|
|
|
|
QCheckBox::indicator:unchecked:hover,
|
|
|
QGroupBox::indicator:unchecked:hover {
|
|
|
border: none;
|
|
|
- image: url(./Light/checkbox_unchecked_focus.svg);
|
|
|
+ image: url(theme:Light/checkbox_unchecked_focus.svg);
|
|
|
}
|
|
|
|
|
|
QCheckBox::indicator:checked,
|
|
|
QGroupBox::indicator:checked {
|
|
|
- image: url(./Light/checkbox_checked.svg);
|
|
|
+ image: url(theme:Light/checkbox_checked.svg);
|
|
|
}
|
|
|
|
|
|
QCheckBox::indicator:checked:hover,
|
|
|
QGroupBox::indicator:checked:hover {
|
|
|
border: none;
|
|
|
- image: url(./Light/checkbox_checked_focus.svg);
|
|
|
+ image: url(theme:Light/checkbox_checked_focus.svg);
|
|
|
}
|
|
|
|
|
|
QCheckBox::indicator:checked:disabled,
|
|
|
QGroupBox::indicator:checked:disabled {
|
|
|
- image: url(./Light/checkbox_checked_disabled.svg);
|
|
|
+ image: url(theme:Light/checkbox_checked_disabled.svg);
|
|
|
}
|
|
|
|
|
|
QCheckBox::indicator:unchecked:disabled,
|
|
|
QGroupBox::indicator:unchecked:disabled {
|
|
|
- image: url(./Light/checkbox_unchecked_disabled.svg);
|
|
|
+ image: url(theme:Light/checkbox_unchecked_disabled.svg);
|
|
|
}
|
|
|
|
|
|
/* Locked CheckBox */
|
|
|
@@ -1161,7 +1161,7 @@ LockedCheckBox::indicator {
|
|
|
|
|
|
LockedCheckBox::indicator:checked,
|
|
|
LockedCheckBox::indicator:checked:hover {
|
|
|
- image: url(./Light/locked.svg);
|
|
|
+ image: url(theme:Light/locked.svg);
|
|
|
}
|
|
|
|
|
|
LockedCheckBox::indicator:unchecked,
|
|
|
@@ -1183,7 +1183,7 @@ VisibilityCheckBox::indicator {
|
|
|
|
|
|
VisibilityCheckBox::indicator:checked,
|
|
|
VisibilityCheckBox::indicator:checked:hover {
|
|
|
- image: url(./Light/visible.svg);
|
|
|
+ image: url(theme:Light/visible.svg);
|
|
|
}
|
|
|
|
|
|
VisibilityCheckBox::indicator:unchecked,
|
|
|
@@ -1192,7 +1192,7 @@ VisibilityCheckBox::indicator:unchecked:hover {
|
|
|
}
|
|
|
|
|
|
* [themeID="revertIcon"] {
|
|
|
- qproperty-icon: url(./Light/revert.svg);
|
|
|
+ qproperty-icon: url(theme:Light/revert.svg);
|
|
|
}
|
|
|
|
|
|
QPushButton#extraPanelDelete {
|
|
|
@@ -1221,35 +1221,35 @@ MuteCheckBox::indicator {
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:checked {
|
|
|
- image: url(./Light/mute.svg);
|
|
|
+ image: url(theme:Light/mute.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:unchecked {
|
|
|
- image: url(./Light/settings/audio.svg);
|
|
|
+ image: url(theme:Light/settings/audio.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:unchecked:hover {
|
|
|
- image: url(./Light/settings/audio.svg);
|
|
|
+ image: url(theme:Light/settings/audio.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:unchecked:focus {
|
|
|
- image: url(./Light/settings/audio.svg);
|
|
|
+ image: url(theme:Light/settings/audio.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:checked:hover {
|
|
|
- image: url(./Light/mute.svg);
|
|
|
+ image: url(theme:Light/mute.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:checked:focus {
|
|
|
- image: url(./Light/mute.svg);
|
|
|
+ image: url(theme:Light/mute.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:checked:disabled {
|
|
|
- image: url(./Light/mute.svg);
|
|
|
+ image: url(theme:Light/mute.svg);
|
|
|
}
|
|
|
|
|
|
MuteCheckBox::indicator:unchecked:disabled {
|
|
|
- image: url(./Light/settings/audio.svg);
|
|
|
+ image: url(theme:Light/settings/audio.svg);
|
|
|
}
|
|
|
|
|
|
#hotkeyFilterReset {
|
|
|
@@ -1292,33 +1292,33 @@ SourceTreeSubItemCheckBox::indicator {
|
|
|
|
|
|
SourceTreeSubItemCheckBox::indicator:checked,
|
|
|
SourceTreeSubItemCheckBox::indicator:checked:hover {
|
|
|
- image: url(./Light/expand.svg);
|
|
|
+ image: url(theme:Light/expand.svg);
|
|
|
}
|
|
|
|
|
|
SourceTreeSubItemCheckBox::indicator:unchecked,
|
|
|
SourceTreeSubItemCheckBox::indicator:unchecked:hover {
|
|
|
- image: url(./Light/collapse.svg);
|
|
|
+ image: url(theme: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);
|
|
|
+ qproperty-imageIcon: url(theme:Light/sources/image.svg);
|
|
|
+ qproperty-colorIcon: url(theme:Light/sources/brush.svg);
|
|
|
+ qproperty-slideshowIcon: url(theme:Light/sources/slideshow.svg);
|
|
|
+ qproperty-audioInputIcon: url(theme:Light/sources/microphone.svg);
|
|
|
+ qproperty-audioOutputIcon: url(theme:Light/settings/audio.svg);
|
|
|
+ qproperty-desktopCapIcon: url(theme:Light/settings/video.svg);
|
|
|
+ qproperty-windowCapIcon: url(theme:Light/sources/window.svg);
|
|
|
+ qproperty-gameCapIcon: url(theme:Light/sources/gamepad.svg);
|
|
|
+ qproperty-cameraIcon: url(theme:Light/sources/camera.svg);
|
|
|
+ qproperty-textIcon: url(theme:Light/sources/text.svg);
|
|
|
+ qproperty-mediaIcon: url(theme:Light/sources/media.svg);
|
|
|
+ qproperty-browserIcon: url(theme:Light/sources/globe.svg);
|
|
|
+ qproperty-groupIcon: url(theme:Light/sources/group.svg);
|
|
|
+ qproperty-sceneIcon: url(theme:Light/sources/scene.svg);
|
|
|
+ qproperty-defaultIcon: url(theme:Light/sources/default.svg);
|
|
|
+ qproperty-audioProcessOutputIcon: url(theme:Light/sources/windowaudio.svg);
|
|
|
}
|
|
|
|
|
|
/* Scene Tree Grid Mode */
|
|
|
@@ -1354,7 +1354,7 @@ SceneTree {
|
|
|
/* Save icon */
|
|
|
|
|
|
* [themeID="replayIconSmall"] {
|
|
|
- qproperty-icon: url(./Light/save.svg);
|
|
|
+ qproperty-icon: url(theme:Light/save.svg);
|
|
|
}
|
|
|
|
|
|
/* Studio Mode Labels */
|
|
|
@@ -1390,32 +1390,32 @@ QSlider::handle:horizontal[themeID="tBarSlider"] {
|
|
|
/* Media icons */
|
|
|
|
|
|
* [themeID="playIcon"] {
|
|
|
- qproperty-icon: url(./Light/media/media_play.svg);
|
|
|
+ qproperty-icon: url(theme:Light/media/media_play.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="pauseIcon"] {
|
|
|
- qproperty-icon: url(./Light/media/media_pause.svg);
|
|
|
+ qproperty-icon: url(theme:Light/media/media_pause.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="restartIcon"] {
|
|
|
- qproperty-icon: url(./Light/media/media_restart.svg);
|
|
|
+ qproperty-icon: url(theme:Light/media/media_restart.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="stopIcon"] {
|
|
|
- qproperty-icon: url(./Light/media/media_stop.svg);
|
|
|
+ qproperty-icon: url(theme:Light/media/media_stop.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="nextIcon"] {
|
|
|
- qproperty-icon: url(./Light/media/media_next.svg);
|
|
|
+ qproperty-icon: url(theme:Light/media/media_next.svg);
|
|
|
}
|
|
|
|
|
|
* [themeID="previousIcon"] {
|
|
|
- qproperty-icon: url(./Light/media/media_previous.svg);
|
|
|
+ qproperty-icon: url(theme:Light/media/media_previous.svg);
|
|
|
}
|
|
|
|
|
|
/* YouTube Integration */
|
|
|
OBSYoutubeActions {
|
|
|
- qproperty-thumbPlaceholder: url(./Light/sources/image.svg);
|
|
|
+ qproperty-thumbPlaceholder: url(theme:Light/sources/image.svg);
|
|
|
}
|
|
|
|
|
|
#ytEventList QLabel {
|
|
|
@@ -1443,7 +1443,7 @@ OBSYoutubeActions {
|
|
|
/* Calendar Widget */
|
|
|
QDateTimeEdit::down-arrow {
|
|
|
qproperty-alignment: AlignTop;
|
|
|
- image: url(./Light/down.svg);
|
|
|
+ image: url(theme:Light/down.svg);
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
@@ -1466,7 +1466,7 @@ QCalendarWidget QToolButton {
|
|
|
}
|
|
|
|
|
|
#qt_calendar_monthbutton::menu-indicator {
|
|
|
- image: url(./Light/down.svg);
|
|
|
+ image: url(theme:Light/down.svg);
|
|
|
subcontrol-position: right;
|
|
|
padding-top: 2px;
|
|
|
padding-right: 6px;
|
|
|
@@ -1476,13 +1476,13 @@ QCalendarWidget QToolButton {
|
|
|
|
|
|
QCalendarWidget #qt_calendar_prevmonth {
|
|
|
padding: 2px;
|
|
|
- qproperty-icon: url(./Light/left.svg);
|
|
|
+ qproperty-icon: url(theme:Light/left.svg);
|
|
|
icon-size: 16px, 16px;
|
|
|
}
|
|
|
|
|
|
QCalendarWidget #qt_calendar_nextmonth {
|
|
|
padding: 2px;
|
|
|
- qproperty-icon: url(./Light/right.svg);
|
|
|
+ qproperty-icon: url(theme:Light/right.svg);
|
|
|
icon-size: 16px, 16px;
|
|
|
}
|
|
|
|