mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-03 12:04:57 +08:00
added Hammerhead
This commit is contained in:
parent
8ce9484665
commit
16e2db9353
2 changed files with 16 additions and 0 deletions
11
public/themes/hammerhead.css
Normal file
11
public/themes/hammerhead.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #030613;
|
||||
--main-color: #4fcdb9;
|
||||
--caret-color: #4fcdb9;
|
||||
--sub-color: #1e283a;
|
||||
--text-color: #e2f1f5;
|
||||
--error-color: #e32b2b;
|
||||
--error-extra-color: #A62626;
|
||||
--colorful-error-color: #e32b2b;
|
||||
--colorful-error-extra-color: #A62626;
|
||||
}
|
|
@ -247,5 +247,10 @@
|
|||
"name": "red_dragon",
|
||||
"bgColor": "#1a0b0c",
|
||||
"textColor": "#ff3a32"
|
||||
},
|
||||
{
|
||||
"name": "hammerhead",
|
||||
"bgColor": "#030613",
|
||||
"textColor": "#4fcdb9"
|
||||
}
|
||||
]
|
Loading…
Add table
Reference in a new issue