From 44f97844e703a686063aabf37dc2bde2645af3cd Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 27 Aug 2020 21:05:38 +0100 Subject: [PATCH] added metropolis --- public/themes/list.json | 5 +++++ public/themes/metropolis.css | 37 ++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 public/themes/metropolis.css diff --git a/public/themes/list.json b/public/themes/list.json index 7b7d5f611..032954175 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -59,6 +59,11 @@ "bgColor": "#313231", "textColor": "#a5a096" }, + { + "name": "metropolis", + "bgColor": "#0f1f2c", + "textColor": "#56c3b7" + }, { "name": "laser", "bgColor": "#221b44", diff --git a/public/themes/metropolis.css b/public/themes/metropolis.css new file mode 100644 index 000000000..2cd66a9ee --- /dev/null +++ b/public/themes/metropolis.css @@ -0,0 +1,37 @@ +:root { + --bg-color: #0f1f2c; + --main-color: #56c3b7; + --caret-color: #56c3b7; + --sub-color: #326984; + --text-color: #e4edf1; + --error-color: #d44729; + --error-extra-color: #8f2f19; + --colorful-error-color: #d44729; + --colorful-error-extra-color: #8f2f19; +} + +#top .logo .bottom { + color: #f4bc46; +} + +#menu .icon-button:nth-child(1) { + color: #d44729; +} + +#menu .icon-button:nth-child(2) { + color: #d44729; +} + +#menu .icon-button:nth-child(3) { + color: #d44729; +} + +#menu .icon-button:nth-child(4) { + color: #d44729; +} + +#menu .icon-button:nth-child(5), +#menu .icon-button:nth-child(6), +#menu .icon-button:nth-child(7) { + color: #d44729; +}