diff --git a/config.h b/config.h index d65519b..a881e58 100644 --- a/config.h +++ b/config.h @@ -97,23 +97,23 @@ unsigned int tabspaces = 8; static const char *colorname[] = { /* 8 normal colors */ [0] = "#1d2021", /* hard contrast: #1d2021 / soft contrast: #32302f */ - [1] = "#cc241d", /* red */ - [2] = "#98971a", /* green */ - [3] = "#d79921", /* yellow */ - [4] = "#458588", /* blue */ - [5] = "#b16286", /* magenta */ - [6] = "#689d6a", /* cyan */ - [7] = "#a89984", /* white */ + [1] = "#ea6962", /* red */ + [2] = "#a9b665", /* green */ + [3] = "#d8a657", /* yellow */ + [4] = "#7daea3", /* blue */ + [5] = "#d3869b", /* magenta */ + [6] = "#89b482", /* cyan */ + [7] = "#d4be98", /* white */ /* 8 bright colors */ [8] = "#928374", /* black */ - [9] = "#fb4934", /* red */ - [10] = "#b8bb26", /* green */ - [11] = "#fabd2f", /* yellow */ - [12] = "#83a598", /* blue */ + [9] = "#ea6962", /* red */ + [10] = "#a9b665", /* green */ + [11] = "#d8a657", /* yellow */ + [12] = "#7daea3", /* blue */ [13] = "#d3869b", /* magenta */ - [14] = "#8ec07c", /* cyan */ - [15] = "#ebdbb2", /* white */ + [14] = "#89b482", /* cyan */ + [15] = "#d4be98", /* white */ };