`colorschemes/solarized-light.conf` doesn't set `marker_search` to any value.
"Find All > Mark" matches are virtually impossible to see with the default
value.
See attached patch for a fix for solarized light.
Someone else reported the same issue with solarized light and several other
themes previously here:
https://github.com/geany/geany-themes/issues/25
--- a/colorschemes/solarized-light.conf 2025-07-10 00:00:00.000000000 +0000
+++ b/colorschemes/solarized-light.conf 2025-09-02 19:32:32.000000000 +0000
@@ -71,7 +71,7 @@
indent_guide=base1
caret=base03
marker_line=;
-marker_search=;
+marker_search=;base02
marker_mark=;
call_tips=base00;base3
white_space=indent_guide
_______________________________________________
Devel mailing list -- devel@lists.geany.org
To unsubscribe send an email to devel-le...@lists.geany.org