diff --git a/config.def.h b/config.def.h index 97c96f5..5530f2a 100644 --- a/config.def.h +++ b/config.def.h @@ -4,7 +4,7 @@ #include /* appearance */ -static const unsigned int borderpx = 5; /* border pixel of windows */ +static const unsigned int borderpx = 0; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ @@ -19,7 +19,7 @@ static const char col_pink_red[] = "#99000f"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, - [SchemeSel] = { col_gray4, col_pink_red, col_pink_red }, + [SchemeSel] = { col_gray4, col_gray1, col_gray2 }, }; /* Volume control using amixer */