mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-27 10:31:22 +08:00
Add Ducky Frozen Llama Theme (#2292) by teddinotteddy
* Add Ducky Frozen Llama Theme * Add Frozen Llama Theme to _list.json
This commit is contained in:
parent
5e9549dba1
commit
69a0509a66
2 changed files with 16 additions and 0 deletions
|
|
@ -664,4 +664,9 @@
|
|||
"bgColor" : "#fff2d5",
|
||||
"mainColor":"#332800"
|
||||
}
|
||||
,{
|
||||
"name": "frozen_llama",
|
||||
"bgColor" : "#9bf2ea",
|
||||
"textColor":"#ffffff"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
11
static/themes/frozen_llama.css
Normal file
11
static/themes/frozen_llama.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #9bf2ea;
|
||||
--main-color: #6d44a6;
|
||||
--caret-color: #ffffff;
|
||||
--sub-color: #b690fd;
|
||||
--text-color: #ffffff;
|
||||
--error-color: #e42629;
|
||||
--error-extra-color: #e42629;
|
||||
--colorful-error-color: #e42629;
|
||||
--colorful-error-extra-color: #e42629;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue