From 6f799b2617cd88a4fa89a0e9cc6ab90faa9b424a Mon Sep 17 00:00:00 2001 From: Ben Smith <37027883+smithbm2316@users.noreply.github.com> Date: Fri, 30 Apr 2021 09:26:49 -0700 Subject: [PATCH] Added laserwave theme (#210) --- 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 e4b229d..d7f4e5a 100644 --- a/static/style.css +++ b/static/style.css @@ -92,6 +92,21 @@ --highlighted: #3b4252; --shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } + +/* Laserwave theme setting */ +.laserwave { + --accent: #eb64b9; + --green: #74dfc4; + --text: #e0dfe1; + --foreground: #302a36; + --background: #27212e; + --outside: #3e3647; + --post: #3e3647; + --panel-border: 2px solid #2f2738; + --highlighted: #302a36; + --shadow: 0 1px 3px rgba(0, 0, 0, 0.1); +} + /* General */ ::selection { diff --git a/templates/settings.html b/templates/settings.html index c6df265..863a012 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -15,7 +15,7 @@

Interface