From bc5baf1f0503c1fc959c0a48d3164472212f5334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 27 Apr 2023 22:36:38 +0200 Subject: [PATCH] fset: change default value of option fset.color.value_selected from 80 to 159 (issue #1920) --- src/plugins/fset/fset-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/fset/fset-config.c b/src/plugins/fset/fset-config.c index 075f7778f..1086cef2c 100644 --- a/src/plugins/fset/fset-config.c +++ b/src/plugins/fset/fset-config.c @@ -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);