mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-09 07:09:36 +08:00
feat(theme): add floret (hurrrsh) (#5392)
* Create floret.css * Update _list.json * Update _list.json * Update floret.css
This commit is contained in:
parent
37c1efd177
commit
66f6b7c355
2 changed files with 19 additions and 0 deletions
|
@ -1223,5 +1223,12 @@
|
|||
"mainColor": "#e55050",
|
||||
"subColor": "#ff6060",
|
||||
"textColor": "#ffaaaa"
|
||||
},
|
||||
{
|
||||
"name": "floret",
|
||||
"bgColor": "#00272c",
|
||||
"mainColor": " #ffdd6d",
|
||||
"subColor": "#779097",
|
||||
"textColor": "#E5E5E5"
|
||||
}
|
||||
]
|
||||
|
|
12
frontend/static/themes/floret.css
Normal file
12
frontend/static/themes/floret.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
--bg-color: #00272c;
|
||||
--main-color: #ffdd6d;
|
||||
--caret-color: #C3BD40;
|
||||
--sub-color: #779097;
|
||||
--sub-alt-color: #173033;
|
||||
--text-color: #E5E5E5;
|
||||
--error-color: #8A4000;
|
||||
--error-extra-color: #00708D;
|
||||
--colorful-error-color: #8A4000;
|
||||
--colorful-error-extra-color: #628b96;
|
||||
}
|
Loading…
Add table
Reference in a new issue