mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-24 10:30:07 +08:00
added luna color theme
This commit is contained in:
parent
98d9d0adfc
commit
7355ea5f69
2 changed files with 16 additions and 0 deletions
|
|
@ -282,5 +282,10 @@
|
|||
"name": "retrocast",
|
||||
"bgColor": "#07737a",
|
||||
"textColor": "#88dbdf"
|
||||
},
|
||||
{
|
||||
"name": "luna",
|
||||
"bgColor": "#221C35",
|
||||
"textColor": "#88dbdf"
|
||||
}
|
||||
]
|
||||
11
public/themes/luna.css
Normal file
11
public/themes/luna.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #221C35;
|
||||
--main-color: #F67599;
|
||||
--caret-color: #F67599;
|
||||
--sub-color: #5a3a7e;
|
||||
--text-color: #ffe3eb;
|
||||
--error-color: #EFC050;
|
||||
--error-extra-color: #c5972c;
|
||||
--colorful-error-color: #EFC050;
|
||||
--colorful-error-extra-color: #c5972c;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue