summaryrefslogtreecommitdiff
path: root/colors.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-07 22:57:34 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-07 22:57:34 -0500
commitaca791a675c608c7a19a6bd9098255e95faec94d (patch)
tree869493f4361dcedaf70751c34571597298a056bf /colors.h
parentb0506f2a667d0c1f4bddf7429068a4ee2042c039 (diff)
highlight search results
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 c37240a..1512aef 100644
--- a/colors.h
+++ b/colors.h
@@ -18,6 +18,7 @@ ENUM_U16 {
COLOR_ERROR_BG,
COLOR_ERROR_BORDER,
COLOR_ACTIVE_TAB_HL,
+ COLOR_FIND_HL,
COLOR_YES,
COLOR_NO,
@@ -62,6 +63,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_FIND_HL, "find-hl"},
{COLOR_KEYWORD, "keyword"},
{COLOR_BUILTIN, "builtin"},
{COLOR_COMMENT, "comment"},