diff --git a/config.h b/config.h index 67eea06..6b456f4 100755 --- a/config.h +++ b/config.h @@ -1,18 +1,18 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const unsigned int borderpx = 2; /* border pixel of windows */ -static const unsigned int snap = 16; /* snap pixel */ +static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int snap = 8; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "terminus:size=10" }; static const char dmenufont[] = "terminus:size=10"; -static const char col_text_no_sel[] = "#99cccc"; /* non-selected text */ -static const char col_text_sel[] = "#ccffff"; /* select text */ -static const char col_bg_no_sel[] = "#333366"; /* non-selected background */ -static const char col_bg_sel[] = "#333399"; /* selected background */ -static const char col_border_no_sel[] = "#333366"; /* non-selected border */ -static const char col_border_sel[] = "#ccffff"; /* selected border */ +static const char col_text_no_sel[] = "#b2b2b2"; /* non-selected text */ +static const char col_text_sel[] = "#ffffff"; /* select text */ +static const char col_bg_no_sel[] = "#272727"; /* non-selected background */ +static const char col_bg_sel[] = "#3f3f3f"; /* selected background */ +static const char col_border_no_sel[] = "#b2b2b2"; /* non-selected border */ +static const char col_border_sel[] = "#ffffff"; /* selected border */ static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_text_no_sel, col_bg_no_sel, col_border_no_sel }, diff --git a/drw.o b/drw.o index 8ae9177..d76bd63 100644 Binary files a/drw.o and b/drw.o differ diff --git a/dwm b/dwm index d5d4d31..8c7585c 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 3a3366b..a85dba2 100644 Binary files a/dwm.o and b/dwm.o differ diff --git a/util.o b/util.o index a853f4c..8e55fa1 100644 Binary files a/util.o and b/util.o differ