LCD icon colors
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.6 KiB |
3
theme.py
|
@ -172,8 +172,11 @@ def setThemeLCD(baseDir: str):
|
||||||
"main-bg-color": "#9fb42b",
|
"main-bg-color": "#9fb42b",
|
||||||
"link-bg-color": "#33390d",
|
"link-bg-color": "#33390d",
|
||||||
"cw-background": "#13390d",
|
"cw-background": "#13390d",
|
||||||
|
"text-entry-foreground": "#33390d",
|
||||||
|
"text-entry-background": "#9fb42b",
|
||||||
"main-bg-color-reply": "#9fb42b",
|
"main-bg-color-reply": "#9fb42b",
|
||||||
"main-bg-color-report": "#12152d",
|
"main-bg-color-report": "#12152d",
|
||||||
|
"main-bg-color-dm": "#5fb42b",
|
||||||
"main-header-color-roles": "#1f192d",
|
"main-header-color-roles": "#1f192d",
|
||||||
"main-fg-color": "#33390d",
|
"main-fg-color": "#33390d",
|
||||||
"border-color": "#33390d",
|
"border-color": "#33390d",
|
||||||
|
|