Ticket #20086: OSM-FlatLaf-plugin-tabbedpane-selection.diff
| File OSM-FlatLaf-plugin-tabbedpane-selection.diff, 1.1 KB (added by , 5 years ago) |
|---|
-
src/org/openstreetmap/josm/plugins/flatlaf/FlatLightLaf.properties
1 # 2 # License: GPL. For details, see LICENSE file. 3 # 4 5 TabbedPane.selectedBackground=darken($TabbedPane.background,5%,derived) -
src/org/openstreetmap/josm/plugins/flatlaf/FlatDarkLaf.properties
2 2 # License: GPL. For details, see LICENSE file. 3 3 # 4 4 5 TabbedPane.selectedBackground=darken($TabbedPane.background,5%,derived noAutoInverse) 6 TabbedPane.hoverColor=darken($TabbedPane.background,7%,derived noAutoInverse) 7 8 5 9 #---- NamedColorProperty ---- 6 10 7 11 # AbstractTextComponentValidator
