1
0
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:
Sébastien Helleu
2023-04-27 22:36:38 +02:00
parent 3ba2934dfa
commit bc5baf1f05
+1 -1
View File
@@ -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);