I use the Eclipse theme of docking frame 1.1.2. I found how to change the Tab foreground and background, nevertheless I didn’t found how to change the Station background, i.e., the space behind the Tabs where the close Maximize and Minimize buttons are.
It seems that the color is inherited from the Java LookAndFeel background color but I don’t want to change this.
I found that this is an object of the StackDockStation class with a path “dock.background.station.stack”. Can I change the color using this path?
Not every Dockable is a child of a StackDockStation. But in the EclipseTheme every Dockable is a child of an EclipseTabPane. And there is a mechanism to replace the default painting code of the EclipseTabPane. So how about something like this?