diff --git a/config.def.h b/config.def.h index 0f97a26..50dffde 100644 --- a/config.def.h +++ b/config.def.h @@ -8,8 +8,8 @@ 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 */ static const int topbar = 0; /* 0 means bottom bar */ -static const char *fonts[] = { "SourceCodePro:size=10" }; -static const char dmenufont[] = "SourceCodePro:size=10"; +static const char *fonts[] = { "SourceCodePro:semibold:size=10" }; +static const char dmenufont[] = "SourceCodePro:semibold:size=10"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; @@ -17,7 +17,7 @@ static const char col_gray4[] = "#eeeeee"; static const char col_cyan[] = "#005577"; /* custom colors */ static const char col_main[] = "#ebdbb2"; -static const char col_second[] = "#1d2021"; +static const char col_second[] = "#121212"; static const char *colors[][3] = { /* --------------- */ /* fg bg border */