From c93ac6a7e1f7a389f13fab9c5a666b77e4806dd2 Mon Sep 17 00:00:00 2001 From: Eric <9125358+elswenson@users.noreply.github.com> Date: Thu, 8 Oct 2020 23:36:31 -0700 Subject: [PATCH] Lil' Dragon Theme https://geekhack.org/index.php?topic=108950.0 --- public/themes/lil_dragon.css | 15 +++++++++++++++ public/themes/list.json | 5 +++++ 2 files changed, 20 insertions(+) create mode 100644 public/themes/lil_dragon.css diff --git a/public/themes/lil_dragon.css b/public/themes/lil_dragon.css new file mode 100644 index 000000000..631ca2cfe --- /dev/null +++ b/public/themes/lil_dragon.css @@ -0,0 +1,15 @@ +:root { + --bg-color: #ebe1ef; + --main-color: #8a5bd6; + --caret-color: #212b43; + --sub-color: #ac76e5; + --text-color: #8a5bd6; + --error-color: #f794ca; + --error-extra-color: #f279c2; + --colorful-error-color: #f794ca; + --colorful-error-extra-color: #f279c2; +} + +#menu .icon-button { + color: #ba96db; +} diff --git a/public/themes/list.json b/public/themes/list.json index 993e04d22..e0d601595 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -388,5 +388,10 @@ "name": "nebula", "bgColor": "#212135", "textColor": "#be3c88" + }, + { + "name": "lil_dragon", + "bgColor": "#ebe1ef", + "textColor": "#8a5bd6" } ]