diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-04 12:48:06 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-04 12:48:06 +0200 |
commit | f22b0311b9fd5b771cdd9b533355427b8bd7ca2e (patch) | |
tree | 5cfc5ac615fef0c25039bdc31b0afd469c09b596 /src/core/wee-config.c | |
parent | 390443112c6432543d63b77d6ad1d8028653f818 (diff) | |
download | weechat-f22b0311b9fd5b771cdd9b533355427b8bd7ca2e.zip |
core: change colors of example in /help weechat.look.buffer_time_format
Diffstat (limited to 'src/core/wee-config.c')
-rw-r--r-- | src/core/wee-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |