update midnight theme (#2033) by refact0r

This commit is contained in:
refact0r 2021-10-24 15:25:36 -07:00 committed by GitHub
parent c8acca3cb3
commit cfd9570309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -541,8 +541,8 @@
},
{
"name": "midnight",
"bgColor": "#0c0e12",
"textColor": "#525f7a"
"bgColor": "#0b0e13",
"textColor": "#9fadc6"
},
{
"name": "blueberry_light",

View file

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