couzteau / SpellCheck

A spell checker for Adobe Brackets
30 stars 11 forks source link

Highlight color incompatible with dark themes #14

Closed dchiner closed 9 years ago

dchiner commented 9 years ago

Please, add a highlight color compatible with dark themes. The current yellow color makes white text quite invisible. Thank you very much (:

yellow

andrewcio commented 9 years ago

I edited the styles of the plugin ...\Brackets\extensions\user\spell-check\styles.css so that span.underline had a background-color: rgba(255, 255, 0, 0.5);

Works great with the stripper theme. Don't know how well it will work for lighter themes, but you could simply find a color that suits your needs and replace the yellow with that.

dchiner commented 9 years ago

I edited the styles of the plugin ...\Brackets\extensions\user\spell-check\styles.css so that span.underline had a background-color: rgba(255, 255, 0, 0.5);

Thanks andrewcio, it works fine (: