mirror of https://gitlab.com/bashrc2/epicyon
Solidaric button background color
parent
46cc5ea596
commit
9b0e0451c2
2
theme.py
2
theme.py
|
@ -840,6 +840,8 @@ def setThemeLight(baseDir: str):
|
|||
def setThemeSolidaric(baseDir: str):
|
||||
name = 'solidaric'
|
||||
themeParams = {
|
||||
"button-highlighted": "darkred",
|
||||
"button-selected-highlighted": "darkred",
|
||||
"newswire-date-color": "grey",
|
||||
"focus-color": "grey",
|
||||
"font-size-button-mobile": "36px",
|
||||
|
|
Loading…
Reference in New Issue