diff options
author | 2024-03-25 16:43:09 +0530 | |
---|---|---|
committer | 2024-03-25 16:43:09 +0530 | |
commit | a62114c91f2070c8c8453d117f3d81dc113e41ff (patch) | |
tree | f266e87af29a08c01f82bc32dd7d463d8ec4441a /eww/scss/themes | |
parent | af120ab348f2e1a5a39dec035ed9dcf84189a64e (diff) | |
download | dotfiles-a62114c91f2070c8c8453d117f3d81dc113e41ff.tar.gz dotfiles-a62114c91f2070c8c8453d117f3d81dc113e41ff.tar.bz2 dotfiles-a62114c91f2070c8c8453d117f3d81dc113e41ff.zip |
dotfile update
Diffstat (limited to 'eww/scss/themes')
-rw-r--r-- | eww/scss/themes/catppuccin.scss | 10 | ||||
-rw-r--r-- | eww/scss/themes/dracula.scss | 10 | ||||
-rw-r--r-- | eww/scss/themes/everblush.scss | 9 | ||||
-rw-r--r-- | eww/scss/themes/gruvchad.scss | 10 | ||||
-rw-r--r-- | eww/scss/themes/nord.scss | 10 | ||||
-rw-r--r-- | eww/scss/themes/onedark.scss | 10 |
6 files changed, 0 insertions, 59 deletions
diff --git a/eww/scss/themes/catppuccin.scss b/eww/scss/themes/catppuccin.scss deleted file mode 100644 index efbcd7f..0000000 --- a/eww/scss/themes/catppuccin.scss +++ /dev/null @@ -1,10 +0,0 @@ -$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 deleted file mode 100644 index e00ab14..0000000 --- a/eww/scss/themes/dracula.scss +++ /dev/null @@ -1,10 +0,0 @@ -$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 deleted file mode 100644 index b7b734d..0000000 --- a/eww/scss/themes/everblush.scss +++ /dev/null @@ -1,9 +0,0 @@ -$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 deleted file mode 100644 index 024095b..0000000 --- a/eww/scss/themes/gruvchad.scss +++ /dev/null @@ -1,10 +0,0 @@ -$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 deleted file mode 100644 index 7102311..0000000 --- a/eww/scss/themes/nord.scss +++ /dev/null @@ -1,10 +0,0 @@ -$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 deleted file mode 100644 index fad0849..0000000 --- a/eww/scss/themes/onedark.scss +++ /dev/null @@ -1,10 +0,0 @@ -$white: #abb2bf; -$black: #1e222a; -$blackAlt: #252931; -$grey: #353b45; -$lightGrey: #6f737b; -$green: #7eca9c; -$red: #e06c75; -$blue: #61afef; -$yellow: #e7c787; -$purple: #c882e7; |