diff --git a/config.h b/config.h index ae5cd87..f43d13e 100644 --- a/config.h +++ b/config.h @@ -9,10 +9,10 @@ static const char *fonts[] = { }; static const char dmenufont[] = "monospace:size=10"; static const char normbordercolor[] = "#444444"; -static const char normbgcolor[] = "#555555"; +static const char normbgcolor[] = "#222222"; static const char normfgcolor[] = "#bbbbbb"; static const char selbordercolor[] = "#555555"; -static const char selbgcolor[] = "#222222"; +static const char selbgcolor[] = "#555555"; static const char selfgcolor[] = "#eeeeee"; static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ diff --git a/drw.o b/drw.o index d93235b..1d14d09 100644 Binary files a/drw.o and b/drw.o differ diff --git a/dwm b/dwm index 6efae70..b77b9aa 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index cdf30cd..e467f5d 100644 Binary files a/dwm.o and b/dwm.o differ diff --git a/util.o b/util.o index 93f6130..b73b2da 100644 Binary files a/util.o and b/util.o differ