diff options
author | pommicket <pommicket@gmail.com> | 2022-12-22 22:26:43 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-22 22:26:43 -0500 |
commit | a9db20abd189c0d619a49583918c2784528838f6 (patch) | |
tree | 4e7e1f31001b03302ac4d85fbaf87dff4078d14e /colors.h | |
parent | c58f2247a9f9aaea86e461c176e4757e4d17292f (diff) |
more exciting completion menu
Diffstat (limited to 'colors.h')
-rw-r--r-- | colors.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"}, |