diff --git a/static/style.css b/static/style.css index ad8f169..056d698 100644 --- a/static/style.css +++ b/static/style.css @@ -65,7 +65,33 @@ --shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } +/* Dracula theme setting */ +.dracula { + --accent: #bd93f9; + --green: #50fa7b; + --text: #f8f8f2; + --foreground: #3d4051; + --background: #282a36; + --outside: #44475a; + --post: #44475a; + --panel-border: 2px solid #44475a; + --highlighted: #4e5267; + --shadow: 0 1px 3px rgba(0, 0, 0, 0.1); +} +/* Nord theme setting */ +.nord { + --accent: #8fbcbb; + --green: #a3be8c; + --text: #eceff4; + --foreground: #3b4252; + --background: #2e3440; + --outside: #434c5e; + --post: #434c5e; + --panel-border: 2px solid #4c566a; + --highlighted: #3b4252; + --shadow: 0 1px 3px rgba(0, 0, 0, 0.1); +} /* General */ ::selection { @@ -1231,4 +1257,4 @@ td, th { padding: 7px 0px; margin-right: -5px; } -} \ No newline at end of file +} diff --git a/templates/settings.html b/templates/settings.html index ffc2bd4..0038c0d 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -15,7 +15,7 @@

Interface