From eea49832eaf63ef03a0326cd0279bd3cce186c7b Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 3 Oct 2005 09:37:25 +0000 Subject: Changed default color for delimiters in input window (from cyan to lightgreen) --- src/common/weeconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/weeconfig.c') 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, -- cgit v1.2.3