goodbye stuff
[dotfiles/.git] / .local / lib / python3.9 / site-packages / pywal / templates / colors-wal-dwm.h
diff --git a/.local/lib/python3.9/site-packages/pywal/templates/colors-wal-dwm.h b/.local/lib/python3.9/site-packages/pywal/templates/colors-wal-dwm.h
deleted file mode 100644 (file)
index ad0d1b0..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-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 urg_fg[] = "{color15}";
-static const char urg_bg[] = "{color1}";
-static const char urg_border[] = "{color1}";
-
-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
-    [SchemeUrg] =  {{ urg_fg,      urg_bg,    urg_border }},
-}};