New upstream version 23.2.1+dfsg1
This commit is contained in:
parent
cdc9a9fc87
commit
b14f9eae6d
1017 changed files with 37232 additions and 11111 deletions
|
|
@ -152,6 +152,15 @@ QSizeGrip {
|
|||
height: 12px;
|
||||
}
|
||||
|
||||
QListWidget QLineEdit {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
padding-right: 0;
|
||||
padding-left: 2px;
|
||||
border: none;
|
||||
border-radius: none;
|
||||
}
|
||||
|
||||
/***********************/
|
||||
/* --- List widget --- */
|
||||
/***********************/
|
||||
|
|
@ -222,9 +231,9 @@ QGroupBox {
|
|||
QGroupBox::title {
|
||||
color: rgb(240, 98, 146); /* Pink (Secondary) */
|
||||
left: 20px;
|
||||
top: -7px;
|
||||
padding-left: 5px;
|
||||
padding-right: 4px;
|
||||
padding-top: -14px;
|
||||
}
|
||||
|
||||
/*****************/
|
||||
|
|
@ -471,31 +480,31 @@ QToolButton:pressed {
|
|||
}
|
||||
|
||||
* [themeID="addIconSmall"] {
|
||||
qproperty-icon: url(./Dark/plus.png);
|
||||
qproperty-icon: url(./Dark/plus.svg);
|
||||
}
|
||||
|
||||
* [themeID="removeIconSmall"] {
|
||||
qproperty-icon: url(./Dark/minus.png);
|
||||
qproperty-icon: url(./Dark/minus.svg);
|
||||
}
|
||||
|
||||
* [themeID="propertiesIconSmall"] {
|
||||
qproperty-icon: url(./Dark/cogwheel.png);
|
||||
qproperty-icon: url(./Dark/settings/general.svg);
|
||||
}
|
||||
|
||||
* [themeID="configIconSmall"] {
|
||||
qproperty-icon: url(./Dark/cogwheel.png);
|
||||
qproperty-icon: url(./Dark/settings/general.svg);
|
||||
}
|
||||
|
||||
* [themeID="refreshIconSmall"] {
|
||||
qproperty-icon: url(./Dark/refresh.png);
|
||||
qproperty-icon: url(./Dark/refresh.svg);
|
||||
}
|
||||
|
||||
* [themeID="upArrowIconSmall"] {
|
||||
qproperty-icon: url(./Dark/up_arrow.png);
|
||||
qproperty-icon: url(./Dark/up.svg);
|
||||
}
|
||||
|
||||
* [themeID="downArrowIconSmall"] {
|
||||
qproperty-icon: url(./Dark/down_arrow.png);
|
||||
qproperty-icon: url(./Dark/down.svg);
|
||||
}
|
||||
|
||||
/***********************/
|
||||
|
|
@ -729,36 +738,36 @@ MuteCheckBox {
|
|||
}
|
||||
|
||||
MuteCheckBox::indicator:checked {
|
||||
image: url(./Dark/mute.png);
|
||||
image: url(./Dark/mute.svg);
|
||||
}
|
||||
|
||||
MuteCheckBox::indicator:unchecked {
|
||||
image: url(./Dark/unmute.png);
|
||||
image: url(./Dark/settings/audio.svg);
|
||||
}
|
||||
|
||||
MuteCheckBox::indicator:unchecked:hover {
|
||||
background-color: rgba(240, 98, 146, 0.5); /* Pink (Secondary) */
|
||||
image: url(./Dark/unmute.png);
|
||||
image: url(./Dark/settings/audio.svg);
|
||||
}
|
||||
|
||||
MuteCheckBox::indicator:unchecked:focus {
|
||||
image: url(./Dark/unmute.png);
|
||||
image: url(./Dark/settings/audio.svg);
|
||||
}
|
||||
MuteCheckBox::indicator:checked:hover {
|
||||
background-color: rgba(240, 98, 146, 0.5); /* Pink (Secondary) */
|
||||
image: url(./Dark/mute.png);
|
||||
image: url(./Dark/mute.svg);
|
||||
}
|
||||
|
||||
MuteCheckBox::indicator:checked:focus {
|
||||
image: url(./Dark/mute.png);
|
||||
image: url(./Dark/mute.svg);
|
||||
}
|
||||
|
||||
MuteCheckBox::indicator:checked:disabled {
|
||||
image: url(./Dark/mute.png);
|
||||
image: url(./Dark/mute.svg);
|
||||
}
|
||||
|
||||
MuteCheckBox::indicator:unchecked:disabled {
|
||||
image: url(./Dark/unmute.png);
|
||||
image: url(./Dark/settings/audio.svg);
|
||||
}
|
||||
|
||||
/****************************/
|
||||
|
|
@ -777,12 +786,12 @@ SourceTreeSubItemCheckBox::indicator {
|
|||
|
||||
SourceTreeSubItemCheckBox::indicator:checked,
|
||||
SourceTreeSubItemCheckBox::indicator:checked:hover {
|
||||
image: url(./Dark/expand.png);
|
||||
image: url(./Dark/expand.svg);
|
||||
}
|
||||
|
||||
SourceTreeSubItemCheckBox::indicator:unchecked,
|
||||
SourceTreeSubItemCheckBox::indicator:unchecked:hover {
|
||||
image: url(./Dark/collapse.png);
|
||||
image: url(./Dark/down.svg);
|
||||
}
|
||||
|
||||
/*************************/
|
||||
|
|
@ -960,6 +969,8 @@ QPushButton:checked#exitButton {
|
|||
QPushButton[themeID="addIconSmall"],
|
||||
QPushButton[themeID="removeIconSmall"],
|
||||
QPushButton[themeID="configIconSmall"],
|
||||
QPushButton[themeID="trashIcon"],
|
||||
QPushButton[themeID="revertIcon"],
|
||||
QPushButton#transitionRemove,
|
||||
QPushButton#moveAsyncFilterUp,
|
||||
QPushButton#moveAsyncFilterDown,
|
||||
|
|
@ -973,6 +984,8 @@ QPushButton#moveEffectFilterUp {
|
|||
QPushButton:hover[themeID="addIconSmall"],
|
||||
QPushButton:hover[themeID="removeIconSmall"],
|
||||
QPushButton:hover[themeID="configIconSmall"],
|
||||
QPushButton:hover[themeID="trashIcon"],
|
||||
QPushButton:hover[themeID="revertIcon"],
|
||||
QPushButton:hover#transitionRemove,
|
||||
QPushButton:hover#moveAsyncFilterUp,
|
||||
QPushButton:hover#moveAsyncFilterDown,
|
||||
|
|
@ -986,39 +999,6 @@ QPushButton:hover#moveEffectFilterUp {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
/******************************/
|
||||
/* --- Hotkey Buttons --- */
|
||||
/******************************/
|
||||
/* Fix for the hotkey buttons */
|
||||
/* looking terrible with my */
|
||||
/* color choices. */
|
||||
/******************************/
|
||||
|
||||
QPushButton[themeID="hotkeyButtons"] {
|
||||
background-color: rgb(58, 64, 69); /* Light Blue-gray */
|
||||
color: rgb(239, 240, 241); /* White */
|
||||
border-radius: 2px;
|
||||
border: none;
|
||||
margin: 4px;
|
||||
padding-top: 6px;
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
|
||||
QPushButton:hover[themeID="hotkeyButtons"] {
|
||||
background-color: rgba(240, 98, 146, 0.5); /* Pink (Secondary) */
|
||||
border: 1px solid rgba(240, 98, 146, 0.5); /* Pink (Secondary) */
|
||||
}
|
||||
|
||||
QPushButton:pressed[themeID="hotkeyButtons"] {
|
||||
background-color: rgb(240, 98, 146); /* Pink (Secondary) */
|
||||
border: 1px solid rgb(240, 98, 146); /* Pink (Secondary) */
|
||||
}
|
||||
|
||||
QPushButton:disabled[themeID="hotkeyButtons"] {
|
||||
background-color: rgb(58, 64, 69); /* Light Blue-gray */
|
||||
color: rgb(162, 161, 162); /* Lighter Gray */
|
||||
}
|
||||
|
||||
/******************/
|
||||
/* --- Labels --- */
|
||||
/******************/
|
||||
|
|
@ -1165,6 +1145,21 @@ QSlider::handle:hover {
|
|||
QSlider::handle:disabled {
|
||||
background-color: rgb(122, 121, 122);
|
||||
}
|
||||
/**********************/
|
||||
/* --- Table View --- */
|
||||
/**********************/
|
||||
|
||||
QTableView {
|
||||
gridline-color: rgb(118, 121, 124); /* Light Gray */
|
||||
}
|
||||
|
||||
QHeaderView::section {
|
||||
background-color: rgb(35, 38, 41); /* Dark Gray */
|
||||
color: rgb(239, 240, 241); /* "White" */
|
||||
border: 1px solid rgb(118, 121, 124); /* Light Gray */
|
||||
border-radius: 2px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/****************/
|
||||
/* --- Misc --- */
|
||||
|
|
@ -1191,7 +1186,6 @@ QFrame[frameShape="0"] {
|
|||
border: 1px transparent;
|
||||
}
|
||||
|
||||
|
||||
/* Misc style tweaks for dark themes */
|
||||
* [themeID="error"] {
|
||||
color: rgb(255, 89, 76); /* Red Error */
|
||||
|
|
@ -1214,3 +1208,118 @@ QToolTip {
|
|||
background-color: rgb(49, 54, 59); /* Blue-gray */
|
||||
color: rgb(240, 98, 146); /* Pink (Secondary) */
|
||||
}
|
||||
|
||||
/* About dialog */
|
||||
|
||||
* [themeID="aboutName"] {
|
||||
font-size: 36px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
* [themeID="aboutVersion"] {
|
||||
font-size: 16px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
* [themeID="aboutInfo"] {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
* [themeID="aboutHLayout"] {
|
||||
background-color: rgb(35, 38, 41); /* Dark Gray */
|
||||
}
|
||||
|
||||
/* Preview background color */
|
||||
|
||||
OBSQTDisplay {
|
||||
qproperty-displayBackgroundColor: rgb(35, 38, 41);
|
||||
}
|
||||
|
||||
/* Preview/Program labels */
|
||||
|
||||
* [themeID="previewProgramLabels"] {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: rgb(122,121,122);
|
||||
}
|
||||
|
||||
/* Settings Icons */
|
||||
|
||||
OBSBasicSettings {
|
||||
qproperty-generalIcon: url(./Dark/settings/general.svg);
|
||||
qproperty-streamIcon: url(./Dark/settings/stream.svg);
|
||||
qproperty-outputIcon: url(./Dark/settings/output.svg);
|
||||
qproperty-audioIcon: url(./Dark/settings/audio.svg);
|
||||
qproperty-videoIcon: url(./Dark/settings/video.svg);
|
||||
qproperty-hotkeysIcon: url(./Dark/settings/hotkeys.svg);
|
||||
qproperty-advancedIcon: url(./Dark/settings/advanced.svg);
|
||||
}
|
||||
|
||||
OBSBasicSettings QListWidget::item {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
/* Locked CheckBox */
|
||||
|
||||
LockedCheckBox {
|
||||
outline: none;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
LockedCheckBox::indicator {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
LockedCheckBox::indicator:checked {
|
||||
image: url(./Dark/locked.svg);
|
||||
}
|
||||
|
||||
LockedCheckBox::indicator:unchecked {
|
||||
image: url(:res/images/unlocked.svg);
|
||||
}
|
||||
|
||||
LockedCheckBox::indicator:checked:hover {
|
||||
image: url(./Dark/locked.svg);
|
||||
}
|
||||
|
||||
LockedCheckBox::indicator:unchecked:hover {
|
||||
image: url(:res/images/unlocked.svg);
|
||||
}
|
||||
|
||||
/* Visibilty CheckBox */
|
||||
|
||||
VisibilityCheckBox {
|
||||
outline: none;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
VisibilityCheckBox::indicator {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
VisibilityCheckBox::indicator:checked {
|
||||
image: url(./Dark/visible.svg);
|
||||
}
|
||||
|
||||
VisibilityCheckBox::indicator:unchecked {
|
||||
image: url(:res/images/invisible.svg);
|
||||
}
|
||||
|
||||
VisibilityCheckBox::indicator:checked:hover {
|
||||
image: url(./Dark/visible.svg);
|
||||
}
|
||||
|
||||
VisibilityCheckBox::indicator:unchecked:hover {
|
||||
image: url(:res/images/invisible.svg);
|
||||
}
|
||||
|
||||
* [themeID="trashIcon"] {
|
||||
qproperty-icon: url(./Dark/trash.svg);
|
||||
}
|
||||
|
||||
* [themeID="revertIcon"] {
|
||||
qproperty-icon: url(./Dark/revert.svg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue