Closed smlombardi closed 8 years ago
By accent color do you mean one of red, blue, green, etc.?
I can increase the brightness of the underline, but I would like to keep it neutral as everyone has different preferences.
If you're using the Sublime Text Bracket Highlighter plugin, you can set the tag underline color manually in the settings.
For example:
If you want the underline color to match the tag color (blue), find the scope currently coloring the html tag (entity.name.tag
) and add it to your Bracket Highlighter > Bracket Settings — User
file like so:
"bracket_styles": {
"tag": {
"color": "entity.name.tag"
}
}
I see. I'll try that.
I don't mind neutral, but they're a little hard to pick out. I wouldn't want some hideous color, though. I agree it would ruin the beautiful look of the theme.
I have bumped the bracket highlight colors up from fg4
to fg3
-- a subtle increase but makes the highlight more visible.
If you desire other colors I definitely suggest overriding the Bracket Highlighter settings.
These changes will make it into the next release in a couple days.
Sweet, thanks.
It would be nice if the bracket highlighter underlines (see image, under the
span
tags) were in a brighter Gruvbox color. like the accent color. Or am I missing something?