diff --git a/epicyon-calendar.css b/epicyon-calendar.css index a4665950d..4a1148133 100644 --- a/epicyon-calendar.css +++ b/epicyon-calendar.css @@ -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); diff --git a/img/icons/lcd/dm.png b/img/icons/lcd/dm.png index d595e0780..e9bf91b37 100644 Binary files a/img/icons/lcd/dm.png and b/img/icons/lcd/dm.png differ diff --git a/img/icons/lcd/newpost.png b/img/icons/lcd/newpost.png index ab5237f1b..e12f203ae 100644 Binary files a/img/icons/lcd/newpost.png and b/img/icons/lcd/newpost.png differ diff --git a/img/icons/lcd/reply.png b/img/icons/lcd/reply.png index 9e676843b..a3627a70a 100644 Binary files a/img/icons/lcd/reply.png and b/img/icons/lcd/reply.png differ diff --git a/img/icons/lcd/scope_dm.png b/img/icons/lcd/scope_dm.png index ac10da675..a45a6c8e6 100644 Binary files a/img/icons/lcd/scope_dm.png and b/img/icons/lcd/scope_dm.png differ diff --git a/img/icons/lcd/search.png b/img/icons/lcd/search.png index 4c2ec1c49..9166a3d7c 100644 Binary files a/img/icons/lcd/search.png and b/img/icons/lcd/search.png differ diff --git a/img/icons/lcd/showhide.png b/img/icons/lcd/showhide.png index 0c6a65fbc..b7f2fb601 100644 Binary files a/img/icons/lcd/showhide.png and b/img/icons/lcd/showhide.png differ diff --git a/theme.py b/theme.py index 4c351c44f..e8ccfb35d 100644 --- a/theme.py +++ b/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')" }