diff options
author | Acid Bong <acid-bong@cock.lt> | 2022-10-18 21:12:06 +0300 |
---|---|---|
committer | Acid Bong <acid-bong@cock.lt> | 2022-10-18 21:12:06 +0300 |
commit | c3dc9a347abc55a77b58e067b915ad40ae0bb13a (patch) | |
tree | a9046d1bc6ab052c73ec3cfb67457dabce92f1ab /colors-wal-dwm.h | |
parent | 956a324cd45c7b39812d056695d5c84f606c72a5 (diff) | |
download | dwm-c3dc9a347abc55a77b58e067b915ad40ae0bb13a.tar.gz |
shortened names
Diffstat (limited to 'colors-wal-dwm.h')
-rw-r--r-- | colors-wal-dwm.h | 13 |
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 -}; |