diff --git a/config.h b/config.h index 4924d99..10ce310 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int borderpx = 2; /* border pixel of windows */ static const unsigned int snap = 16; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ @@ -22,7 +22,6 @@ static const char fg[] = "#ffffff"; static const char nord_fg[] = "#D8DEE9"; static const char one_bg[] = "#1C1B1D"; static const char nord_bg[] = "#2E3440"; -static const char one_green[] = "#98c379"; static const char nord_blue[] = "#81A1C1"; static const char *colors[][3] = {