mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
added hanok theme
This commit is contained in:
parent
6f77cb1b6d
commit
33823cfa30
2 changed files with 16 additions and 0 deletions
|
@ -608,5 +608,10 @@
|
|||
"name" : "chaos_theory",
|
||||
"bgColor" : "#141221",
|
||||
"textColor":"#fd77d7"
|
||||
},
|
||||
{
|
||||
"name" : "hanok",
|
||||
"bgColor" : "#d8d2c3",
|
||||
"textColor":"#513a2a"
|
||||
}
|
||||
]
|
||||
|
|
11
static/themes/hanok.css
Normal file
11
static/themes/hanok.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #d8d2c3;
|
||||
--main-color: #513a2a;
|
||||
--caret-color: #513a2a;
|
||||
--sub-color: #513a2a;
|
||||
--text-color: #393b3b;
|
||||
--error-color: #ca4754;
|
||||
--error-extra-color: #7e2a33;
|
||||
--colorful-error-color: #ca4754;
|
||||
--colorful-error-extra-color: #7e2a33;
|
||||
}
|
Loading…
Reference in a new issue