Apply colorscheme
This commit is contained in:
parent
ff4fd8469b
commit
01802617da
32
config.def.h
32
config.def.h
|
@ -107,24 +107,24 @@ float alpha = 0.70;
|
||||||
/* 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 */
|
||||||
"black",
|
[0] = "#1d2021", /* black */
|
||||||
"red3",
|
[1] = "#dc322f", /* red */
|
||||||
"green3",
|
[2] = "#859900", /* green */
|
||||||
"yellow3",
|
[3] = "#b58900", /* yellow */
|
||||||
"blue2",
|
[4] = "#268bd2", /* blue */
|
||||||
"magenta3",
|
[5] = "#d33682", /* magenta */
|
||||||
"cyan3",
|
[6] = "#2aa198", /* cyan */
|
||||||
"gray90",
|
[7] = "#eee8d5", /* white */
|
||||||
|
|
||||||
/* 8 bright colors */
|
/* 8 bright colors */
|
||||||
"gray50",
|
[8] = "#928374", /* black */
|
||||||
"red",
|
[9] = "#cb4b16", /* red */
|
||||||
"green",
|
[10] = "#586e75", /* green */
|
||||||
"yellow",
|
[11] = "#657b83", /* yellow */
|
||||||
"#5c5cff",
|
[12] = "#839496", /* blue */
|
||||||
"magenta",
|
[13] = "#6c71c4", /* magenta */
|
||||||
"cyan",
|
[14] = "#93a1a1", /* cyan */
|
||||||
"white",
|
[15] = "#fdf6e3", /* white */
|
||||||
|
|
||||||
[255] = 0,
|
[255] = 0,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue