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