Create midnight.css

This commit is contained in:
refact0r 2021-05-06 16:17:14 -07:00 committed by GitHub
parent 46d2f764a9
commit 208694c61a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #0c0e12;
--main-color: #708bc2;
--caret-color: #708bc2;
--sub-color: #29303d;
--text-color: #525f7a;
--error-color: #c27070;
--error-extra-color: #c28b70;
--colorful-error-color: #c27070;
--colorful-error-extra-color: #c28b70;
}