Created Everblush theme (#4211) tuzu128

* Added everblush theme

* Added Everblush theme to _list.json

---------

Co-authored-by: TheTuzu <tuzu@seznam.cz>
This commit is contained in:
tuzu128 2023-04-24 16:05:11 +02:00 committed by GitHub
parent 045e1241e5
commit 132af98093
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

View file

@ -1160,5 +1160,12 @@
"mainColor": "#d65ccc",
"subColor": "#787d82",
"textColor": "#d1d0c5"
},
{
"name": "everblush",
"bgColor": "#141b1e",
"mainColor": "#8ccf7e",
"subColor": "#838887",
"textColor": "#dadada"
}
]

View file

@ -0,0 +1,12 @@
:root {
--bg-color: #141b1e;
--caret-color: #6cbfbf;
--main-color: #8ccf7e;
--sub-color: #838887;
--sub-alt-color: #232a2d;
--text-color: #dadada;
--error-color: #e57474;
--error-extra-color: #ef7e7e;
--colorful-error-color: #e57474;
--colorful-error-extra-color: #ef7e7e;
}