cherry-pick #7: theme alternate-background-color (fea1280fa9)

This commit is contained in:
forbes
2026-02-13 14:06:56 -06:00
parent 0810d3daed
commit 6f75bc2088

View File

@@ -750,6 +750,7 @@ QGroupBox::title {
QTreeView {
background-color: #1e1e2e;
alternate-background-color: #181825;
color: #cdd6f4;
border: 1px solid #45475a;
border-radius: 4px;
@@ -803,6 +804,7 @@ QTreeView::branch:open:has-children:has-siblings {
QListView {
background-color: #1e1e2e;
alternate-background-color: #181825;
color: #cdd6f4;
border: 1px solid #45475a;
border-radius: 4px;
@@ -829,6 +831,7 @@ QListView::item:selected {
QTableView {
background-color: #1e1e2e;
alternate-background-color: #181825;
color: #cdd6f4;
border: 1px solid #45475a;
border-radius: 4px;
@@ -1091,6 +1094,7 @@ QWizard QLabel {
/* Property Editor */
Gui--PropertyEditor--PropertyEditor {
background-color: #1e1e2e;
alternate-background-color: #181825;
color: #cdd6f4;
border: 1px solid #45475a;
qproperty-groupBackground: #313244;