Reputation: 49
I found this question here on Stackoverflow: Change color/syntax highlighting for JSF/Facelets EL expressions in Eclipse
This question is 6 years old now.
Today I've tried to change the color for the stuff like that ${....} but I don't find any options in the preferences of Eclipse.
My question is now, is there still no options to change this kind of stuff or maybe I have tomatoes on my eyes ;-)
Thank you for your help =)
Upvotes: 1
Views: 233
Reputation: 291
You can (probably) change the color settings on any new eclipse. I personally have Eclipse Neon, but I used to have Mars, and it worked there as well (If it doesn't, just download Eclipse Neon. It's free and all your work will be saved anyways.). This is the path I took:
Click on Window --> Click on Preferences --> Click on Java--> Click on Editor --> Click on Property Files Editor.
Ta-da!!! Now you can change all the things you want to change. The reason my screen is black is because I downloaded the "Dark" theme on my computer. I hope it works on yours! Enjoy!
Upvotes: 1