New Theme : iv (#3540) riyuzenn

* create iv-spade theme

* append iv spade from the list

* create iv-clover theme

* append iv clover from the list

* rename themes

* update main color

* change color

* update colors

* update color params

* update colors

* update color

* Update iv_spade.css

* Update _list.json

* change main & text color

* update main color
This commit is contained in:
riyu 2022-09-26 11:26:32 +02:00 committed by GitHub
parent ea0e534ae8
commit 31763de294
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 0 deletions

View file

@ -778,6 +778,16 @@
"name": "modern_dolch_light",
"bgColor": "#dbdbdb",
"mainColor": "#8fd1c3"
},
{
"name": "iv_spade",
"bgColor": "#0c0c0c",
"mainColor": "#b7976a"
},
{
"name": "iv_clover",
"bgColor": "#a0a0a0",
"mainColor": "#573e40"
}
,{
"name": "cheesecake",

View file

@ -0,0 +1,12 @@
:root {
--bg-color: #a0a0a0;
--main-color: #573e40;
--caret-color: #8d8d8d;
--sub-color: #353535;
--sub-alt-color: #bebebe;
--text-color: #3b2d3b;
--error-color: #937173;
--error-extra-color: #987678;
--colorful-error-color: #ad8d60;
--colorful-error-extra-color: #b7976a;
}

View file

@ -0,0 +1,12 @@
:root {
--bg-color: #0c0c0c;
--main-color: #b7976a;
--caret-color: #bebebe;
--sub-color: #404040;
--sub-alt-color: #121212;
--text-color: #d3c2c3;
--error-color: #9d7b7d;
--error-extra-color: #a78587;
--colorful-error-color: #b7976a;
--colorful-error-extra-color: #c1a174;
}