add viridescent theme (#3521) ashharrrrrr

This commit is contained in:
ashharrrrr 2022-09-08 17:42:51 +05:30 committed by GitHub
parent 3f25c7acab
commit f73405a5aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View file

@ -1,5 +1,10 @@
[
{
"name" : "viridescent",
"bgColor": "#2C3333",
"mainColor": "#95d5b2"
}
,{
"name": "dark",
"bgColor": "#111",
"mainColor": "#eee"

View file

@ -0,0 +1,12 @@
:root{
--bg-color: #2C3333;
--main-color: #95d5b2;
--caret-color: #f0d3c9;
--sub-color: #84a98c;
--sub-alt-color: #232828;
--text-color: #e9f5db;
--error-color: #FF4646;
--error-extra-color: #ab2f2f;
--colorful-error-color: #bd4141;
--colorful-error-extra-color: #883434;
}