diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2022-05-07 21:35:28 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2022-05-07 21:35:28 +0000 |
commit | 6beb7d245f50870eba00ce07ee21d04d8bf65bae (patch) | |
tree | 2584b7f526b87e2a363250f83994d762ce9978a1 /dwm/chadwm | |
parent | fb65ac6332271a9101e01741905218ab5cc92efc (diff) | |
download | dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar.gz dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar.bz2 dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar.lz dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar.xz dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar.zst dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.zip |
Add more themes from siduck
Diffstat (limited to '')
-rw-r--r-- | dwm/chadwm/themes/catppuccin.h | 11 | ||||
-rw-r--r-- | dwm/chadwm/themes/dracula.h | 18 | ||||
-rw-r--r-- | dwm/chadwm/themes/everblush.h | 13 |
3 files changed, 33 insertions, 9 deletions
diff --git a/dwm/chadwm/themes/catppuccin.h b/dwm/chadwm/themes/catppuccin.h new file mode 100644 index 0000000..614b23a --- /dev/null +++ b/dwm/chadwm/themes/catppuccin.h @@ -0,0 +1,11 @@ +static const char black[] = "#1E1D2D"; +static const char gray2[] = "#282737"; // unfocused window border +static const char gray3[] = "#585767"; +static const char gray4[] = "#282737"; +static const char blue[] = "#96CDFB"; // focused window border +static const char green[] = "#ABE9B3"; +static const char red[] = "#F28FAD"; +static const char orange[] = "#F8BD96"; +static const char yellow[] = "#FAE3B0"; +static const char pink[] = "#d5aeea"; +static const char col_borderbar[] = "#1E1D2D"; // inner border diff --git a/dwm/chadwm/themes/dracula.h b/dwm/chadwm/themes/dracula.h index f576df5..23c3210 100644 --- a/dwm/chadwm/themes/dracula.h +++ b/dwm/chadwm/themes/dracula.h @@ -1,11 +1,11 @@ -static const char black[] = "#282828"; -static const char gray2[] = "#383838"; // unfocused window border -static const char gray3[] = "#484848"; -static const char gray4[] = "#585858"; -static const char blue[] = "#7cafc2"; // focused window border -static const char green[] = "#a1b56c"; -static const char red[] = "#ab4642"; +static const char black[] = "#21222C"; +static const char gray2[] = "#282a36"; // unfocused window border +static const char gray3[] = "#44475a"; +static const char gray4[] = "#282a36"; +static const char blue[] = "#bd93f9"; // focused window border +static const char green[] = "#50fa7b"; +static const char red[] = "#ff5555"; static const char orange[] = "#ffb86c"; -static const char yellow[] = "#a1b56c"; +static const char yellow[] = "#f1fa8c"; static const char pink[] = "#ff79c6"; -static const char col_borderbar[] = "#282828"; // inner border +static const char col_borderbar[] = "#21222c"; // inner border diff --git a/dwm/chadwm/themes/everblush.h b/dwm/chadwm/themes/everblush.h new file mode 100644 index 0000000..9681c80 --- /dev/null +++ b/dwm/chadwm/themes/everblush.h @@ -0,0 +1,13 @@ +/* Made by https://github.com/Mangeshrex */ + +static const char black[] = "#181f21"; +static const char gray2[] = "#22292b"; // unfocused window border +static const char gray3[] = "#3b4244"; +static const char gray4[] = "#67b0e8"; +static const char blue[] = "#6cb5ed"; // focused window border +static const char green[] = "#8ccf7e"; +static const char red[] = "#e06e6e"; +static const char orange[] = "#e59e67"; +static const char yellow[] = "#e5c76b"; +static const char pink[] = "#c47fd5"; +static const char col_borderbar[] = "#181f21"; // inner border |