This commit is contained in:
Bartek Stalewski 2022-05-15 17:08:12 +02:00
parent f218fc6617
commit fb95df00b8
2 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,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[] = {
"#161616", "#272822",
"#fd4285", "#fd4285",
"#a6e22d", "#a6e22d",
"#e5da72", "#e5da72",
@ -119,7 +119,7 @@ static const char *colorname[] = {
"#272822", /* 256 -> background */ "#272822", /* 256 -> background */
"#c7c7c7", /* 257 -> foreground */ "#c7c7c7", /* 257 -> foreground */
"#c7c7c7", /* 258 -> cursor */ "#c7c7c7", /* 258 -> cursor */
"#161616", /* 259 -> cursor text */ "#272822", /* 259 -> cursor text */
}; };

View File

@ -6,7 +6,7 @@ cursor text: #feffff
selection: #c1ddff selection: #c1ddff
selection text: #000000 selection text: #000000
color0: black: #161616 color0: black: #272822 // #161616
color1: red: #fd4285 color1: red: #fd4285
color2: green: #a6e22d color2: green: #a6e22d
color3: yellow: #e5da72 color3: yellow: #e5da72