feat: neon theme addition

This commit is contained in:
Ryan Harrington 2020-05-28 16:50:38 -06:00
parent 50ae363f23
commit 077fbbd4d2
No known key found for this signature in database
GPG key ID: 258486E3329B076C
2 changed files with 19 additions and 1 deletions

View file

@ -21,5 +21,6 @@
"mizu",
"metaverse",
"shadow",
"mint"
"mint",
"neon"
]

17
public/themes/neon.css Normal file
View file

@ -0,0 +1,17 @@
:root {
--bg-color: #f35588;
--main-color: #05dfd7;
--caret-color: #a3f7bf;
--sub-color: #fff591;
--error-color: #9d72ff;
}
.word letter.incorrect,
.word.error,
.word letter.incorrect.extra {
color: var(--error-color);
}
.word.error {
border-bottom: solid 2px var(--error-color);
}