From 48c3a8c0d0802a85c581f048e4971a7ef246973a Mon Sep 17 00:00:00 2001 From: The TwilightBlood Date: Thu, 1 Apr 2021 19:56:28 -0500 Subject: [PATCH] Added Dracula/Nord theme (#171) * Added Dracula theme * Updated accent and added Nord theme * Updated accent and added Nord theme * Added official foreground colors --- static/style.css | 28 +++++++++++++++++++++++++++- templates/settings.html | 2 +- 2 files changed, 28 insertions(+), 2 deletions(-) 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