mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-08 22:50:00 +08:00
feat(theme): add anti hero theme (mizaagi) (#5018)
* Create anti_hero.css * Update _list.json * updated colors * Update anti_hero.css fix color scheme * Update _list.json fix color scheme * Update anti_hero.css hopefully the final change to this theme. * Update _list.json hopefully the final change to this theme. * update text color * Update anti_hero.css New error color fix --------- Co-authored-by: Jack <jack@monkeytype.com>
This commit is contained in:
parent
47576df773
commit
becb66dab6
2 changed files with 19 additions and 0 deletions
|
@ -1195,5 +1195,12 @@
|
|||
"mainColor": "#c13117",
|
||||
"subColor": "#717977",
|
||||
"textColor": "#490909"
|
||||
},
|
||||
{
|
||||
"name": "anti_hero",
|
||||
"bgColor": "#00002e",
|
||||
"mainColor": "#ffadad",
|
||||
"subColor": "#ff3d8b",
|
||||
"textColor": "#f1deef"
|
||||
}
|
||||
]
|
||||
|
|
12
frontend/static/themes/anti_hero.css
Normal file
12
frontend/static/themes/anti_hero.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
--bg-color: #00002e;
|
||||
--main-color: #ffadad;
|
||||
--caret-color: #ffffff;
|
||||
--sub-color: #ff3d8b;
|
||||
--sub-alt-color: #060548;
|
||||
--text-color: #f1deef;
|
||||
--error-color: #8fecff;
|
||||
--error-extra-color: #558cab;
|
||||
--colorful-error-color: #8fecff;
|
||||
--colorful-error-extra-color: #558cab;
|
||||
}
|
Loading…
Add table
Reference in a new issue