diff --git a/config.h b/config.h index 0d1b3b9..9a99989 100644 --- a/config.h +++ b/config.h @@ -18,14 +18,14 @@ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = {"IosevkaTermSlab Nerd Font Mono:size=10"}; static const char dmenufont[] = "IosevkaTermSlab Nerd Font Mono:size=10"; -static const char col_gray1[] = "#222222"; +static const char col_gray1[] = "#111122"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; static const char col_cyan[] = "#ff99ff"; static const char *colors[][3] = { /* fg bg border */ - [SchemeNorm] = {col_gray3, col_gray1, col_gray2}, + [SchemeNorm] = {col_gray3, col_gray1, col_gray1}, [SchemeSel] = {col_gray1, col_cyan, col_cyan}, }; diff --git a/dwm b/dwm index 5bf4d3f..2908dc1 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index aa2fc46..22799c0 100644 Binary files a/dwm.o and b/dwm.o differ