This is as instructed by the gedit theme (with the edits as above) because the current_line sets background to #edeceb but when the cursor gets to the the brace, the background is set by the brace_good/brace_bad to #fff, I'm not sure thats #ffffff or #f0f0f0 :-S but its different to #edeceb.

That was the problem!
In gedit.conf, that is located in .config/geany/colorschemes/, I set
current_line=#000;#edeceb;true
to:
current_line=#000;#fff;true
In gedit.conf I set the brace_good=-value and the brace_bad=-value like the default=-vaule of gedit.conf, so these are my further settings:
brace_good=#000;#fff;false;false
brace_bad=#000;#fff;false;false
I set the Font to Monospace Regular size 27 to verify the issue.
I closed Geany, I opened Geany and I checked if Monospace Regular size 27 is active and if the color scheme Gedit is active. Then I made the tests. Now the issue does not appear any more in all zoom sizes.

Thank you so much for your help.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/3555/1966199689@github.com>