We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684ab6e commit 17f98e8Copy full SHA for 17f98e8
2 files changed
public/themes/dracula.css
@@ -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
@@ -12,5 +12,6 @@
"rgb",
"oblivion",
"laser",
- "retro"
+ "retro",
+ "dracula"
]
0 commit comments