summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/irc/irc.h')
-rw-r--r--src/plugins/irc/irc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/irc/irc.h b/src/plugins/irc/irc.h
index 4702f6e1f..14b75a6f9 100644
--- a/src/plugins/irc/irc.h
+++ b/src/plugins/irc/irc.h
@@ -58,6 +58,11 @@
#define IRC_COLOR_NICKLIST_PREFIX3 weechat_color("nicklist_prefix3")
#define IRC_COLOR_NICKLIST_PREFIX4 weechat_color("nicklist_prefix4")
#define IRC_COLOR_NICKLIST_PREFIX5 weechat_color("nicklist_prefix5")
+#define IRC_COLOR_BAR_FG weechat_color("bar_fg")
+#define IRC_COLOR_BAR_BG weechat_color("bar_bg")
+#define IRC_COLOR_BAR_DELIM weechat_color("bar_delim")
+#define IRC_COLOR_STATUS_NUMBER weechat_color("status_number")
+#define IRC_COLOR_STATUS_NAME weechat_color("status_name")
extern struct t_weechat_plugin *weechat_irc_plugin;
extern struct t_hook *irc_hook_timer_check_away;