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