updated colors

This commit is contained in:
Jack 2021-05-02 20:26:25 +01:00
parent c0e1f155ab
commit d590bfc125

View file

@ -1,9 +1,9 @@
:root {
--bg-color: #38564a;
--main-color: #ffbdb2;
--caret-color: #ffbdb2;
--sub-color: #578c77;
--text-color: #ffffe9;
--bg-color: #173f35;
--main-color: #eaa09c;
--caret-color: #eaa09c;
--sub-color: #408e7b;
--text-color: #e9e0d2;
--error-color: #d44729;
--error-extra-color: #8f2f19;
--colorful-error-color: #d44729;