diff options
author | c | 2024-01-25 21:24:36 -0500 |
---|---|---|
committer | c | 2024-01-25 21:24:36 -0500 |
commit | 309e68c65d959965ab75d8de4e9a275eff82fc50 (patch) | |
tree | 2035f3fe76f05a90a37065aa2facfba287723a9c | |
parent | 6b1e3ef09dac649e5a4d885adefda91f7c27c906 (diff) |
-rw-r--r-- | config.h | 4 | ||||
-rwxr-xr-x | dwm | bin | 74304 -> 0 bytes |
2 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,8 @@ static char sel_bg_col[] = "#83a598"; static char sel_bor_col[] = "#83a598"; static char sel_fg_col[] = "#282828"; -static char title_bg_col[] = "#282828"; -static char title_fg_col[] = "#83a598"; +static char title_bg_col[] = "#282828"; +static char title_fg_col[] = "#83a598"; static char *colors[][3] = { /* Scheme, fg, bg, border. */ Binary files differ |