diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-24 11:48:54 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-24 11:48:54 -0500 |
commit | 94e09c98f3dbef3c041750cc019efbc29e9254e6 (patch) | |
tree | 50bc0bb82825eb495dbebc92478412972da78c45 /colors.h | |
parent | 4aa02183b7f317ca1183b4d3e58ec9da166479d6 (diff) |
start split
Diffstat (limited to 'colors.h')
-rw-r--r-- | colors.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"}, |