Colors.
This commit is contained in:
parent
f218fc6617
commit
fb95df00b8
@ -96,7 +96,7 @@ unsigned int tabspaces = 8;
|
||||
|
||||
/* Terminal colors (16 first used in escape sequence) */
|
||||
static const char *colorname[] = {
|
||||
"#161616",
|
||||
"#272822",
|
||||
"#fd4285",
|
||||
"#a6e22d",
|
||||
"#e5da72",
|
||||
@ -119,7 +119,7 @@ static const char *colorname[] = {
|
||||
"#272822", /* 256 -> background */
|
||||
"#c7c7c7", /* 257 -> foreground */
|
||||
"#c7c7c7", /* 258 -> cursor */
|
||||
"#161616", /* 259 -> cursor text */
|
||||
"#272822", /* 259 -> cursor text */
|
||||
};
|
||||
|
||||
|
||||
|
@ -6,7 +6,7 @@ cursor text: #feffff
|
||||
selection: #c1ddff
|
||||
selection text: #000000
|
||||
|
||||
color0: black: #161616
|
||||
color0: black: #272822 // #161616
|
||||
color1: red: #fd4285
|
||||
color2: green: #a6e22d
|
||||
color3: yellow: #e5da72
|
||||
|
Loading…
Reference in New Issue
Block a user