From ed8a56cc65411b8d00e4a8a9366855ea101f2e27 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sat, 30 Jan 2021 13:55:24 -0500 Subject: better startup, informative message when nothing's open --- colors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'colors.h') diff --git a/colors.h b/colors.h index 60aeaf3..7945beb 100644 --- a/colors.h +++ b/colors.h @@ -2,6 +2,7 @@ ENUM_U16 { COLOR_UNKNOWN, COLOR_TEXT, + COLOR_TEXT_SECONDARY, COLOR_BG, COLOR_HL, COLOR_CURSOR, @@ -33,6 +34,7 @@ typedef struct { static ColorName const color_names[COLOR_COUNT] = { {COLOR_UNKNOWN, "unknown"}, {COLOR_TEXT, "text"}, + {COLOR_TEXT_SECONDARY, "text-secondary"}, {COLOR_BG, "bg"}, {COLOR_HL, "hl"}, {COLOR_CURSOR, "cursor"}, -- cgit v1.2.3