summaryrefslogtreecommitdiff
path: root/colors.h
diff options
context:
space:
mode:
Diffstat (limited to 'colors.h')
-rw-r--r--colors.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/colors.h b/colors.h
index 5f9f330..0c8b1ea 100644
--- a/colors.h
+++ b/colors.h
@@ -24,6 +24,8 @@ typedef enum {
COLOR_ACTIVE_TAB_HL,
COLOR_SELECTED_TAB_HL,
COLOR_FIND_HL,
+
+ COLOR_AUTOCOMPLETE_BORDER,
COLOR_YES,
COLOR_NO,
@@ -82,6 +84,7 @@ static ColorName const color_names[] = {
{COLOR_STRING, "string"},
{COLOR_CHARACTER, "character"},
{COLOR_CONSTANT, "constant"},
+ {COLOR_AUTOCOMPLETE_BORDER, "autocomplete-border"},
{COLOR_YES, "yes"},
{COLOR_NO, "no"},
{COLOR_CANCEL, "cancel"},