mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
parent
266639b611
commit
c93ac6a7e1
2 changed files with 20 additions and 0 deletions
15
public/themes/lil_dragon.css
Normal file
15
public/themes/lil_dragon.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
:root {
|
||||
--bg-color: #ebe1ef;
|
||||
--main-color: #8a5bd6;
|
||||
--caret-color: #212b43;
|
||||
--sub-color: #ac76e5;
|
||||
--text-color: #8a5bd6;
|
||||
--error-color: #f794ca;
|
||||
--error-extra-color: #f279c2;
|
||||
--colorful-error-color: #f794ca;
|
||||
--colorful-error-extra-color: #f279c2;
|
||||
}
|
||||
|
||||
#menu .icon-button {
|
||||
color: #ba96db;
|
||||
}
|
|
@ -388,5 +388,10 @@
|
|||
"name": "nebula",
|
||||
"bgColor": "#212135",
|
||||
"textColor": "#be3c88"
|
||||
},
|
||||
{
|
||||
"name": "lil_dragon",
|
||||
"bgColor": "#ebe1ef",
|
||||
"textColor": "#8a5bd6"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue