mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-20 08:27:44 +08:00
commit
27da75bb1f
2 changed files with 16 additions and 0 deletions
|
|
@ -24,6 +24,11 @@
|
|||
"bgColor": "#313131",
|
||||
"textColor": "#ed6b21"
|
||||
},
|
||||
{
|
||||
"name": "communism",
|
||||
"bgColor": "#be1918",
|
||||
"textColor": "#1C1C19"
|
||||
},
|
||||
{
|
||||
"name": "dots",
|
||||
"bgColor": "#121520",
|
||||
|
|
|
|||
11
static/themes/communism.css
Normal file
11
static/themes/communism.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #be1918;
|
||||
--main-color: #ffffff;
|
||||
--caret-color: #ffffff;
|
||||
--sub-color: #faf333;
|
||||
--text-color: #1c1c19;
|
||||
--error-color: #ffffff;
|
||||
--error-extra-color: #faf333;
|
||||
--colorful-error-color: #faf333;
|
||||
--colorful-error-extra-color: #faf333;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue