diff options
author | pommicket <pommicket@gmail.com> | 2022-12-22 22:56:18 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-22 22:56:18 -0500 |
commit | b9ac4215ef8d02ad6da257315891c408bc395165 (patch) | |
tree | 3b7297102da65890944989f730dd1217c6931f7c /colors.h | |
parent | 266af5ed551765ca22cb90819f570ff9371e279b (diff) |
start capabilities
Diffstat (limited to 'colors.h')
-rw-r--r-- | colors.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,7 @@ typedef enum { COLOR_FIND_HL, COLOR_AUTOCOMPLETE_BG, + COLOR_AUTOCOMPLETE_HL, COLOR_AUTOCOMPLETE_BORDER, COLOR_AUTOCOMPLETE_FUNCTION, COLOR_AUTOCOMPLETE_VARIABLE, @@ -89,6 +90,7 @@ static ColorName const color_names[] = { {COLOR_CHARACTER, "character"}, {COLOR_CONSTANT, "constant"}, {COLOR_AUTOCOMPLETE_BG, "autocomplete-bg"}, + {COLOR_AUTOCOMPLETE_HL, "autocomplete-hl"}, {COLOR_AUTOCOMPLETE_BORDER, "autocomplete-border"}, {COLOR_AUTOCOMPLETE_VARIABLE, "autocomplete-variable"}, {COLOR_AUTOCOMPLETE_FUNCTION, "autocomplete-function"}, |