diff --git a/config.h b/config.h index f43d13e..ae5cd87 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[] = "#222222"; +static const char normbgcolor[] = "#555555"; static const char normfgcolor[] = "#bbbbbb"; static const char selbordercolor[] = "#555555"; -static const char selbgcolor[] = "#555555"; +static const char selbgcolor[] = "#222222"; 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 1d14d09..d93235b 100644 Binary files a/drw.o and b/drw.o differ diff --git a/dwm b/dwm index b77b9aa..6efae70 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index e467f5d..cdf30cd 100644 Binary files a/dwm.o and b/dwm.o differ diff --git a/util.o b/util.o index b73b2da..93f6130 100644 Binary files a/util.o and b/util.o differ