LCD icon tweaks
|
@ -15,6 +15,14 @@
|
|||
--title-background: #ccc;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Bedstead';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
src: url('./fonts/bedstead.otf') format('opentype');
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--main-bg-color);
|
||||
color: var(--day-number2);
|
||||
|
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 6.8 KiB |
7
theme.py
|
@ -175,9 +175,9 @@ def setThemeLCD(baseDir: str):
|
|||
"text-entry-foreground": "#33390d",
|
||||
"text-entry-background": "#9fb42b",
|
||||
"main-bg-color-reply": "#9fb42b",
|
||||
"main-bg-color-report": "#12152d",
|
||||
"main-bg-color-report": "#9fb42b",
|
||||
"main-bg-color-dm": "#5fb42b",
|
||||
"main-header-color-roles": "#1f192d",
|
||||
"main-header-color-roles": "#9fb42b",
|
||||
"main-fg-color": "#33390d",
|
||||
"border-color": "#33390d",
|
||||
"border-width": "5px",
|
||||
|
@ -216,6 +216,9 @@ def setThemeLCD(baseDir: str):
|
|||
"dropdown-bg-color-hover": "#7fb42b",
|
||||
"dropdown-fg-color-hover": "black",
|
||||
"dropdown-fg-color": "#9fb42b",
|
||||
"font-color-header": "#9fb42b",
|
||||
"lines-color": "#33390d",
|
||||
"title-background": "#33390d",
|
||||
"*font-family": "'LcdSolid'",
|
||||
"*src": "url('./fonts/LcdSolid.ttf') format('truetype')"
|
||||
}
|
||||
|
|