mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
added evil eye theme
This commit is contained in:
parent
c8d961ce95
commit
91e7991a00
2 changed files with 16 additions and 0 deletions
|
@ -679,4 +679,9 @@
|
|||
"bgColor": "#d6d3d6",
|
||||
"mainColor": "#5c1e5f"
|
||||
}
|
||||
,{
|
||||
"name": "evil_eye",
|
||||
"bgColor": "#0084c2",
|
||||
"mainColor": "#f7f2ea"
|
||||
}
|
||||
]
|
||||
|
|
11
static/themes/evil_eye.css
Normal file
11
static/themes/evil_eye.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #0084c2;
|
||||
--main-color: #f7f2ea;
|
||||
--caret-color: #f7f2ea;
|
||||
--sub-color: #01589f;
|
||||
--text-color: #171718;
|
||||
--error-color: #ca4754;
|
||||
--error-extra-color: #7e2a33;
|
||||
--colorful-error-color: #ca4754;
|
||||
--colorful-error-extra-color: #7e2a33;
|
||||
}
|
Loading…
Reference in a new issue