From 48271e3bb61934d2ebfc4b99c09c6c0f7147bdf2 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 29 Aug 2021 13:54:46 +0100 Subject: [PATCH] fixed the sub color in iceberg themes --- static/themes/iceberg_dark.css | 2 +- static/themes/iceberg_light.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/themes/iceberg_dark.css b/static/themes/iceberg_dark.css index 19b1e8f3b..2e36fbd00 100644 --- a/static/themes/iceberg_dark.css +++ b/static/themes/iceberg_dark.css @@ -2,7 +2,7 @@ --bg-color: #161821; --caret-color: #d2d4de; --main-color: #84a0c6; - --sub-color: #c6c8d1; + --sub-color: #595e76; --text-color: #c6c8d1; --error-color: #e27878; --error-extra-color: #e2a478; diff --git a/static/themes/iceberg_light.css b/static/themes/iceberg_light.css index 57a37675f..52dfecd27 100644 --- a/static/themes/iceberg_light.css +++ b/static/themes/iceberg_light.css @@ -2,7 +2,7 @@ --bg-color: #e8e9ec; --caret-color: #262a3f; --main-color: #2d539e; - --sub-color: #262a3f; + --sub-color: #adb1c4; --text-color: #33374c; --error-color: #cc517a; --error-extra-color: #cc3768;