The reason for this change is that in my experience (mostly using Base16 Eighties Dark) has a insufficient contrast for the braces. It's really, really hard to spot them when working with code. In comparison, base0A allows for much easier spotting and following of braces. I've been using this for several months, and find it much better overall. I've tested this color change with other dark themes, and it doesn't seem to break anything in particular.
I would like to propose changing the color for
brace_good
in https://github.com/chriskempson/base16-builder/blob/master/templates/geany/dark.conf.erb frombase0B
tobase0A
.So https://github.com/chriskempson/base16-builder/blob/master/templates/geany/dark.conf.erb#L39 would now look like:
The reason for this change is that in my experience (mostly using
Base16 Eighties Dark
) has a insufficient contrast for the braces. It's really, really hard to spot them when working with code. In comparison,base0A
allows for much easier spotting and following of braces. I've been using this for several months, and find it much better overall. I've tested this color change with other dark themes, and it doesn't seem to break anything in particular.Any objections to proposing such a PR upstream?