frankyonnetti / gravity-sublime-theme

A Sublime Text theme that feels right at home on macOS
https://frankyonnetti.github.io/gravity-sublime-theme/
396 stars 26 forks source link

Reverse Gravity - quick open focused item path highlight is unreadable #59

Closed dndrsn closed 4 years ago

dndrsn commented 4 years ago

Reverse Gravity uses the same white color to highlight matches in the file path for the quick launch for the focused item. It's very hard to read agains the light gray background.

image

It uses a darker gray for the non-focused items.

dndrsn commented 4 years ago

FWIW, I did a local override of line 604 the theme file:

        "selected_match_fg": [96, 96, 96]

to get this: image

frankyonnetti commented 4 years ago

Thanks @dndrsn for the find and details on the fix. I updated the theme and pushed it to a new tag release.