changing colors

This commit is contained in:
TiynGER 2020-03-29 15:05:49 +02:00
parent 2fb664516e
commit b1384f6c04
1 changed files with 16 additions and 16 deletions

View File

@ -89,22 +89,22 @@ float alpha = 0.92;
/* 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 */
"#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */ "#1f1f1f", /* hard contrast: #1d2021 / soft contrast: #32302f */
"#cc241d", "#f81118",
"#98971a", "#2dc55e",
"#d79921", "#ecba0f",
"#458588", "#2a84d2",
"#b16286", "#4e5ab7",
"#689d6a", "#1081d6",
"#a89984", "#d6dbe5",
"#928374", "#d6dbe5",
"#fb4934", "#de352e",
"#b8bb26", "#1dd361",
"#fabd2f", "#f3bd09",
"#83a598", "#1081d6",
"#d3869b", "#5350b9",
"#8ec07c", "#0f7ddb",
"#ebdbb2", "#ffffff",
[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 */
"#282828", /* 256 -> bg */ "#282828", /* 256 -> bg */