From 6beb7d245f50870eba00ce07ee21d04d8bf65bae Mon Sep 17 00:00:00 2001 From: AnInternetTroll Date: Sat, 7 May 2022 23:35:28 +0200 Subject: Add more themes from siduck --- dwm/chadwm/themes/everblush.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dwm/chadwm/themes/everblush.h (limited to 'dwm/chadwm/themes/everblush.h') 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 -- cgit v1.2.3