aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/themes/dracula.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/themes/dracula.css')
-rw-r--r--public/themes/dracula.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/public/themes/dracula.css b/public/themes/dracula.css
new file mode 100644
index 000000000..2adfe8b3e
--- /dev/null
+++ b/public/themes/dracula.css
@@ -0,0 +1,35 @@
+:root {
+ --bg-color: #282a36;
+ --main-color: #f2f2f2;
+ --caret-color: #f2f2f2;
+ --sub-color: #bd93f9;
+ --text-color: #f2f2f2;
+ --error-color: #f758a0;
+ --error-extra-color: #732e51;
+ --colorful-error-color: #f758a0;
+ --colorful-error-extra-color: #732e51;
+}
+
+#menu .icon-button:nth-child(1) {
+ color: #ec75c4;
+}
+
+#menu .icon-button:nth-child(2) {
+ color: #8be9fd;
+}
+
+#menu .icon-button:nth-child(3) {
+ color: #50fa7b;
+}
+
+#menu .icon-button:nth-child(4) {
+ color: #f1fa8c;
+}
+
+#menu .icon-button:nth-child(5) {
+ color: #ffb86c;
+}
+
+#menu .icon-button:nth-child(6) {
+ color: #ffb86c;
+}