mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-08 22:50:00 +08:00
added diner. thanks bac0n
This commit is contained in:
parent
c96d661a87
commit
e5035b7c5a
2 changed files with 16 additions and 0 deletions
|
@ -623,5 +623,10 @@
|
|||
"name": "tiramisu",
|
||||
"bgColor" : "#CFC6B9",
|
||||
"textColor":"#C0976F"
|
||||
},
|
||||
{
|
||||
"name": "diner",
|
||||
"bgColor" : "#537997",
|
||||
"textColor":"#c3af5b"
|
||||
}
|
||||
]
|
||||
|
|
11
static/themes/diner.css
Normal file
11
static/themes/diner.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #537997;
|
||||
--main-color: #c3af5b;
|
||||
--caret-color: #ad5145;
|
||||
--sub-color: #445c7f;
|
||||
--text-color: #dfdbc8;
|
||||
--error-color: #ad5145;
|
||||
--error-extra-color: #7e2a33;
|
||||
--colorful-error-color: #ad5145;
|
||||
--colorful-error-extra-color: #7e2a33;
|
||||
}
|
Loading…
Add table
Reference in a new issue