thehogfather / brackets-code-folding

Code folding extension for brackets IDE
134 stars 42 forks source link

Background color - "Highlight Active Line" #113

Closed Ezneh closed 9 years ago

Ezneh commented 9 years ago

Hello, I have found a small issue with your extension. As you can see on the attached image, the background-color doesn't fit the color of the main brackets theme on a selected line, with the option "Highlight Active Line" activated. This doesn't happen when the option is deactivated.

Also I don't know if it only happens with darker themes of Brackets or with all available themes. Maybe it has to be checked too.

brackets-folding

thehogfather commented 9 years ago

What theme are you using? It appears to be fine on the default brackets dark theme on my system.

Ezneh commented 9 years ago

The theme I am using right now is "Visual Studio Dark". Maybe the problem comes only from this theme, I will check with another one.

Edit : it seems fine with the "Fox-Dark" theme, so chances are the theme is not well suited for your extension. I might check it

Ezneh commented 9 years ago

Ok, just to let you know, I resolved the issue by tweaking a little bit the theme. Sorry for the inconvenience =)

thehogfather commented 9 years ago

Thanks. It might be worth sending a pull request to the Visual Studio theme - especially if it is just a matter of updating css.

Ezneh commented 9 years ago

Yes, you are right. I'll do it asap.