mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
Added drowning theme
This commit is contained in:
parent
1d14431e4d
commit
6ed321b44a
2 changed files with 16 additions and 0 deletions
11
public/themes/drowning.css
Normal file
11
public/themes/drowning.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #191826;
|
||||
--main-color: #4a6fb5;
|
||||
--caret-color: #4f85e8;
|
||||
--sub-color: #50688c;
|
||||
--text-color: #9393a7;
|
||||
--error-color: #be555f;
|
||||
--error-extra-color: #7e2a33;
|
||||
--colorful-error-color: #be555f;
|
||||
--colorful-error-extra-color: #7e2a33;
|
||||
}
|
|
@ -408,5 +408,10 @@
|
|||
"name": "fundamentals",
|
||||
"bgColor": "#727474",
|
||||
"textColor": "#196378"
|
||||
},
|
||||
{
|
||||
"name": "drowning",
|
||||
"bgColor": "#191826",
|
||||
"textColor": "#4a6fb5"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue