diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-10-03 09:37:25 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-10-03 09:37:25 +0000 |
commit | eea49832eaf63ef03a0326cd0279bd3cce186c7b (patch) | |
tree | d5dc0c1c3f5095936cc24fc7be39def601be21d8 /src/common/weeconfig.c | |
parent | 16389e0728e7b8127b8c971a64adfcd30fd081a9 (diff) | |
download | weechat-eea49832eaf63ef03a0326cd0279bd3cce186c7b.zip |
Changed default color for delimiters in input window (from cyan to lightgreen)
Diffstat (limited to 'src/common/weeconfig.c')
-rw-r--r-- | src/common/weeconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/weeconfig.c b/src/common/weeconfig.c index 3793793d0..1840c3951 100644 --- a/src/common/weeconfig.c +++ b/src/common/weeconfig.c @@ -400,7 +400,7 @@ t_config_option weechat_options_colors[] = { "col_input_delimiters", N_("color for input text (delimiters)"), N_("color for input text (delimiters)"), OPTION_TYPE_COLOR, 0, 0, 0, - "cyan", NULL, &cfg_col_input_delimiters, NULL, &config_change_color }, + "lightgreen", NULL, &cfg_col_input_delimiters, NULL, &config_change_color }, { "col_input_bg", N_("background for input window"), N_("background for input window"), OPTION_TYPE_COLOR, 0, 0, 0, |