Add spinbox button styling to all bundled themes

Consistent up/down button colors matching each theme's palette.
This commit is contained in:
pax 2026-04-05 05:30:15 -05:00
parent 32f67cb57c
commit 64f685d564
6 changed files with 54 additions and 0 deletions

View File

@ -117,3 +117,12 @@ QTabBar::tab:selected {
background: #45475a;
color: #cba6f7;
}
QSpinBox::up-button, QSpinBox::down-button {
background: #313244;
border: 1px solid #45475a;
width: 16px;
}
QSpinBox::up-button:hover, QSpinBox::down-button:hover {
background: #45475a;
}

View File

@ -114,3 +114,12 @@ QTabBar::tab:selected {
background: #4f585e;
color: #a7c080;
}
QSpinBox::up-button, QSpinBox::down-button {
background: #343f44;
border: 1px solid #4f585e;
width: 16px;
}
QSpinBox::up-button:hover, QSpinBox::down-button:hover {
background: #4f585e;
}

View File

@ -114,3 +114,12 @@ QTabBar::tab:selected {
background: #504945;
color: #fe8019;
}
QSpinBox::up-button, QSpinBox::down-button {
background: #3c3836;
border: 1px solid #504945;
width: 16px;
}
QSpinBox::up-button:hover, QSpinBox::down-button:hover {
background: #504945;
}

View File

@ -117,3 +117,12 @@ QTabBar::tab:selected {
color: #88c0d0;
border-bottom-color: #88c0d0;
}
QSpinBox::up-button, QSpinBox::down-button {
background: #3b4252;
border: 1px solid #4c566a;
width: 16px;
}
QSpinBox::up-button:hover, QSpinBox::down-button:hover {
background: #434c5e;
}

View File

@ -114,3 +114,12 @@ QTabBar::tab:selected {
background: #586e75;
color: #fdf6e3;
}
QSpinBox::up-button, QSpinBox::down-button {
background: #073642;
border: 1px solid #586e75;
width: 16px;
}
QSpinBox::up-button:hover, QSpinBox::down-button:hover {
background: #586e75;
}

View File

@ -114,3 +114,12 @@ QTabBar::tab:selected {
background: #3b4261;
color: #7aa2f7;
}
QSpinBox::up-button, QSpinBox::down-button {
background: #24283b;
border: 1px solid #3b4261;
width: 16px;
}
QSpinBox::up-button:hover, QSpinBox::down-button:hover {
background: #3b4261;
}