Replies: 1 comment
-
Looks like it is here: https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/bundles/org.eclipse.ui.themes/css/light/e4-light_tabstyle.css#L37 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I'm currently working on a theme extension for Eclipse.
My problem is that the selected tabs (active or not) have white foreground color, and I want to change that. (see screenshot below)
❓Which CSS property defines that tab item foreground color?
I've tried
https://www.vogella.com/tutorials/Eclipse4CSS/article.html
and also checked the impl of class
org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering
.But I couldn't find the answer I was looking for.
Thanks in advance for any hint!
Ingo
Beta Was this translation helpful? Give feedback.
All reactions