Created blueberry light and dark theme

This commit is contained in:
Raymon Zhang 2021-05-10 19:20:53 -07:00
parent 3ac6df1561
commit 5f33661387
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #242939;
--main-color: #27e8a7;
--caret-color: #27e8a7;
--sub-color: #506477;
--text-color: #add7ff;
--error-color: #df4577;
--error-extra-color: #df4577;
--colorful-error-color: #df4577;
--colorful-error-extra-color: #df4577;
}

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #c1daf3;
--main-color: #27e8a7;
--caret-color: #27e8a7;
--sub-color: #7290aa;
--text-color: #516377;
--error-color: #df4577;
--error-extra-color: #df4577;
--colorful-error-color: #df4577;
--colorful-error-extra-color: #df4577;
}