update colours#
This commit is contained in:
parent
6045d409b6
commit
b20a2b36f9
4
config.h
4
config.h
|
@ -85,7 +85,7 @@ unsigned int tabspaces = 8;
|
||||||
/* Terminal colors (16 first used in escape sequence) */
|
/* Terminal colors (16 first used in escape sequence) */
|
||||||
static const char *colorname[] = {
|
static const char *colorname[] = {
|
||||||
/* 8 normal colors */
|
/* 8 normal colors */
|
||||||
[0] = "#000000", /* black */
|
[0] = "#303630", /* black */
|
||||||
[1] = "#aa2e2e", /* red */
|
[1] = "#aa2e2e", /* red */
|
||||||
[2] = "#36a136", /* green */
|
[2] = "#36a136", /* green */
|
||||||
[3] = "#75ab75", /* yellow */
|
[3] = "#75ab75", /* yellow */
|
||||||
|
@ -108,7 +108,7 @@ static const char *colorname[] = {
|
||||||
|
|
||||||
/* more colors can be added after 255 to use with DefaultXX */
|
/* more colors can be added after 255 to use with DefaultXX */
|
||||||
[256] = "#1a1a1a", /* background */
|
[256] = "#1a1a1a", /* background */
|
||||||
[257] = "#00cc00", /* foreground */
|
[257] = "#6a6a6a", /* foreground */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue