How to change the color of Eclipse RCP view title bar?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can change the color with this is possible with the org.eclipse.ui.themes Extension-Point.
Here’s an example snippet
Setting the theme programmatically with IThemeManager, which is an object that contains references to usable
IThemeobjects and maintains a reference to the currently active theme. This theme will be used by the workbench to decorate tab folders and other controls where possible:Other details in thoses articles: