diff options
Diffstat (limited to 'src/gui/gui-color.h')
-rw-r--r-- | src/gui/gui-color.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/gui/gui-color.h b/src/gui/gui-color.h index 963f6e4d2..59c8ebc74 100644 --- a/src/gui/gui-color.h +++ b/src/gui/gui-color.h @@ -21,8 +21,12 @@ #define __WEECHAT_GUI_COLOR_H 1 /* - * Color from options - * (when changing something here, please update the Developer's guide) + * Color from configuration options. + * When changing some colors below: + * - always add to the end + * - never remove a color (mark it as obsolete if needed) + * - do not re-use an obsolete color + * - update the Developer's guide */ enum t_gui_color_enum @@ -70,6 +74,7 @@ enum t_gui_color_enum GUI_COLOR_CHAT_INACTIVE_WINDOW, GUI_COLOR_CHAT_INACTIVE_BUFFER, GUI_COLOR_CHAT_PREFIX_BUFFER_INACTIVE_BUFFER, + GUI_COLOR_CHAT_NICK_OFFLINE, /* number of colors */ GUI_COLOR_NUM_COLORS, |