mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +08:00
Merge pull request #411 from elswenson/lil-dragon-theme
Lil Dragon Theme
This commit is contained in:
commit
7e7791e93d
2 changed files with 24 additions and 0 deletions
19
public/themes/lil_dragon.css
Normal file
19
public/themes/lil_dragon.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
:root {
|
||||
--bg-color: #ebe1ef;
|
||||
--main-color: #8a5bd6;
|
||||
--caret-color: #212b43;
|
||||
--sub-color: #ac76e5;
|
||||
--text-color: #212b43;
|
||||
--error-color: #f794ca;
|
||||
--error-extra-color: #f279c2;
|
||||
--colorful-error-color: #f794ca;
|
||||
--colorful-error-extra-color: #f279c2;
|
||||
}
|
||||
|
||||
#menu .icon-button {
|
||||
color: #ba96db;
|
||||
}
|
||||
|
||||
#menu .icon-button:hover {
|
||||
color: #212b43;
|
||||
}
|
|
@ -389,6 +389,11 @@
|
|||
"bgColor": "#212135",
|
||||
"textColor": "#be3c88"
|
||||
},
|
||||
{
|
||||
"name": "lil_dragon",
|
||||
"bgColor": "#ebe1ef",
|
||||
"textColor": "#8a5bd6"
|
||||
},
|
||||
{
|
||||
"name": "pastel",
|
||||
"bgColor": "#ffd1dc",
|
||||
|
|
Loading…
Reference in a new issue