Might be related to or even a duplicate of geany/geany#885 but I could not figure it out. I'm new to Geany.
<img width="280" alt="Screenshot 2023-11-10 at 1 08 55 PM" src="https://github.com/geany/geany/assets/13210399/282df898-199e-4826-985b-dee5058c3167">
If it means anything, I'm currently using the "Kary Pro Colors - Bare Dark" scheme.
But isn't Geany OS agnostic?
Geany is, but system file layouts are not.
No, Geany uses GTK on all platforms, never the native dialogs.
In case its any help for you finding them colour schemes on Linux schemes are in `${PREFIX}/share/geany/colorschemes` or `${HOME}/.config/geany/colorschemes`.
Found this... progress?
<img width="1443" alt="Screenshot 2023-11-11 at 8 02 58 AM" src="https://github.com/geany/geany-osx/assets/13210399/10dce5fd-e4c3-49ab-aad4-32a5915567a0">
Now in the appropriate color scheme, I see these brace lines, what do you think I should
<img width="1488" alt="Screenshot 2023-11-11 at 8 03 44 AM" src="https://github.com/geany/geany-osx/assets/13210399/bd321a08-adc3-461b-807a-145057b4bb9e">
So I changed the line to just to make sure bright red is apparent enough, I saved the file, quit Geany, re-launched it and it's still the same as before. I also selected another color scheme, quit Geany, re-launched, selected the modified color scheme again, but it's still the same. brace_good=pro_orange,0xff0000;true;false
Found it. Geany 2.0 comes with broken color scheme templates. Look at the brace_good line, whoever made those bundled schemes typed a comma instead of a semicolon!
When I fix the broken scheme, it now works properly. If the Geany programmer sees this, the default line should be reading:
brace_good=pro_orange,pro_selection_background;true;false
Perhaps fix this in v2.0.1 ... in all the bundled color schemes! ;-)
The bundled colour schemes are from [this collection](https://github.com/geany/geany-themes). Note its a collection, not made, tested or guaranteed by Geany devs. You could try raising an issue there so it doesn't get lost, the colour scheme contributors don't neccessarily watch the code repo, or even better make a PR.
Thanks @elextr I raised the issue, so I guess this one here can be closed.
Closed #50 as completed.
github-comments@lists.geany.org