diff --git a/epicyon-calendar.css b/epicyon-calendar.css index a4665950..4a114813 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 d595e078..e9bf91b3 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 ab5237f1..e12f203a 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 9e676843..a3627a70 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 ac10da67..a45a6c8e 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 4c2ec1c4..9166a3d7 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 0c6a65fb..b7f2fb60 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 4c351c44..e8ccfb35 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')" }