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/themes/everblush.h | |
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 'dwm/chadwm/themes/everblush.h')
-rw-r--r-- | dwm/chadwm/themes/everblush.h | 13 |
1 files changed, 13 insertions, 0 deletions
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 |