mirror of https://gitlab.com/bashrc2/epicyon
Dropdown backgrouns color
parent
b1ec13ff38
commit
1c04766c64
3
theme.py
3
theme.py
|
@ -195,7 +195,8 @@ def setThemeZen(baseDir: str):
|
|||
"button-selected": "#26201d",
|
||||
"main-bg-color-dm": "#5c4a40",
|
||||
"main-header-color-roles": "#5c4e41",
|
||||
"cw-background": "#463b35"
|
||||
"cw-background": "#463b35",
|
||||
"dropdown-bg-color": "#463b35"
|
||||
}
|
||||
setThemeFromDict(baseDir, 'zen', themeParams)
|
||||
|
||||
|
|
Loading…
Reference in New Issue