diff --git a/config.h b/config.h index ae4f048..0d1b3b9 100644 --- a/config.h +++ b/config.h @@ -2,7 +2,7 @@ #include /* appearance */ -static const unsigned int borderpx = 0; /* border pixel of windows */ +static const unsigned int borderpx = 3; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */ static const unsigned int systrayonleft = 0; /* 0: systray in the right corner, >0: systray on left of status text */ @@ -22,7 +22,7 @@ static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; -static const char col_cyan[] = "#aaaaff"; +static const char col_cyan[] = "#ff99ff"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = {col_gray3, col_gray1, col_gray2}, diff --git a/dwm b/dwm index 06c1efe..5bf4d3f 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 7e896ef..aa2fc46 100644 Binary files a/dwm.o and b/dwm.o differ