mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-26 09:59:21 +08:00
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:
parent
ea0e534ae8
commit
31763de294
3 changed files with 34 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
12
frontend/static/themes/iv_clover.css
Normal file
12
frontend/static/themes/iv_clover.css
Normal 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;
|
||||
}
|
||||
12
frontend/static/themes/iv_spade.css
Normal file
12
frontend/static/themes/iv_spade.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue