From d85cad832e241a9ab4b268544b931a74b373aa7a Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 5 Aug 2020 15:50:58 +0100 Subject: [PATCH] added matcha moccha --- public/themes/list.json | 5 +++++ public/themes/matcha_moccha.css | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 public/themes/matcha_moccha.css diff --git a/public/themes/list.json b/public/themes/list.json index 0b41594de..192104c5e 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -332,5 +332,10 @@ "name": "norse", "bgColor": "#2b2b2c", "textColor": "#ccc2b1" + }, + { + "name": "matcha_moccha", + "bgColor": "#523525", + "textColor": "#7ec160" } ] \ No newline at end of file diff --git a/public/themes/matcha_moccha.css b/public/themes/matcha_moccha.css new file mode 100644 index 000000000..833e04135 --- /dev/null +++ b/public/themes/matcha_moccha.css @@ -0,0 +1,11 @@ +:root { + --bg-color: #523525; + --main-color: #7ec160; + --caret-color: #7ec160; + --sub-color: #9e6749; + --text-color: #ecddcc; + --error-color: #fb4934; + --error-extra-color: #cc241d; + --colorful-error-color: #fb4934; + --colorful-error-extra-color: #cc241d; +} \ No newline at end of file