mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
added cyberspace. thanks dazon
This commit is contained in:
parent
742c3d4d21
commit
44e4d3c09e
2 changed files with 17 additions and 0 deletions
11
public/themes/cyberspace.css
Normal file
11
public/themes/cyberspace.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #181c18;
|
||||
--main-color: #00ce7c;
|
||||
--caret-color: #00ce7c;
|
||||
--sub-color: #9578d3;
|
||||
--text-color: #c2fbe1;
|
||||
--error-color: #ff5f5f;
|
||||
--error-extra-color: #d22a2a;
|
||||
--colorful-error-color: #ff5f5f;
|
||||
--colorful-error-extra-color: #d22a2a;
|
||||
}
|
||||
|
|
@ -213,5 +213,11 @@
|
|||
"name": "night_runner",
|
||||
"bgColor": "#5c4a9c",
|
||||
"textColor": "#feff04"
|
||||
},
|
||||
{
|
||||
"name": "cyberspace",
|
||||
"bgColor": "#181c18",
|
||||
"textColor": "#00ce7c"
|
||||
}
|
||||
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue