diff options
Diffstat (limited to 'colors.c')
-rw-r--r-- | colors.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ typedef struct { static ColorName color_names[] = { {COLOR_UNKNOWN, "unknown"}, {COLOR_TEXT, "text"}, - {COLOR_TEXT_SECONDARY, "text-secondary"}, {COLOR_BG, "bg"}, {COLOR_CURSOR, "cursor"}, {COLOR_CURSOR_ERROR, "cursor-error"}, |