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 1/2] 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; +} From a3be83025b4169c1777801d2e6229040eb378485 Mon Sep 17 00:00:00 2001 From: Tawtis <39294128+Tawtis@users.noreply.github.com> Date: Tue, 22 Dec 2020 09:42:15 +1100 Subject: [PATCH 2/2] Update horizon.css --- static/themes/horizon.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/themes/horizon.css b/static/themes/horizon.css index dd3be7fb5..141a31061 100644 --- a/static/themes/horizon.css +++ b/static/themes/horizon.css @@ -1,11 +1,11 @@ :root { --bg-color: #1C1E26; - --main-color:#1C1E26; + --main-color:#c4a88a; --caret-color: #BBBBBB; - --sub-color: #C4A88A; - --text-color: #BBBBBB; + --sub-color: #db886f; + --text-color: #bbbbbb; --error-color: #D55170; - --error-extra-color: #D55170; + --error-extra-color: #ff3d3d; --colorful-error-color: #D55170; --colorful-error-extra-color:#D55170; }