From 64e0b0fdbac1bc8bf4eff14add9519cd5e7102a2 Mon Sep 17 00:00:00 2001 From: Tawtis <39294128+Tawtis@users.noreply.github.com> Date: Mon, 21 Dec 2020 21:16:41 +1100 Subject: [PATCH] Create horizon.css --- static/themes/horizon.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 static/themes/horizon.css diff --git a/static/themes/horizon.css b/static/themes/horizon.css new file mode 100644 index 000000000..dd3be7fb5 --- /dev/null +++ b/static/themes/horizon.css @@ -0,0 +1,32 @@ +:root { + --bg-color: #1C1E26; + --main-color:#1C1E26; + --caret-color: #BBBBBB; + --sub-color: #C4A88A; + --text-color: #BBBBBB; + --error-color: #D55170; + --error-extra-color: #D55170; + --colorful-error-color: #D55170; + --colorful-error-extra-color:#D55170; +} + +#menu .icon-button:nth-child(1) { + color: #D55170; +} + +#menu .icon-button:nth-child(2) { + color: #E4A88A; +} + +#menu .icon-button:nth-child(3) { + color: #DB886F; +} + +#menu .icon-button:nth-child(4) { + color: #DB887A; +} + +#menu .icon-button:nth-child(5), +#menu .icon-button:nth-child(6) { + color: #FFC819; +}