From 17f98e85e0ad960482d996f9780299053e755213 Mon Sep 17 00:00:00 2001 From: Matt Wahlig Date: Fri, 15 May 2020 16:01:39 -0500 Subject: [PATCH] Add Dracula color theme --- public/themes/dracula.css | 23 +++++++++++++++++++++++ public/themes/list.json | 3 ++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 public/themes/dracula.css diff --git a/public/themes/dracula.css b/public/themes/dracula.css new file mode 100644 index 000000000..5aeb703f5 --- /dev/null +++ b/public/themes/dracula.css @@ -0,0 +1,23 @@ +:root { + --bg-color: #282a36; + --main-color: #F8F8F2; + --caret-color: #F8F8F2; + --sub-color: #6272A4; + --active-word-color: #F1FA8C; +} + +#menu .button:nth-child(1){ + color: #8BE9FD; +} + +#menu .button:nth-child(2){ + color: #50FA7B; +} + +#menu .button:nth-child(3){ + color: #FF79C6; +} + +#menu .button:nth-child(4){ + color: #FFB86C; +} \ No newline at end of file diff --git a/public/themes/list.json b/public/themes/list.json index e43fe78ee..a7f5d7309 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -12,5 +12,6 @@ "rgb", "oblivion", "laser", - "retro" + "retro", + "dracula" ] \ No newline at end of file