How do I change the color of the focused file tabs bar? #5359
-
The right tab that contains the files opened is too dark in recent netbeans versions and I'd like to keep it at a ligher color or even the same color as when the code editor is not focused, as you can see on the screenshot I tried changing various properties but none of them worked. The unfocused tabs on the left side where you see "Projects", "Files" and "Services" is the type of color I'd like to have always even when focused. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If I remember rightly, you want to look at |
Beta Was this translation helpful? Give feedback.
If I remember rightly, you want to look at
EditorTab.activeBackground
. Or one of the properties around it - https://github.com/apache/netbeans/blob/master/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties#L39