diff --git a/config.def.h b/config.def.h index f55dcc3..342e064 100644 --- a/config.def.h +++ b/config.def.h @@ -3,7 +3,7 @@ /* appearance */ static const unsigned int borderpx = 3; /* border pixel of windows */ static const unsigned int gappx = 7; /* gaps between windows */ -static const unsigned int snap = 32; /* snap pixel */ +static const unsigned int snap = 15; /* snap pixel */ static const unsigned int systraypinning = 1; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */ static const unsigned int systrayonleft = 1; /* 0: systray in the right corner, >0: systray on left of status text */ static const unsigned int systrayspacing = 2; /* systray spacing */ @@ -16,8 +16,8 @@ static const char dmenufont[] = "FiraMono Nerd Font:size=10"; static const char col_gray1[] = "#282828"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#ebdbb2"; -static const char col_gray4[] = "#fbf1c7"; -static const char col_cyan[] = "#458588"; +static const char col_gray4[] = "#1d2021"; +static const char col_cyan[] = "#fe8019"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, diff --git a/dwm b/dwm index 41c31ab..0c179da 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index adf4dec..a484d8f 100644 Binary files a/dwm.o and b/dwm.o differ