enturn / brackets-quick-search

Notepad++ style smart highlighting extension for Brackets editor.
36 stars 11 forks source link

Highlight color inappropriate for some themes #8

Closed dmreagan closed 10 years ago

dmreagan commented 10 years ago

When using some themes such as Mbo from https://github.com/Jacse/themes-for-brackets, the highlight color and border match the theme poorly.

enturn commented 10 years ago

Hi, I don't actually choose any of the colors. I use the 'find-highlighting' css class and 'CodeMirror-searching' css class, same as the internal search does. These can be modified by the theme. If you go to the extensions folder and open '/themesforbrackets/themes/mbo.css' you can comment out or change 'div.CodeMirror span.CodeMirror-searching' and 'div.CodeMirror span.cm-matchhighlight.CodeMirror-searching.CodeMirror-selectedtext' parts to be how you would like them.

Cheers, Nathan

rdrwoodall commented 8 years ago

Did a search for '.CodeMirror-searching' and updated the color for my theme's 'theme.less' file (dark material theme 2). Worked like a charm @enturn.

Thanks! Robert