diff --git a/designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties b/designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties index 9cc0802a1c..f312588b0c 100644 --- a/designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties +++ b/designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties @@ -922,6 +922,10 @@ TextArea.border=com.fine.theme.light.ui.FineRoundBorder TextArea.margin = @componentMargin TextArea.background=$background.normal TextArea.height=$Component.defaultHeight +TextArea.selectionBackground=$color.brand4 +TextArea.selectionForeground=$text.white +TextArea.inactiveForeground=fade(@foreground, 29%) +TextArea.disabledBackground=$fill.disabled #---- TextComponent ---- @@ -937,6 +941,9 @@ TextField.border=com.fine.theme.light.ui.FineRoundBorder TextField.margin = @componentMargin TextField.background=$background.normal TextField.selectionBackground=$color.brand4 +TextField.selectionForeground=$text.white +TextField.inactiveForeground=fade(@foreground, 29%) +TextField.disabledBackground=$fill.disabled TextField.placeholderForeground = @disabledForeground TextField.iconTextGap = 4 TextField.height=$Component.defaultHeight