summaryrefslogtreecommitdiffstats
path: root/eww/scss/themes/dracula.scss
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-10-03 21:42:20 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-10-03 21:42:20 +0530
commitaf120ab348f2e1a5a39dec035ed9dcf84189a64e (patch)
tree2a3aadd7ce1b7b771dfe3fe7c983569726c8d7ed /eww/scss/themes/dracula.scss
downloaddotfiles-af120ab348f2e1a5a39dec035ed9dcf84189a64e.tar.gz
dotfiles-af120ab348f2e1a5a39dec035ed9dcf84189a64e.tar.bz2
dotfiles-af120ab348f2e1a5a39dec035ed9dcf84189a64e.zip
dotfiles
Diffstat (limited to 'eww/scss/themes/dracula.scss')
-rw-r--r--eww/scss/themes/dracula.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/eww/scss/themes/dracula.scss b/eww/scss/themes/dracula.scss
new file mode 100644
index 0000000..e00ab14
--- /dev/null
+++ b/eww/scss/themes/dracula.scss
@@ -0,0 +1,10 @@
+$white: #f8f8f2;
+$black: #21222c;
+$blackAlt: #282a36;
+$grey: #44475a;
+$lightGrey: #6272a4;
+$green: #50fa7b;
+$red: #ff5555;
+$blue: #8be9fd;
+$yellow: #f1fa8c;
+$purple: #bd93f9;