apply Invisibone theme

master
an 2019-08-04 17:28:07 -04:00
parent f5f33c5adf
commit 757b4fe239
1 changed files with 16 additions and 16 deletions

View File

@ -107,24 +107,24 @@ enum special_color_names {
/* 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 */
"#121417", "#303030",
"#760a1f", "#d370a3",
"#0aa941", "#6d9e3f",
"#947a05", "#b58858",
"#005ccc", "#6095c5",
"#6e0e8b", "#ac7bde",
"#005766", "#3ba275",
"#626c7f", "#cfcfcf",
/* 8 bright colors */ /* 8 bright colors */
"#282c34", "#686868",
"#ed254e", "#ffa7da",
"#71f79f", "#a3d572",
"#f9dc5c", "#efbd8b",
"#7cb7ff", "#98cbfe",
"#c74ded", "#e5b0ff",
"#00c1e4", "#75daa9",
"#dcdfe4", "#ffffff",
/* extra colors */ /* extra colors */
[AGW_SCOL_CS] = "#cccccc", [AGW_SCOL_CS] = "#cccccc",