summaryrefslogtreecommitdiff
path: root/colors.h
diff options
context:
space:
mode:
Diffstat (limited to 'colors.h')
-rw-r--r--colors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/colors.h b/colors.h
index a5139c7..e1f033c 100644
--- a/colors.h
+++ b/colors.h
@@ -21,6 +21,7 @@ ENUM_U16 {
COLOR_ERROR_BG,
COLOR_ERROR_BORDER,
COLOR_ACTIVE_TAB_HL,
+ COLOR_SELECTED_TAB_HL,
COLOR_FIND_HL,
COLOR_YES,
@@ -70,6 +71,7 @@ static ColorName const color_names[COLOR_COUNT] = {
{COLOR_ERROR_BG, "error-bg"},
{COLOR_ERROR_BORDER, "error-border"},
{COLOR_ACTIVE_TAB_HL, "active-tab-hl"},
+ {COLOR_SELECTED_TAB_HL, "selected-tab-hl"},
{COLOR_FIND_HL, "find-hl"},
{COLOR_KEYWORD, "keyword"},
{COLOR_BUILTIN, "builtin"},