update
This commit is contained in:
parent
8aab6a0cb0
commit
041c6fe6cf
6 changed files with 171 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue