fixed the sub color in iceberg themes

This commit is contained in:
Jack 2021-08-29 13:54:46 +01:00
parent 2f76acb11a
commit 48271e3bb6
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;