Decoupled all icons from hard coded opacity values.
Removed opacity from icons in contrast themes.
Fixed HighContrastLightTheme using the incorrect icon theme.
Fixed painting issues in NumberingPane.
Fixed tableheader foreground not being respected.
Added inactive focus glow color (for now this only applies to text fields as they are the only component with a focus border that have #setEditable).
Added light high contrast theme.
Added *.disabledText to globals.
Fixed incorrect disabled foreground for labels.
Adjusted radioButton baseline offset.
Adjusted some values for dark high contrast theme.
Fixed issue where the content near the border of a BorderlessSplitPane could not be interacted with if the divider was disabled.
Fixed issue where the preferred divider style would not survive a laf/theme change.
Fixed issue where the OverlayScrollPane would not have the correct layout after laf change.
Fixed issue where an non-opaque menubar would result with graphic creep.
Added back CheckBox.icon and RadioButton.icon with StateIcons that paint accordingly to the abstract button they target.
Moved opacity values to custom properties.
Renamed #getName to #getPrefix and added new #getName which returns a display value (also via #toString).
Added option to parse capacities with ThemedSVGIcon.
Added HighContrastDarkTheme.
Optimized some demos.
Added flag to avoid painting the shadow border if the tooltip is in a focusable windows (i.e. is susceptible to repaints).
New improved colour wheel implementation.
ColorChooser now works more reliable when switching between colour modes.
Added slimmer variant to the colour chooser.
Added PopupColorChooser that utilises the slim colour chooser and sits inside a tooltip.