bblanchon / SublimeText-HighlightBuildErrors

👻 A plugin for Sublime Text 3 that highlights the lines that caused errors in the build
https://sublime.wbond.net/packages/Highlight%20Build%20Errors
MIT License
12 stars 7 forks source link

Carret disappears in highlighted line #4

Closed StJohn3D closed 9 years ago

StJohn3D commented 9 years ago

I'm using the solarizedToggle sublime package and in dark mode, the carrot/curser is the same color as the highlight color. And so effectively disappears. Now in the Solarized Light mode I can see the carrot just fine.

I think the carrot and build error colors are switching based on the theme. So I could try to track down the theme files and mess with them there.

But what I think would be a far better solution would to simply have a package setting where users can define their own custom build error highlight color.

bblanchon commented 9 years ago

OK, I'll add a package setting as soon as I can.

bblanchon commented 9 years ago

I added a setting file. For now the only setting if "error_color". The plugin should update automatically to version 1.2.0 through Package Control.

StJohn3D commented 9 years ago

Thanks! Package Control isn't showing any available updates yet. I'll check again later and try it out.