diff --git a/config.def.h b/config.def.h index 6158226..272d565 100644 --- a/config.def.h +++ b/config.def.h @@ -3,7 +3,7 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ -static const Gap default_gap = {.isgap = 1, .realgap = 10, .gappx = 10}; +static const Gap default_gap = {.isgap = 1, .realgap = 5, .gappx = 5}; static const unsigned int snap = 5; /* snap pixel */ static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ static const int showbar = 1; /* 0 means no bar */ @@ -16,13 +16,14 @@ static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; static const char col_cyan[] = "#005577"; /* custom colors */ -static const char col_aqua[] = "#83a598"; +static const char col_orange[] = "#fe8019"; static const char col_ggrey[] = "#121212"; +static const char col_ggrey2[] = "#282828"; static const char *colors[][3] = { /* --------------- */ /* fg bg border */ - [SchemeNorm] = { col_aqua, col_ggrey, col_ggrey }, - [SchemeSel] = { col_ggrey, col_aqua, col_aqua }, + [SchemeNorm] = { col_ggrey2,col_ggrey, col_ggrey }, + [SchemeSel] = { col_ggrey2,col_orange,col_orange }, }; /* tagging */