update colors

This commit is contained in:
Akbar Rahman 2021-04-05 16:32:20 +01:00
parent 3ca1fbf41f
commit b0af67bc9b

View File

@ -97,24 +97,24 @@ unsigned int tabspaces = 8;
static const char *colorname[] = {
/* 8 normal colors */
[0] = "#32302f", /* hard contrast: #1d2021 / soft contrast: #32302f */
[0] = "#fbf1c7", /* 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 */
[7] = "#ebdbb2", /* white */
/* 8 bright colors */
[8] = "#928374", /* black */
[8] = "#928374", /* gray */
[9] = "#fb4934", /* red */
[10] = "#b8bb26", /* green */
[11] = "#fabd2f", /* yellow */
[12] = "#83a598", /* blue */
[13] = "#d3869b", /* magenta */
[14] = "#8ec07c", /* cyan */
[15] = "#ebdbb2", /* white */
[15] = "#3c3836", /* white */
};
/*