Skip to content

Commit

Permalink
feat(theme): add anti hero theme (mizaagi) (#5018)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
mizaagi and Miodec authored Feb 26, 2024
1 parent 47576df commit becb66d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/static/themes/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1195,5 +1195,12 @@
"mainColor": "#c13117",
"subColor": "#717977",
"textColor": "#490909"
},
{
"name": "anti_hero",
"bgColor": "#00002e",
"mainColor": "#ffadad",
"subColor": "#ff3d8b",
"textColor": "#f1deef"
}
]
12 changes: 12 additions & 0 deletions frontend/static/themes/anti_hero.css
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit becb66d

Please sign in to comment.