This commit is contained in:
ray 2019-06-01 18:50:29 +01:00
commit 041c6fe6cf
6 changed files with 171 additions and 9 deletions

View file

@ -21,14 +21,16 @@ static const char *colorname[] = {
[14] = "#489fd7", /* cyan */
[15] = "#d3ccea", /* white */
[255] = 0,
/* special colors */
[256] = "#000000", /* background */
[257] = "#797979", /* foreground */
[256] = "#c27dd9", /* foreground */
[257] = "#111012", /* background */
};
/*
* Default colors (colorname index)
* foreground, background, cursor
* foreground, background, cursor,
*/
static unsigned int defaultfg = 257;
static unsigned int defaultbg = 256;