Gray was too bright, changed it to be #989898
This commit is contained in:
parent
a83d5aad71
commit
096909c175
1 changed files with 3 additions and 3 deletions
|
|
@ -111,7 +111,7 @@ static const char *colorname[] = {
|
||||||
"#6C99BB", // Blue
|
"#6C99BB", // Blue
|
||||||
"#9F4E85", // Magenta
|
"#9F4E85", // Magenta
|
||||||
"#7DD6CF", // Cyan
|
"#7DD6CF", // Cyan
|
||||||
"#D0D0D0", // Gray
|
"#989898", // Gray
|
||||||
|
|
||||||
/* 8 bright colors */
|
/* 8 bright colors */
|
||||||
"#080808", // Black
|
"#080808", // Black
|
||||||
|
|
@ -121,12 +121,12 @@ static const char *colorname[] = {
|
||||||
"#6C99BB", // Blue
|
"#6C99BB", // Blue
|
||||||
"#9F4E85", // Magenta
|
"#9F4E85", // Magenta
|
||||||
"#7DD6CF", // Cyan
|
"#7DD6CF", // Cyan
|
||||||
"#D0D0D0", // Gray
|
"#989898", // Gray
|
||||||
|
|
||||||
[255] = 0,
|
[255] = 0,
|
||||||
|
|
||||||
/* more colors can be added after 255 to use with DefaultXX */
|
/* more colors can be added after 255 to use with DefaultXX */
|
||||||
"#D0D0D0", /* default foreground colour */
|
"#989898", /* default foreground colour */
|
||||||
"#080808", /* default background colour */
|
"#080808", /* default background colour */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue