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:
mizaagi 2024-02-26 06:53:37 -06:00 committed by GitHub
parent 47576df773
commit becb66dab6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 0 deletions

View file

@ -1195,5 +1195,12 @@
"mainColor": "#c13117",
"subColor": "#717977",
"textColor": "#490909"
},
{
"name": "anti_hero",
"bgColor": "#00002e",
"mainColor": "#ffadad",
"subColor": "#ff3d8b",
"textColor": "#f1deef"
}
]

View 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;
}