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",