mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
Added GMK Tiramisu (#2095)
* added infinikey comfy theme * Added GMK Tiramisu
This commit is contained in:
parent
5d66c3f6b8
commit
76a481ca94
2 changed files with 16 additions and 0 deletions
|
@ -618,5 +618,10 @@
|
|||
"name": "comfy",
|
||||
"bgColor" : "#4A5B6E",
|
||||
"textColor":"#F8CDC6"
|
||||
},
|
||||
{
|
||||
"name": "tiramisu",
|
||||
"bgColor" : "#CFC6B9",
|
||||
"textColor":"#C0976F"
|
||||
}
|
||||
]
|
||||
|
|
11
static/themes/tiramisu.css
Normal file
11
static/themes/tiramisu.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #cfc6b9;
|
||||
--main-color: #c0976f;
|
||||
--caret-color: #7d5448;
|
||||
--sub-color: #c0976f;
|
||||
--text-color: #7d5448;
|
||||
--error-color: #e9632d;
|
||||
--error-extra-color: #e9632d;
|
||||
--colorful-error-color: #e9632d;
|
||||
--colorful-error-extra-color: #e9632d;
|
||||
}
|
Loading…
Reference in a new issue