diff options
Diffstat (limited to 'dwm/chadwm/themes/gruvchad.h')
-rw-r--r-- | dwm/chadwm/themes/gruvchad.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 |