diff options
author | pommicket <pommicket@gmail.com> | 2023-01-03 12:25:58 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-03 12:26:09 -0500 |
commit | 1c74c64c6429ebc3720e519cfb155b0a914e1c24 (patch) | |
tree | 75a4ccb9cfdb7e023ed19aa45b3f791d9a1dc9be /colors.c | |
parent | 7428d8a59298d6a7e45cfdbfa937a770393aaa1c (diff) |
different types of messages
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"}, |