From cfd9570309d62ed2e85f4f06437e533125b2584b Mon Sep 17 00:00:00 2001 From: refact0r <34758569+refact0r@users.noreply.github.com> Date: Sun, 24 Oct 2021 15:25:36 -0700 Subject: [PATCH] update midnight theme (#2033) by refact0r --- static/themes/_list.json | 4 ++-- static/themes/midnight.css | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/static/themes/_list.json b/static/themes/_list.json index ad63ef708..31c8db485 100644 --- a/static/themes/_list.json +++ b/static/themes/_list.json @@ -541,8 +541,8 @@ }, { "name": "midnight", - "bgColor": "#0c0e12", - "textColor": "#525f7a" + "bgColor": "#0b0e13", + "textColor": "#9fadc6" }, { "name": "blueberry_light", diff --git a/static/themes/midnight.css b/static/themes/midnight.css index 9782dc180..37202d22e 100644 --- a/static/themes/midnight.css +++ b/static/themes/midnight.css @@ -1,9 +1,9 @@ :root { - --bg-color: #0c0e12; - --main-color: #708bc2; - --caret-color: #708bc2; - --sub-color: #29303d; - --text-color: #d9e5ff; + --bg-color: #0b0e13; + --main-color: #60759f; + --caret-color: #60759f; + --sub-color: #394760; + --text-color: #9fadc6; --error-color: #c27070; --error-extra-color: #c28b70; --colorful-error-color: #c27070;