Skip to content

Commit 17f98e8

Browse files
committed
Add Dracula color theme
1 parent 684ab6e commit 17f98e8

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

public/themes/dracula.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
:root {
2+
--bg-color: #282a36;
3+
--main-color: #F8F8F2;
4+
--caret-color: #F8F8F2;
5+
--sub-color: #6272A4;
6+
--active-word-color: #F1FA8C;
7+
}
8+
9+
#menu .button:nth-child(1){
10+
color: #8BE9FD;
11+
}
12+
13+
#menu .button:nth-child(2){
14+
color: #50FA7B;
15+
}
16+
17+
#menu .button:nth-child(3){
18+
color: #FF79C6;
19+
}
20+
21+
#menu .button:nth-child(4){
22+
color: #FFB86C;
23+
}

public/themes/list.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"rgb",
1313
"oblivion",
1414
"laser",
15-
"retro"
15+
"retro",
16+
"dracula"
1617
]

0 commit comments

Comments
 (0)