New backup 2025-11-10 14:15:02

This commit is contained in:
Penelope Gwen 2025-11-10 14:15:02 -08:00
parent 1f31e65bd9
commit 0cc874fab5
2 changed files with 6 additions and 11 deletions

View file

@ -63,7 +63,7 @@ create_qt_conf(){
#visited link
"#ff${de_color_9}"
#alternate background
"#80${window_bg}"
"#${alpha_hex}${window_bg}"
#default
"#ff${de_color_15}"
#tooltip background

View file

@ -1,15 +1,10 @@
QMenuBar {
color: palette(window-text);
color: palette(accent);
}
QMenu {
background-color: palette(window);
background-color: palette(button);
}
QHeaderView::section {
background-color: red;
}
QTreeView {
alternate-background-color: yellow;
}
QHeaderView::section {
background: red;
QMenuBar::item:selected {
background-color: palette(highlight);
color: palette(button);
}