From f22b0311b9fd5b771cdd9b533355427b8bd7ca2e Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 4 Aug 2013 12:48:06 +0200 Subject: core: change colors of example in /help weechat.look.buffer_time_format --- src/core/wee-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/wee-config.c') diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 88f4cf881..a7218a0dd 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -1963,7 +1963,7 @@ config_weechat_init_options () "for date/time specifiers) (note: content is evaluated, so you can " "use colors with format \"${color:xxx}\", see /help eval); for " "example time using grayscale (requires support of 256 colors): " - "\"${color:251}%H${color:243}%M${color:238}%S\""), + "\"${color:252}%H${color:245}%M${color:240}%S\""), NULL, 0, 0, "%H:%M:%S", NULL, 0, NULL, NULL, &config_change_buffer_time_format, NULL, NULL, NULL); config_look_color_basic_force_bold = config_file_new_option ( weechat_config_file, ptr_section, -- cgit v1.2.3