mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 19:53:13 +02:00
fset: change default value of option fset.color.value_selected from 80 to 159 (issue #1920)
This commit is contained in:
@@ -1105,7 +1105,7 @@ fset_config_init ()
|
||||
fset_config_file, fset_config_section_color,
|
||||
"value_selected", "color",
|
||||
N_("color for value on the selected line"),
|
||||
NULL, 0, 0, "80", NULL, 0,
|
||||
NULL, 0, 0, "159", NULL, 0,
|
||||
NULL, NULL, NULL,
|
||||
&fset_config_change_color_cb, NULL, NULL,
|
||||
NULL, NULL, NULL);
|
||||
|
||||
Reference in New Issue
Block a user