From 0107b56a5c53af5d8e45fe96de75d0e33384b65b Mon Sep 17 00:00:00 2001 From: andrewtran1995 Date: Fri, 18 Dec 2020 22:31:04 -0800 Subject: [PATCH] Added theme for GMK Lavender --- static/themes/lavender.css | 23 +++++++++++++++++++++++ static/themes/list.json | 5 +++++ 2 files changed, 28 insertions(+) create mode 100644 static/themes/lavender.css diff --git a/static/themes/lavender.css b/static/themes/lavender.css new file mode 100644 index 000000000..d4697fa8a --- /dev/null +++ b/static/themes/lavender.css @@ -0,0 +1,23 @@ +:root { + --bg-color: #ada6c2; + --main-color: #e4e3e9; + --caret-color: #e4e3e9; + --sub-color: #e4e3e9; + --text-color: #2f2a41; + --error-color: #ca4754; + --error-extra-color: #7e2a33; + --colorful-error-color: #ca4754; + --colorful-error-extra-color: #7e2a33; + } + + #menu .icon-button { + border-radius: 10rem !important; + background: #2f2a41; + color: #e4e3e9; + + } + + #menu .icon-button:hover { + color: #ada6c2; + } + \ No newline at end of file diff --git a/static/themes/list.json b/static/themes/list.json index b23f43db3..a5bb0a038 100644 --- a/static/themes/list.json +++ b/static/themes/list.json @@ -159,6 +159,11 @@ "bgColor": "#1b1c1d", "textColor": "#79a617" }, + { + "name": "lavender", + "bgColor": "#ada6c2", + "textColor": "#e4e3e9" + }, { "name": "taro", "bgColor": "#b3baff",