diff --git a/config.def.h b/config.def.h index c5c9fb2..8b5ba0c 100644 --- a/config.def.h +++ b/config.def.h @@ -97,7 +97,7 @@ unsigned int tabspaces = 8; static const char *colorname[] = { /* 8 normal colors */ - [0] = "#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */ + [0] = "#32302f", /* hard contrast: #1d2021 / soft contrast: #32302f */ [1] = "#cc241d", /* red */ [2] = "#98971a", /* green */ [3] = "#d79921", /* yellow */