From 757b4fe2393698a31be2db7d16ea294b794aa740 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sun, 4 Aug 2019 17:28:07 -0400 Subject: [PATCH] apply Invisibone theme --- config.def.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/config.def.h b/config.def.h index db29d20..3661aa7 100644 --- a/config.def.h +++ b/config.def.h @@ -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",