summaryrefslogtreecommitdiffstats
path: root/eww/scss/themes
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
downloaddotfiles-af120ab348f2e1a5a39dec035ed9dcf84189a64e.tar.gz
dotfiles-af120ab348f2e1a5a39dec035ed9dcf84189a64e.tar.bz2
dotfiles-af120ab348f2e1a5a39dec035ed9dcf84189a64e.zip
dotfiles
Diffstat (limited to 'eww/scss/themes')
-rw-r--r--eww/scss/themes/catppuccin.scss10
-rw-r--r--eww/scss/themes/dracula.scss10
-rw-r--r--eww/scss/themes/everblush.scss9
-rw-r--r--eww/scss/themes/gruvchad.scss10
-rw-r--r--eww/scss/themes/nord.scss10
-rw-r--r--eww/scss/themes/onedark.scss10
6 files changed, 59 insertions, 0 deletions
diff --git a/eww/scss/themes/catppuccin.scss b/eww/scss/themes/catppuccin.scss
new file mode 100644
index 0000000..efbcd7f
--- /dev/null
+++ b/eww/scss/themes/catppuccin.scss
@@ -0,0 +1,10 @@
+$white: #D9E0EE;
+$black: #1E1D2D;
+$blackAlt: #252434;
+$grey: #313040;
+$lightGrey: #585767;
+$green: #ABE9B3;
+$red: #F28FAD;
+$blue: #8bc2f0;
+$yellow: #FAE3B0;
+$purple: #d5aeea;
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;
diff --git a/eww/scss/themes/everblush.scss b/eww/scss/themes/everblush.scss
new file mode 100644
index 0000000..b7b734d
--- /dev/null
+++ b/eww/scss/themes/everblush.scss
@@ -0,0 +1,9 @@
+$white: #dadada;
+$black: #181f21;
+$blackAlt: #202729;
+$grey: #2f3638;
+$lightGrey: #575e60;
+$green: #8ccf7e ;
+$red: #e06e6e;
+$blue: #67b0e8;
+$yellow: #e5c76b;
diff --git a/eww/scss/themes/gruvchad.scss b/eww/scss/themes/gruvchad.scss
new file mode 100644
index 0000000..024095b
--- /dev/null
+++ b/eww/scss/themes/gruvchad.scss
@@ -0,0 +1,10 @@
+$white: #c7b89d;
+$black: #1e2122;
+$blackAlt: #242728;
+$grey: #2f3233;
+$lightGrey: #696c6d;
+$green: #89b482;
+$red: #ec6b64;
+$blue: #6d8dad;
+$yellow: #d6b676;
+$purple: #9f899c;
diff --git a/eww/scss/themes/nord.scss b/eww/scss/themes/nord.scss
new file mode 100644
index 0000000..7102311
--- /dev/null
+++ b/eww/scss/themes/nord.scss
@@ -0,0 +1,10 @@
+$white: #D8DEE9;
+$black: #2a303c;
+$blackAlt: #333945;
+$grey: #3e4450;
+$lightGrey: #545a66;
+$green: #A3BE8C;
+$red: #d57780;
+$blue: #81A1C1;
+$yellow: #EBCB8B;
+$purple: #c882e7;
diff --git a/eww/scss/themes/onedark.scss b/eww/scss/themes/onedark.scss
new file mode 100644
index 0000000..fad0849
--- /dev/null
+++ b/eww/scss/themes/onedark.scss
@@ -0,0 +1,10 @@
+$white: #abb2bf;
+$black: #1e222a;
+$blackAlt: #252931;
+$grey: #353b45;
+$lightGrey: #6f737b;
+$green: #7eca9c;
+$red: #e06c75;
+$blue: #61afef;
+$yellow: #e7c787;
+$purple: #c882e7;