about summary refs log tree commit diff stats
path: root/colors-wal-dwm.h
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2022-10-18 21:12:06 +0300
committerAcid Bong <acid-bong@cock.lt>2022-10-18 21:12:06 +0300
commitc3dc9a347abc55a77b58e067b915ad40ae0bb13a (patch)
treea9046d1bc6ab052c73ec3cfb67457dabce92f1ab /colors-wal-dwm.h
parent956a324cd45c7b39812d056695d5c84f606c72a5 (diff)
downloaddwm-c3dc9a347abc55a77b58e067b915ad40ae0bb13a.tar.gz
shortened names
Diffstat (limited to 'colors-wal-dwm.h')
-rw-r--r--colors-wal-dwm.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/colors-wal-dwm.h b/colors-wal-dwm.h
deleted file mode 100644
index e04f5fc..0000000
--- a/colors-wal-dwm.h
+++ /dev/null
@@ -1,13 +0,0 @@
-static const char norm_fg[] = "#e5e5e5";
-static const char norm_bg[] = "#414243";
-static const char norm_border[] = "#414243";
-
-static const char sel_fg[] = "#ebecec";
-static const char sel_bg[] = "#b1421a";
-static const char sel_border[] = "#f19e25";
-
-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
-};