From 2169a4155362a7f1639e4ad78033abb193f2d565 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Tue, 21 Dec 2021 21:22:43 +0100 Subject: Initial commit --- dwm/chadwm/themes/gruvchad.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dwm/chadwm/themes/gruvchad.h (limited to 'dwm/chadwm/themes/gruvchad.h') diff --git a/dwm/chadwm/themes/gruvchad.h b/dwm/chadwm/themes/gruvchad.h new file mode 100644 index 0000000..2a7ef84 --- /dev/null +++ b/dwm/chadwm/themes/gruvchad.h @@ -0,0 +1,11 @@ +static const char black[] = "#222526"; +static const char gray2[] = "#282b2c"; // unfocused window border +static const char gray3[] = "#5d6061"; +static const char gray4[] = "#282b2c"; +static const char blue[] = "#6f8faf"; // focused window border +static const char green[] = "#89b482"; +static const char red[] = "#ec6b64"; +static const char orange[] = "#d6b676"; +static const char yellow[] = "#d1b171"; +static const char pink[] = "#cc7f94"; +static const char col_borderbar[] = "#222526"; // inner border -- cgit v1.2.3