diff --git a/config.def.h b/config.def.h index 880d479..ba1ca67 100644 --- a/config.def.h +++ b/config.def.h @@ -103,31 +103,30 @@ unsigned int tabspaces = 4; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { - /* 8 normal colors */ - "#080808", // Black - "#A53C23", // Red - "#7B9246", // Green - "#D3A04D", // Yellow - "#6C99BB", // Blue - "#9F4E85", // Magenta - "#7DD6CF", // Cyan - "#989898", // Gray + [0] = "#323437", + [1] = "#ff5454", + [2] = "#8cc85f", + [3] = "#e3c78a", + [4] = "#80a0ff", + [5] = "#d183e8", + [6] = "#79dac8", + [7] = "#a1aab8", - /* 8 bright colors */ - "#080808", // Black - "#A53C23", // Red - "#7B9246", // Green - "#D3A04D", // Yellow - "#6C99BB", // Blue - "#9F4E85", // Magenta - "#7DD6CF", // Cyan - "#989898", // Gray + + [8] = "#7c8f8f", + [9] = "#ff5189", + [10] = "#36c692", + [11] = "#bfbf97", + [12] = "#74b2ff", + [13] = "#ae81ff", + [14] = "#85dc85", + [15] = "#e2637f", [255] = 0, - - /* more colors can be added after 255 to use with DefaultXX */ - "#989898", /* default foreground colour */ - "#080808", /* default background colour */ + [256] = "#282a36", + [257] = "#f8f8f2", + [258] = "#080808", + [259]= "#eeeeee", }; @@ -135,10 +134,10 @@ static const char *colorname[] = { * Default colors (colorname index) * foreground, background, cursor, reverse cursor */ -unsigned int defaultfg = 256; -unsigned int defaultbg = 257; -unsigned int defaultcs = 254; -static unsigned int defaultrcs = 255; +unsigned int defaultfg = 259; +unsigned int defaultbg = 258; +unsigned int defaultcs = 256; +static unsigned int defaultrcs = 257; /* * Default shape of cursor