mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-08 16:34:45 +08:00
feat(theme): add macroblank theme (TheExploration) (#5088)
This commit is contained in:
parent
6ef08d4707
commit
c29220323b
2 changed files with 20 additions and 0 deletions
|
|
@ -1188,5 +1188,12 @@
|
|||
"mainColor": "#fe5503",
|
||||
"subColor": "#ff9562",
|
||||
"textColor": "#3d1705"
|
||||
},
|
||||
{
|
||||
"name": "macroblank",
|
||||
"bgColor": "#b2d2c8",
|
||||
"mainColor": "#c13117",
|
||||
"subColor": "#717977",
|
||||
"textColor": "#490909"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
13
frontend/static/themes/macroblank.css
Normal file
13
frontend/static/themes/macroblank.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
:root {
|
||||
--bg-color: #b2d2c8;
|
||||
--main-color: #c13117;
|
||||
--caret-color: #766f71;
|
||||
--sub-color: #717977;
|
||||
--sub-alt-color: #c6ddd3;
|
||||
--text-color: #490909;
|
||||
--error-color: #c13117;
|
||||
--error-extra-color: #fff5f5;
|
||||
--colorful-error-color: #fff5f5;
|
||||
--colorful-error-extra-color: #ffe9c2;
|
||||
}
|
||||
|
||||
Loading…
Add table
Reference in a new issue