Skip to content

Commit 99be40a

Browse files
authored
Merge pull request #16 from mwahlig/dracula
Add Dracula color theme
2 parents 955986c + 8593846 commit 99be40a

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

public/themes/dracula.css

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
:root {
2+
--bg-color: #282a36;
3+
--main-color: #f2f2f2;
4+
--caret-color: #f2f2f2;
5+
--sub-color: #bd93f9;
6+
}
7+
8+
.word letter.incorrect{
9+
color: #f758a0;
10+
}
11+
12+
.word letter.incorrect.extra{
13+
color: #732e51;
14+
}
15+
16+
.word.error{
17+
border-bottom: 2px solid #f758a0;
18+
}
19+
20+
#menu .button:nth-child(1){
21+
color: #8be9fd;
22+
}
23+
24+
#menu .button:nth-child(2){
25+
color: #50fa7b;
26+
}
27+
28+
#menu .button:nth-child(3){
29+
color: #f1fa8c;
30+
}
31+
32+
#menu .button:nth-child(4){
33+
color: #ffb86c;
34+
}
35+
36+
#menu .button:nth-child(5){
37+
color: #ffb86c;
38+
}

public/themes/list.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"oblivion",
1414
"laser",
1515
"retro",
16+
"dracula",
1617
"nord"
1718
]

0 commit comments

Comments
 (0)