mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 13:44:27 +08:00
added superuser
This commit is contained in:
parent
44f97844e7
commit
fb845beef5
2 changed files with 16 additions and 0 deletions
|
@ -353,5 +353,10 @@
|
|||
"name": "alpine",
|
||||
"bgColor": "#6c687f",
|
||||
"textColor": "#ffffff"
|
||||
},
|
||||
{
|
||||
"name": "superuser",
|
||||
"bgColor": "#262A33",
|
||||
"textColor": "#43FFAF"
|
||||
}
|
||||
]
|
||||
|
|
11
public/themes/superuser.css
Normal file
11
public/themes/superuser.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #262A33;
|
||||
--main-color: #43FFAF;
|
||||
--caret-color: #43FFAF;
|
||||
--sub-color: #526777;
|
||||
--text-color: #E5F7EF;
|
||||
--error-color: #ff5f5f;
|
||||
--error-extra-color: #d22a2a;
|
||||
--colorful-error-color: #ff5f5f;
|
||||
--colorful-error-extra-color: #d22a2a;
|
||||
}
|
Loading…
Reference in a new issue