aziz / BetterFindBuffer

Adds a couple of missing features to SublimeText 3 Find Results buffer
MIT License
107 stars 31 forks source link

inherit colours from theme #4

Open leemhenson opened 10 years ago

leemhenson commented 10 years ago

rather than having to manually specify colour codes in a settings file, is it possible to inherit the current theme's colours?

serkanyersen commented 10 years ago

:+1:

bstrahija commented 10 years ago

This would be great ;)

ph03 commented 10 years ago

Would also love to see this, especially for dark color schemes the bright search results are hard to read ^^

DannyNemer commented 10 years ago

I agree, this would be fantastic.

ctf0 commented 9 years ago

i believe the problem is the scope names that find-in-files use to highlight , and thats why u have to use the default then save it because most of the schemes found around won't have that much specific scopes for HL.

the other problem would be the file ext as if u directed to a simple tmtheme file it won't work because .hidden-tmTheme is what the plugin is looking for.

dortamiguel commented 3 years ago

this will be nice