diff --git a/static/style.css b/static/style.css index 8d22a52..8a8a089 100644 --- a/static/style.css +++ b/static/style.css @@ -150,6 +150,20 @@ --shadow: 0 2px 5px rgba(0, 0, 0, 0.5); } +/* Rosebox theme setting */ +.rosebox { + --accent: #a57562; + --green: #a3be8c; + --text: white; + --foreground: #222; + --background: #262626; + --outside: #222; + --post: #222; + --panel-border: 1px solid #222; + --highlighted: #262626; + --shadow: 0 1px 3px rgba(0, 0, 0, 0.5); +} + /* General */ ::selection { diff --git a/templates/settings.html b/templates/settings.html index 0ca2b64..2538e09 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -15,7 +15,7 @@

Interface