MattDMo / Neon-color-scheme

A colorful bright-on-black color scheme for Sublime Text. Its aim is to make as many languages as possible look as good as possible. Includes extended support for Python, Ruby, Clojure, JavaScript/JSON, C/C++, diff, HTML/XML, Markdown, PHP, CSS/SCSS/SASS, GitGutter, Find In Files, PackageDev, Regex, SublimeLinter, and much more.
https://github.com/MattDMo/Neon-color-scheme
MIT License
174 stars 36 forks source link

Line Highlighting doesnt work on ST2, Linux Mint 15 #10

Closed ktaragorn closed 10 years ago

ktaragorn commented 10 years ago

Settings in question are

                                <key>lineHighlight</key>
                                <string>#2D2D2D00</string>

if i remove the trailing 00, it works. Is this a ST3 thing? I am surprised it lasted so long without being fixed..

Edit: ah the last byte is alpha! changing it back to 94 as it was in its prev version also works.

MattDMo commented 10 years ago

Hi Karthik, Thanks for the message! I've removed the alpha value completely, as ST doesn't seem to use it - it's a leftover from when Neon was just a TextMate theme. I don't use line highlighting personally, which is why I didn't notice it wasn't working. Along with this fix, I've also added some support for Find In Files highlighting, so I'll roll out a new release tonight.

Thanks for using Neon! Matt

ktaragorn commented 10 years ago

Ah, OK Thanks, will try it.