Merge pull request #16 from mwahlig/dracula

Add Dracula color theme
This commit is contained in:
Jack Bartnik 2020-05-17 11:36:49 +01:00 committed by GitHub
commit 376dd778a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 39 additions and 0 deletions

38
public/themes/dracula.css Normal file
View file

@ -0,0 +1,38 @@
:root {
--bg-color: #282a36;
--main-color: #f2f2f2;
--caret-color: #f2f2f2;
--sub-color: #bd93f9;
}
.word letter.incorrect{
color: #f758a0;
}
.word letter.incorrect.extra{
color: #732e51;
}
.word.error{
border-bottom: 2px solid #f758a0;
}
#menu .button:nth-child(1){
color: #8be9fd;
}
#menu .button:nth-child(2){
color: #50fa7b;
}
#menu .button:nth-child(3){
color: #f1fa8c;
}
#menu .button:nth-child(4){
color: #ffb86c;
}
#menu .button:nth-child(5){
color: #ffb86c;
}

View file

@ -13,5 +13,6 @@
"oblivion",
"laser",
"retro",
"dracula",
"nord"
]