mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-05 23:15:08 +08:00
Add communism theme
This commit is contained in:
parent
c6eae018dd
commit
9234adb63f
1 changed files with 11 additions and 0 deletions
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