diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-04 10:57:21 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-04 10:57:21 -0500 |
commit | 36673f1e78537de87ce58566f947a995e5897799 (patch) | |
tree | db4a265e26b5bbbcd09e975feb352a2574b783d4 /colors.h | |
parent | 5a207b62cebb4673eb3422001e8d9435fca9f545 (diff) |
highlight cursor line number
Diffstat (limited to 'colors.h')
-rw-r--r-- | colors.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,7 @@ ENUM_U16 { COLOR_CONSTANT, COLOR_LINE_NUMBERS, + COLOR_CURSOR_LINE_NUMBER, COLOR_LINE_NUMBERS_SEPARATOR, COLOR_COUNT @@ -72,6 +73,7 @@ static ColorName const color_names[COLOR_COUNT] = { {COLOR_NO, "no"}, {COLOR_CANCEL, "cancel"}, {COLOR_LINE_NUMBERS, "line-numbers"}, + {COLOR_CURSOR_LINE_NUMBER, "cursor-line-number"}, {COLOR_LINE_NUMBERS_SEPARATOR, "line-numbers-separator"}, }; |