Briles / gruvbox

🎨 Sublime Text themes & color schemes with pastel 'retro groove' colors
MIT License
272 stars 8 forks source link

Bracket Highlighter colors? #4

Closed smlombardi closed 8 years ago

smlombardi commented 8 years ago

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?

screen shot 2016-04-04 at 3 06 20 pm

Briles commented 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"
        }
}
smlombardi commented 8 years ago

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.

Briles commented 8 years ago

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.

untitled-1

smlombardi commented 8 years ago

Sweet, thanks.