diff options
Diffstat (limited to 'colors.c')
-rw-r--r-- | colors.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -24,9 +24,12 @@ static ColorName const color_names[] = { {COLOR_MENU_BACKDROP, "menu-backdrop"}, {COLOR_MENU_BG, "menu-bg"}, {COLOR_MENU_HL, "menu-hl"}, - {COLOR_ERROR_TEXT, "error-text"}, {COLOR_ERROR_BG, "error-bg"}, {COLOR_ERROR_BORDER, "error-border"}, + {COLOR_INFO_BG, "info-bg"}, + {COLOR_INFO_BORDER, "info-border"}, + {COLOR_WARNING_BG, "warning-bg"}, + {COLOR_WARNING_BORDER, "warning-border"}, {COLOR_ACTIVE_TAB_HL, "active-tab-hl"}, {COLOR_SELECTED_TAB_HL, "selected-tab-hl"}, {COLOR_FIND_HL, "find-hl"}, |