(GUI) Delete dark behave. (#14827)
This commit is contained in:
@@ -36,16 +36,6 @@
|
||||
<tag>background</tag>
|
||||
<tag>dark</tag>
|
||||
</preferencepack>
|
||||
<preferencepack>
|
||||
<name>Dark behave</name>
|
||||
<type>Theme</type>
|
||||
<description>Applies a dark background and a darker stylesheet.</description>
|
||||
<version>0.5.0</version>
|
||||
<tag>built-in</tag>
|
||||
<tag>dark</tag>
|
||||
<tag>background</tag>
|
||||
<tag>stylesheet</tag>
|
||||
</preferencepack>
|
||||
</content>
|
||||
|
||||
</package>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,5 @@
|
||||
|
||||
SET(Stylesheets_Files
|
||||
"Behave-dark.qss"
|
||||
"Dark theme.qss"
|
||||
"Light theme.qss"
|
||||
)
|
||||
@@ -10,7 +9,6 @@ SET(Overlay_Stylesheets_Files
|
||||
"overlay/Dark Theme + Light Background.qss"
|
||||
"overlay/Light Theme + Dark Background.qss"
|
||||
"overlay/Light Theme + Light Background.qss"
|
||||
"overlay/DarkBehave_overlay.qss"
|
||||
)
|
||||
|
||||
# Find all the image files
|
||||
|
||||
@@ -1,104 +0,0 @@
|
||||
/* The OverlayTabWidget is named as OverlayLeft, OverlayRight, OverlayTop, OverlayBottom.
|
||||
To customize for each overlay docking site, use the following selector
|
||||
|
||||
Gui--OverlayTabWidget#OverlayLeft {}
|
||||
*/
|
||||
/*
|
||||
* {
|
||||
color: #f0f0f0;
|
||||
alternate-background-color: rgba(255, 179, 0, 0.607);
|
||||
background-color: rgba(0, 255, 132, 0.607);
|
||||
}*/
|
||||
|
||||
Gui--OverlayTabWidget {
|
||||
qproperty-effectColor: rgba(42, 42, 42, 0.278);
|
||||
qproperty-effectBlurRadius: 1.0;
|
||||
qproperty-effectOffsetX: 0.0;
|
||||
qproperty-effectOffsetY: 0.0;
|
||||
qproperty-effectWidth: 2;
|
||||
qproperty-effectHeight: 2;
|
||||
qproperty-enableEffect: 1;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::tab-bar:top,
|
||||
Gui--OverlayTabWidget::tab-bar:bottom {
|
||||
left: 10px;
|
||||
alignment: left;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::tab-bar:left,
|
||||
Gui--OverlayTabWidget::tab-bar:right {
|
||||
top: 10px;
|
||||
alignment: top;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::pane {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
Gui--OverlayProxyWidget {
|
||||
qproperty-hintColor: rgba(100, 100, 100, 0.6);
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton {
|
||||
background-color: qlineargradient(x1:0, y1:0.3, x2:0, y2:1, stop:0 #333333, stop:1 #2a2a2a);
|
||||
padding: 1px;
|
||||
border: 0px outset rgb(255, 255, 255);
|
||||
border-radius: 0px;
|
||||
}
|
||||
Gui--OverlayToolButton:hover {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:focus {
|
||||
background: #000000;
|
||||
padding: 0px;
|
||||
border: 1px rgb(135, 135, 135);
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton::pressed {
|
||||
background: #000000;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:checked {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:checked:hover {
|
||||
background: #000000;
|
||||
border: 1px inset #525252;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
/* Use the following selector to customize title bar for each side */
|
||||
/*
|
||||
Gui--OverlayTabWidget#OverlayBottom Gui--OverlayTitleBar,
|
||||
Gui--OverlayTabWidget#OverlayBottom QSplitter Gui--OverlaySplitterHandle {
|
||||
background-color: qlineargradient(
|
||||
spread:pad, x1:0, y1:1, x2:0, y2:0,
|
||||
stop:0 #80202020, stop:1 #00202020);
|
||||
}
|
||||
*/
|
||||
|
||||
Gui--OverlaySplitterHandle {
|
||||
background-color: qlineargradient(x1:0, y1:0.3, x2:0, y2:1, stop:0 #333333, stop:1 #2a2a2a);
|
||||
}
|
||||
Gui--OverlayTitle {
|
||||
background-color: #1cb00b;
|
||||
}
|
||||
Gui--OverlayTitleBar {
|
||||
background-color: qlineargradient(x1:0, y1:0.3, x2:0, y2:1, stop:0 #333333, stop:1 #2a2a2a);
|
||||
}
|
||||
|
||||
QScrollArea#ClippingScrollArea,
|
||||
QWidget#ClippingScrollAreaContents {
|
||||
background-color: #750000;
|
||||
}
|
||||
QSint--ActionGroup QFrame[class="content"] {
|
||||
background-color: #444444; /* Task Panel background color */
|
||||
}
|
||||
|
||||
QAbstractItemView {
|
||||
alternate-background-color: #313131;
|
||||
}
|
||||
Reference in New Issue
Block a user