bulenkov / Darcula

Darcula Look and Feel
Apache License 2.0
726 stars 114 forks source link

Black double curly braces in HTML files #16

Closed leftbit closed 1 year ago

leftbit commented 8 years ago

AngularJs requires double curly braces. Those are colored black making them very hard to spot.

curlybraces

To get a sensible color I changed Options->Fonts&Colors->Syntax->Languabe HTML->Expression Delimiters foreground from "black" to "Inherited". Guess this should be the default.

Nice work BTW. :)

AlexFalappa commented 8 years ago

@leftbit I think this is not the correct GitHub project to file your issue.

If you are speaking about NetBeans reopen the issue at https://github.com/Revivius/nb-darcula

leftbit commented 8 years ago

Hmmm... they definitely changed from green to black when applying Darcula. So for me it appeared to be related to this project. Cant't remember ever changing that option myself.

AlexFalappa commented 8 years ago

@leftbit this project is a Java Swing Look And Feel, you are probably speaking of AngularJS file editing inside the NetBeans IDE after installing the NetBeans Darcula plugin which is based indeed on this look and feel. The syntax highlighting color scheme is from the NetBeans plugin so I suggested to open the issue in that project. Anyway I've experienced a similar issue and it got solved by pressing the Reset button in the Fonts&Color tab in the Options dialog. Somehow on first installation the color scheme is not applied thoroughly.

leftbit commented 8 years ago

Thanks for the clarification. :)