From 862041b29c1f2b5dce06b9a2c82f581901e622c8 Mon Sep 17 00:00:00 2001 From: Finn Lestrange <44287141+71xn@users.noreply.github.com> Date: Tue, 6 Apr 2021 12:08:12 +0100 Subject: [PATCH] Create muted.css created a muted color scheme / theme based on the GMK muted keycap set --- static/themes/muted.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 static/themes/muted.css diff --git a/static/themes/muted.css b/static/themes/muted.css new file mode 100644 index 000000000..ea9bbe423 --- /dev/null +++ b/static/themes/muted.css @@ -0,0 +1,8 @@ +:root { + --bg-color: #1b13b3; + --main-color: #C5B4E3; + --caret-color: #B1E4E3; + --sub-color: #939eae; + --text-color: #D9D9D6; + --error-color: #EDC1CD; +}