Adjust color scheme

This commit is contained in:
Hektor Misplon
2020-11-01 15:14:40 +01:00
parent ed547bf316
commit 07cf7cd7a3
5 changed files with 46 additions and 45 deletions

View File

@@ -83,7 +83,7 @@ unsigned int tabspaces = 8;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
"#1c1c1c", /*black*/
"#111111", /*black*/
"#ac4142", /*r*/
"#90a959", /*g*/
"#f4bf75", /*y*/
@@ -92,7 +92,7 @@ static const char *colorname[] = {
"#75b5aa", /*c*/
"#ccc", /*white*/
"#1c1c1c", /*black*/
"#111111", /*black*/
"#ac4142", /*r*/
"#90a959", /*g*/
"#f4bf75", /*y*/
@@ -102,7 +102,7 @@ static const char *colorname[] = {
"#ccc", /*white*/
[255] = 0,
[256] = "#1c1c1c", /* background */
[256] = "#111111", /* background */
[257] = "#d0d0d0", /* foreground */
};