From 598f965e6278d89284bcb2d1db1302848426221b Mon Sep 17 00:00:00 2001 From: lucashemi Date: Sun, 18 Sep 2022 22:09:19 -0300 Subject: commit --- .config/wal/templates/colors-wal-dwm.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .config/wal/templates/colors-wal-dwm.h (limited to '.config/wal/templates/colors-wal-dwm.h') diff --git a/.config/wal/templates/colors-wal-dwm.h b/.config/wal/templates/colors-wal-dwm.h new file mode 100644 index 0000000..872bc1a --- /dev/null +++ b/.config/wal/templates/colors-wal-dwm.h @@ -0,0 +1,13 @@ +static const char norm_fg[] = "{color15}"; +static const char norm_bg[] = "{color0}"; +static const char norm_border[] = "{color8}"; + +static const char sel_fg[] = "{color15}"; +static const char sel_bg[] = "{color2}"; +static const char sel_border[] = "{color15}"; + +static const char *colors[][3] = {{ + /* fg bg border */ + [SchemeNorm] = {{ norm_fg, norm_bg, norm_border }}, // unfocused wins + [SchemeSel] = {{ sel_fg, sel_bg, sel_border }}, // the focused win + }}; -- cgit v1.2.3-18-g5258