about summary refs log tree commit diff stats
path: root/config/wal/templates/colors-wal-dwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'config/wal/templates/colors-wal-dwm.h')
-rw-r--r--config/wal/templates/colors-wal-dwm.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/config/wal/templates/colors-wal-dwm.h b/config/wal/templates/colors-wal-dwm.h
deleted file mode 100644
index eeea645..0000000
--- a/config/wal/templates/colors-wal-dwm.h
+++ /dev/null
@@ -1,13 +0,0 @@
-static const char norm_fg[] = "{color4}";
-static const char norm_bg[] = "{color0}";
-static const char norm_border[] = "{color8}";
-
-static const char sel_fg[] = "{color1}";
-static const char sel_bg[] = "{color0}";
-static const char sel_border[] = "{color9}";
-
-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
-}};