geany / geany-themes

A collection of color schemes for Geany
Other
351 stars 123 forks source link

A few broken colour schemes that come with Geany 2.0 (comma instead of semicolon on brace_good line) #65

Closed that-ben closed 8 months ago

that-ben commented 8 months ago

Geany 2.0 comes with a few broken colour scheme templates. Look at the brace_good line in the following screenshot, you will see a typo where there's a comma instead of a semicolon:

282243403-bd321a08-adc3-461b-807a-145057b4bb9e

When I fix that line, it works properly and braces are highlighted, otherwise (by default) they're black on dark gray, so the highlighting is almost completely unnoticeable.

Please fix your schemes, the line should be reading:

brace_good=pro_orange;pro_selection_background;true;false

Make sure to also check the light scheme from the same name as it contains the same typo! ;-)

Issue initially raised over at Geany 2.0 GitHub: https://github.com/geany/geany-osx/issues/50#issuecomment-1806816745

techee commented 8 months ago

Fixed, thanks for reporting.