diff options
author | pommicket <pommicket@gmail.com> | 2023-03-04 18:48:22 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-03-04 18:48:22 -0500 |
commit | 8a13f9fa37b5401c836e0ce8674cee5255512d5e (patch) | |
tree | fce7438f610e0c1c44b35763b756e62c3b5f2dc9 /colors.c | |
parent | a8ecd337a1714653710d69a9fcaea8b354ffded8 (diff) |
new light style
also highlighting of POSIX types
Diffstat (limited to 'colors.c')
-rw-r--r-- | colors.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ static ColorName color_names[] = { {COLOR_TEXT, "text"}, {COLOR_TEXT_SECONDARY, "text-secondary"}, {COLOR_BG, "bg"}, - {COLOR_HL, "hl"}, {COLOR_CURSOR, "cursor"}, {COLOR_CURSOR_ERROR, "cursor-error"}, {COLOR_CURSOR_LINE_BG, "cursor-line-bg"}, |