New backup 2025-11-10 14:15:02
This commit is contained in:
parent
1f31e65bd9
commit
0cc874fab5
2 changed files with 6 additions and 11 deletions
|
|
@ -63,7 +63,7 @@ create_qt_conf(){
|
||||||
#visited link
|
#visited link
|
||||||
"#ff${de_color_9}"
|
"#ff${de_color_9}"
|
||||||
#alternate background
|
#alternate background
|
||||||
"#80${window_bg}"
|
"#${alpha_hex}${window_bg}"
|
||||||
#default
|
#default
|
||||||
"#ff${de_color_15}"
|
"#ff${de_color_15}"
|
||||||
#tooltip background
|
#tooltip background
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,10 @@
|
||||||
QMenuBar {
|
QMenuBar {
|
||||||
color: palette(window-text);
|
color: palette(accent);
|
||||||
}
|
}
|
||||||
QMenu {
|
QMenu {
|
||||||
background-color: palette(window);
|
background-color: palette(button);
|
||||||
}
|
}
|
||||||
QHeaderView::section {
|
QMenuBar::item:selected {
|
||||||
background-color: red;
|
background-color: palette(highlight);
|
||||||
}
|
color: palette(button);
|
||||||
QTreeView {
|
|
||||||
alternate-background-color: yellow;
|
|
||||||
}
|
|
||||||
QHeaderView::section {
|
|
||||||
background: red;
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue