mirror of https://gitlab.com/bashrc2/epicyon
lcd theme date color
parent
4406328591
commit
c08ffe46a9
3
theme.py
3
theme.py
|
@ -597,6 +597,9 @@ def setThemeHighVis(baseDir: str):
|
||||||
def setThemeLCD(baseDir: str):
|
def setThemeLCD(baseDir: str):
|
||||||
name = 'lcd'
|
name = 'lcd'
|
||||||
themeParams = {
|
themeParams = {
|
||||||
|
"newswire-date-color": "#cfb42b",
|
||||||
|
"column-left-header-background": "#9fb42b",
|
||||||
|
"column-left-header-color": "#33390d",
|
||||||
"main-bg-color": "#9fb42b",
|
"main-bg-color": "#9fb42b",
|
||||||
"column-left-color": "#33390d",
|
"column-left-color": "#33390d",
|
||||||
"column-left-fg-color": "#9fb42b",
|
"column-left-fg-color": "#9fb42b",
|
||||||
|
|
Loading…
Reference in New Issue