From 2a475d127acb68764e213c40911667f4914380ee Mon Sep 17 00:00:00 2001 From: curlpipe <11898833+curlpipe@users.noreply.github.com> Date: Sat, 6 Feb 2021 20:04:29 +0000 Subject: [PATCH] Added black theme (#101) --- static/style.css | 15 +++++++++++++++ templates/settings.html | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index df4ada3..9192936 100644 --- a/static/style.css +++ b/static/style.css @@ -51,6 +51,21 @@ --shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } +/* Black theme setting */ +.black { + --accent: #009a9a; + --green: #00a229; + --text: white; + --foreground: #0f0f0f; + --background: black; + --outside: black; + --post: black; + --panel-border: 2px solid #0f0f0f; + --highlighted: #0f0f0f; + --shadow: 0 1px 3px rgba(0, 0, 0, 0.1); +} + + /* General */ ::selection { diff --git a/templates/settings.html b/templates/settings.html index 8369ed8..df8731b 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -15,7 +15,7 @@
Interface