From 7559b4af60f9ec35b08151962bd16c91fae10440 Mon Sep 17 00:00:00 2001 From: Baraa Al-Masri Date: Wed, 29 May 2024 13:46:59 +0300 Subject: [PATCH] chore(background): remove files and update default color --- app/static/css/themes/default.css | 2 +- app/static/css/themes/white.css | 2 +- app/static/images/dankground-dark.svg | 10 ---------- app/static/images/dankground-light.svg | 10 ---------- app/static/images/dankground.svg | 16 ---------------- .../components/themeswitch/themeswitch.templ | 2 +- 6 files changed, 3 insertions(+), 39 deletions(-) delete mode 100644 app/static/images/dankground-dark.svg delete mode 100644 app/static/images/dankground-light.svg delete mode 100644 app/static/images/dankground.svg diff --git a/app/static/css/themes/default.css b/app/static/css/themes/default.css index a9aee15..7588bd6 100644 --- a/app/static/css/themes/default.css +++ b/app/static/css/themes/default.css @@ -16,5 +16,5 @@ } body { - background-color: #5aa340; + background-color: #305922; } diff --git a/app/static/css/themes/white.css b/app/static/css/themes/white.css index 45305ba..233cfae 100644 --- a/app/static/css/themes/white.css +++ b/app/static/css/themes/white.css @@ -16,5 +16,5 @@ } body { - background-color: #ededed; + background-color: #dedede; } diff --git a/app/static/images/dankground-dark.svg b/app/static/images/dankground-dark.svg deleted file mode 100644 index d2b587b..0000000 --- a/app/static/images/dankground-dark.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/app/static/images/dankground-light.svg b/app/static/images/dankground-light.svg deleted file mode 100644 index fc6b5c6..0000000 --- a/app/static/images/dankground-light.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/app/static/images/dankground.svg b/app/static/images/dankground.svg deleted file mode 100644 index 5cf167a..0000000 --- a/app/static/images/dankground.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/app/views/components/themeswitch/themeswitch.templ b/app/views/components/themeswitch/themeswitch.templ index 9dcc4aa..1c930f2 100644 --- a/app/views/components/themeswitch/themeswitch.templ +++ b/app/views/components/themeswitch/themeswitch.templ @@ -64,7 +64,7 @@ script changeTheme(themeName string) { accent20: "#00000033", accent30: "#0000004c", accent69: "#000000b0", - bg: "#5aa340", + bg: "#305922", }, black: { primary: "#000000",