mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
Added theme for GMK Lavender
This commit is contained in:
parent
3cdec2da46
commit
0107b56a5c
2 changed files with 28 additions and 0 deletions
23
static/themes/lavender.css
Normal file
23
static/themes/lavender.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
:root {
|
||||
--bg-color: #ada6c2;
|
||||
--main-color: #e4e3e9;
|
||||
--caret-color: #e4e3e9;
|
||||
--sub-color: #e4e3e9;
|
||||
--text-color: #2f2a41;
|
||||
--error-color: #ca4754;
|
||||
--error-extra-color: #7e2a33;
|
||||
--colorful-error-color: #ca4754;
|
||||
--colorful-error-extra-color: #7e2a33;
|
||||
}
|
||||
|
||||
#menu .icon-button {
|
||||
border-radius: 10rem !important;
|
||||
background: #2f2a41;
|
||||
color: #e4e3e9;
|
||||
|
||||
}
|
||||
|
||||
#menu .icon-button:hover {
|
||||
color: #ada6c2;
|
||||
}
|
||||
|
|
@ -159,6 +159,11 @@
|
|||
"bgColor": "#1b1c1d",
|
||||
"textColor": "#79a617"
|
||||
},
|
||||
{
|
||||
"name": "lavender",
|
||||
"bgColor": "#ada6c2",
|
||||
"textColor": "#e4e3e9"
|
||||
},
|
||||
{
|
||||
"name": "taro",
|
||||
"bgColor": "#b3baff",
|
||||
|
|
Loading…
Reference in a new issue