lcd theme edit button

merge-requests/8/head
Bob Mottram 2020-10-15 11:36:45 +01:00
parent bd4bc32c26
commit 4406328591
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -598,7 +598,8 @@ def setThemeLCD(baseDir: str):
name = 'lcd'
themeParams = {
"main-bg-color": "#9fb42b",
"column-left-color": "#9fb42b",
"column-left-color": "#33390d",
"column-left-fg-color": "#9fb42b",
"link-bg-color": "#33390d",
"text-entry-foreground": "#33390d",
"text-entry-background": "#9fb42b",
@ -607,7 +608,6 @@ def setThemeLCD(baseDir: str):
"main-bg-color-dm": "#5fb42b",
"main-header-color-roles": "#9fb42b",
"main-fg-color": "#33390d",
"column-left-fg-color": "#33390d",
"border-color": "#33390d",
"border-width": "5px",
"main-link-color": "#9fb42b",