mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-14 07:47:12 -06:00
JIDE: support JideLabel to fix wrong text colors in dark themes
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#---- UI delegates ----
|
||||
|
||||
JideButtonUI = com.formdev.flatlaf.jideoss.ui.FlatJideButtonUI
|
||||
JideLabelUI = com.formdev.flatlaf.jideoss.ui.FlatJideLabelUI
|
||||
JidePopupMenuUI = com.formdev.flatlaf.jideoss.ui.FlatJidePopupMenuUI
|
||||
JideTabbedPaneUI = com.formdev.flatlaf.jideoss.ui.FlatJideTabbedPaneUI
|
||||
RangeSliderUI = com.formdev.flatlaf.jideoss.ui.FlatRangeSliderUI
|
||||
@@ -43,6 +44,13 @@ JideButton.highlight = $Button.selectedBackground
|
||||
Button.disabledForeground = $Button.disabledText
|
||||
|
||||
|
||||
#---- JideLabel ----
|
||||
|
||||
JideLabel.background = $Label.background
|
||||
JideLabel.foreground = $Label.foreground
|
||||
JideLabel.disabledForeground = $Label.disabledForeground
|
||||
|
||||
|
||||
#---- JidePopup ----
|
||||
|
||||
Resizable.resizeBorder = 4,4,4,4,$PopupMenu.borderColor
|
||||
|
||||
Reference in New Issue
Block a user