mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 18:53:26 +08:00
feat(themes): add cy red (StickminBruv) (#5375)
* Create cy_red.css Going to add error colors soon * Update _list.json Added theme to list * Update _list.json Added a comma to fix one of the checks * Update _list.json Added bracket to fix a check * Update cy_red.css Added brand new error colors to comply with "red theme, red error" thing * Update _list.json Fixed bracket i think * Update _list.json Added a " bruh moment * Update _list.json Added a comma
This commit is contained in:
parent
8b95874cae
commit
e6d020abb7
2 changed files with 19 additions and 0 deletions
|
@ -1216,5 +1216,12 @@
|
|||
"mainColor": "#5a65ea",
|
||||
"subColor": "#565861",
|
||||
"textColor": "#dcdee3"
|
||||
},
|
||||
{
|
||||
"name": "cy_red",
|
||||
"bgColor": "#6e2626",
|
||||
"mainColor": "#e55050",
|
||||
"subColor": "#ff6060",
|
||||
"textColor": "#ffaaaa"
|
||||
}
|
||||
]
|
||||
|
|
12
frontend/static/themes/cy_red.css
Normal file
12
frontend/static/themes/cy_red.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
--bg-color: #6e2626;
|
||||
--main-color: #e55050;
|
||||
--caret-color: #541d1d;
|
||||
--sub-color: #ff6060;
|
||||
--sub-alt-color: #3f1616;
|
||||
--text-color: #ffaaaa;
|
||||
--error-color: #919fd9;
|
||||
--error-extra-color: #4d5d9e;
|
||||
--colorful-error-color: #919fd9;
|
||||
--colorful-error-extra-color: #4d5d9e;
|
||||
}
|
Loading…
Reference in a new issue