diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarculaLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarculaLaf.properties index 210bb6c3..7c99659b 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarculaLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarculaLaf.properties @@ -20,23 +20,23 @@ #---- Button ---- -Button.default.boldText=true +Button.default.boldText = true #---- Component ---- -Component.focusWidth=2 -Component.innerFocusWidth=0 -Component.innerOutlineWidth=0 -Component.arrowType=triangle +Component.focusWidth = 2 +Component.innerFocusWidth = 0 +Component.innerOutlineWidth = 0 +Component.arrowType = triangle #---- ProgressBar ---- -ProgressBar.foreground=#a0a0a0 -ProgressBar.selectionForeground=@background +ProgressBar.foreground = #a0a0a0 +ProgressBar.selectionForeground = @background #---- RadioButton ---- -RadioButton.icon.centerDiameter=5 +RadioButton.icon.centerDiameter = 5 diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties index 333b4a7b..bdd60937 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties @@ -20,291 +20,291 @@ #---- variables ---- -@background=#3c3f41 -@foreground=#bbb -@selectionBackground=#4B6EAF -@selectionForeground=@foreground -@selectionInactiveBackground=#0D293E -@selectionInactiveForeground=@foreground -@disabledText=#888 -@textComponentBackground=#45494A -@menuBackground=darken(@background,5%) -@menuHoverBackground=lighten(@menuBackground,10%,derived) -@menuCheckBackground=darken(@selectionBackground,10%) -@menuAcceleratorForeground=darken(@foreground,15%) -@menuAcceleratorSelectionForeground=@selectionForeground -@cellFocusColor=#000 -@icon=#adadad +@background = #3c3f41 +@foreground = #bbb +@selectionBackground = #4B6EAF +@selectionForeground = @foreground +@selectionInactiveBackground = #0D293E +@selectionInactiveForeground = @foreground +@disabledText = #888 +@textComponentBackground = #45494A +@menuBackground = darken(@background,5%) +@menuHoverBackground = lighten(@menuBackground,10%,derived) +@menuCheckBackground = darken(@selectionBackground,10%) +@menuAcceleratorForeground = darken(@foreground,15%) +@menuAcceleratorSelectionForeground = @selectionForeground +@cellFocusColor = #000 +@icon = #adadad # Drop (use lazy colors for IntelliJ platform themes, which usually do not specify these colors) -@dropCellBackground=darken(List.selectionBackground,10%,lazy) -@dropCellForeground=lazy(List.selectionForeground) -@dropLineColor=lighten(List.selectionBackground,10%,lazy) -@dropLineShortColor=lighten(List.selectionBackground,30%,lazy) +@dropCellBackground = darken(List.selectionBackground,10%,lazy) +@dropCellForeground = lazy(List.selectionForeground) +@dropLineColor = lighten(List.selectionBackground,10%,lazy) +@dropLineShortColor = lighten(List.selectionBackground,30%,lazy) #---- system colors ---- -activeCaption=#434E60 -inactiveCaption=#393C3D -controlHighlight=darken($controlShadow,20%) -controlLtHighlight=darken($controlShadow,25%) -controlDkShadow=lighten($controlShadow,10%) +activeCaption = #434E60 +inactiveCaption = #393C3D +controlHighlight = darken($controlShadow,20%) +controlLtHighlight = darken($controlShadow,25%) +controlDkShadow = lighten($controlShadow,10%) #---- Button ---- -Button.background=#4c5052 -Button.hoverBackground=lighten($Button.background,3%,derived) -Button.pressedBackground=lighten($Button.background,6%,derived) -Button.selectedBackground=lighten($Button.background,10%,derived) -Button.selectedForeground=@foreground -Button.disabledSelectedBackground=lighten($Button.background,3%,derived) +Button.background = #4c5052 +Button.hoverBackground = lighten($Button.background,3%,derived) +Button.pressedBackground = lighten($Button.background,6%,derived) +Button.selectedBackground = lighten($Button.background,10%,derived) +Button.selectedForeground = @foreground +Button.disabledSelectedBackground = lighten($Button.background,3%,derived) -Button.borderColor=#5e6060 -Button.disabledBorderColor=#5e6060 -Button.focusedBorderColor=#466d94 -Button.hoverBorderColor=$Button.focusedBorderColor +Button.borderColor = #5e6060 +Button.disabledBorderColor = #5e6060 +Button.focusedBorderColor = #466d94 +Button.hoverBorderColor = $Button.focusedBorderColor -Button.default.background=#365880 -Button.default.foreground=#bbb -Button.default.hoverBackground=lighten($Button.default.background,3%,derived) -Button.default.pressedBackground=lighten($Button.default.background,6%,derived) -Button.default.borderColor=#4c708c -Button.default.hoverBorderColor=#537699 -Button.default.focusedBorderColor=#537699 -Button.default.focusColor=#43688c -Button.default.boldText=true +Button.default.background = #365880 +Button.default.foreground = #bbb +Button.default.hoverBackground = lighten($Button.default.background,3%,derived) +Button.default.pressedBackground = lighten($Button.default.background,6%,derived) +Button.default.borderColor = #4c708c +Button.default.hoverBorderColor = #537699 +Button.default.focusedBorderColor = #537699 +Button.default.focusColor = #43688c +Button.default.boldText = true -Button.toolbar.hoverBackground=lighten($Button.background,1%,derived) -Button.toolbar.pressedBackground=lighten($Button.background,4%,derived) -Button.toolbar.selectedBackground=lighten($Button.background,7%,derived) +Button.toolbar.hoverBackground = lighten($Button.background,1%,derived) +Button.toolbar.pressedBackground = lighten($Button.background,4%,derived) +Button.toolbar.selectedBackground = lighten($Button.background,7%,derived) #---- CheckBox ---- # enabled -CheckBox.icon.borderColor=#6B6B6B -CheckBox.icon.background=#43494A -CheckBox.icon.selectedBorderColor=$CheckBox.icon.borderColor -CheckBox.icon.selectedBackground=$CheckBox.icon.background -CheckBox.icon.checkmarkColor=#A7A7A7 +CheckBox.icon.borderColor = #6B6B6B +CheckBox.icon.background = #43494A +CheckBox.icon.selectedBorderColor = $CheckBox.icon.borderColor +CheckBox.icon.selectedBackground = $CheckBox.icon.background +CheckBox.icon.checkmarkColor = #A7A7A7 # disabled -CheckBox.icon.disabledBorderColor=#545556 -CheckBox.icon.disabledBackground=@background -CheckBox.icon.disabledCheckmarkColor=#606060 +CheckBox.icon.disabledBorderColor = #545556 +CheckBox.icon.disabledBackground = @background +CheckBox.icon.disabledCheckmarkColor = #606060 # focused -CheckBox.icon.focusedBorderColor=#466D94 -CheckBox.icon.selectedFocusedBorderColor=#466D94 +CheckBox.icon.focusedBorderColor = #466D94 +CheckBox.icon.selectedFocusedBorderColor = #466D94 # hover -CheckBox.icon.hoverBorderColor=$CheckBox.icon.focusedBorderColor -CheckBox.icon.hoverBackground=lighten($CheckBox.icon.background,3%,derived) +CheckBox.icon.hoverBorderColor = $CheckBox.icon.focusedBorderColor +CheckBox.icon.hoverBackground = lighten($CheckBox.icon.background,3%,derived) # pressed -CheckBox.icon.pressedBackground=lighten($CheckBox.icon.background,6%,derived) +CheckBox.icon.pressedBackground = lighten($CheckBox.icon.background,6%,derived) -# used if CheckBox.icon.style=filled +# used if CheckBox.icon.style = filled # enabled -CheckBox.icon[filled].selectedBorderColor=$CheckBox.icon.checkmarkColor -CheckBox.icon[filled].selectedBackground=$CheckBox.icon.checkmarkColor -CheckBox.icon[filled].checkmarkColor=$CheckBox.icon.background +CheckBox.icon[filled].selectedBorderColor = $CheckBox.icon.checkmarkColor +CheckBox.icon[filled].selectedBackground = $CheckBox.icon.checkmarkColor +CheckBox.icon[filled].checkmarkColor = $CheckBox.icon.background # hover -CheckBox.icon[filled].selectedHoverBackground=darken($CheckBox.icon[filled].selectedBackground,3%) +CheckBox.icon[filled].selectedHoverBackground = darken($CheckBox.icon[filled].selectedBackground,3%) # pressed -CheckBox.icon[filled].selectedPressedBackground=darken($CheckBox.icon[filled].selectedBackground,6%) +CheckBox.icon[filled].selectedPressedBackground = darken($CheckBox.icon[filled].selectedBackground,6%) #---- ComboBox ---- -ComboBox.buttonEditableBackground=#404445 -ComboBox.buttonArrowColor=#9A9DA1 -ComboBox.buttonDisabledArrowColor=darken($ComboBox.buttonArrowColor,25%) -ComboBox.buttonHoverArrowColor=lighten($ComboBox.buttonArrowColor,10%,derived noAutoInverse) -ComboBox.buttonPressedArrowColor=lighten($ComboBox.buttonArrowColor,20%,derived noAutoInverse) +ComboBox.buttonEditableBackground = #404445 +ComboBox.buttonArrowColor = #9A9DA1 +ComboBox.buttonDisabledArrowColor = darken($ComboBox.buttonArrowColor,25%) +ComboBox.buttonHoverArrowColor = lighten($ComboBox.buttonArrowColor,10%,derived noAutoInverse) +ComboBox.buttonPressedArrowColor = lighten($ComboBox.buttonArrowColor,20%,derived noAutoInverse) #---- Component ---- -Component.borderColor=#646464 -Component.disabledBorderColor=#646464 -Component.focusedBorderColor=#466d94 -Component.focusColor=#3d6185 -Component.linkColor=#589df6 -Component.grayFilter=-20,-70,100 +Component.borderColor = #646464 +Component.disabledBorderColor = #646464 +Component.focusedBorderColor = #466d94 +Component.focusColor = #3d6185 +Component.linkColor = #589df6 +Component.grayFilter = -20,-70,100 -Component.error.borderColor=desaturate($Component.error.focusedBorderColor,25%) -Component.error.focusedBorderColor=#8b3c3c -Component.warning.borderColor=darken(desaturate($Component.warning.focusedBorderColor,20%),10%) -Component.warning.focusedBorderColor=#ac7920 -Component.custom.borderColor=desaturate(#f00,50%,relative derived noAutoInverse) +Component.error.borderColor = desaturate($Component.error.focusedBorderColor,25%) +Component.error.focusedBorderColor = #8b3c3c +Component.warning.borderColor = darken(desaturate($Component.warning.focusedBorderColor,20%),10%) +Component.warning.focusedBorderColor = #ac7920 +Component.custom.borderColor = desaturate(#f00,50%,relative derived noAutoInverse) #---- Desktop ---- -Desktop.background=#3E434C +Desktop.background = #3E434C #---- DesktopIcon ---- -DesktopIcon.background=lighten($Desktop.background,10%) +DesktopIcon.background = lighten($Desktop.background,10%) #---- InternalFrame ---- -InternalFrame.activeTitleBackground=darken(@background,10%) -InternalFrame.activeTitleForeground=@foreground -InternalFrame.inactiveTitleBackground=darken(@background,5%) -InternalFrame.inactiveTitleForeground=@disabledText +InternalFrame.activeTitleBackground = darken(@background,10%) +InternalFrame.activeTitleForeground = @foreground +InternalFrame.inactiveTitleBackground = darken(@background,5%) +InternalFrame.inactiveTitleForeground = @disabledText -InternalFrame.activeBorderColor=darken(@background,7%) -InternalFrame.inactiveBorderColor=darken(@background,3%) +InternalFrame.activeBorderColor = darken(@background,7%) +InternalFrame.inactiveBorderColor = darken(@background,3%) -InternalFrame.buttonHoverBackground=lighten($InternalFrame.activeTitleBackground,10%,derived) -InternalFrame.buttonPressedBackground=lighten($InternalFrame.activeTitleBackground,20%,derived) -InternalFrame.closeHoverBackground=lazy(Actions.Red) -InternalFrame.closePressedBackground=darken(Actions.Red,10%,lazy) -InternalFrame.closeHoverForeground=#fff -InternalFrame.closePressedForeground=#fff +InternalFrame.buttonHoverBackground = lighten($InternalFrame.activeTitleBackground,10%,derived) +InternalFrame.buttonPressedBackground = lighten($InternalFrame.activeTitleBackground,20%,derived) +InternalFrame.closeHoverBackground = lazy(Actions.Red) +InternalFrame.closePressedBackground = darken(Actions.Red,10%,lazy) +InternalFrame.closeHoverForeground = #fff +InternalFrame.closePressedForeground = #fff -InternalFrame.activeDropShadowOpacity=0.5 -InternalFrame.inactiveDropShadowOpacity=0.75 +InternalFrame.activeDropShadowOpacity = 0.5 +InternalFrame.inactiveDropShadowOpacity = 0.75 #---- Menu ---- -Menu.icon.arrowColor=#A7A7A7 -Menu.icon.disabledArrowColor=#606060 +Menu.icon.arrowColor = #A7A7A7 +Menu.icon.disabledArrowColor = #606060 #---- MenuBar ---- -MenuBar.borderColor=#515151 +MenuBar.borderColor = #515151 #---- MenuItemCheckBox ---- -MenuItemCheckBox.icon.checkmarkColor=#A7A7A7 -MenuItemCheckBox.icon.disabledCheckmarkColor=#606060 +MenuItemCheckBox.icon.checkmarkColor = #A7A7A7 +MenuItemCheckBox.icon.disabledCheckmarkColor = #606060 #---- PasswordField ---- -PasswordField.capsLockIconColor=#ffffff64 +PasswordField.capsLockIconColor = #ffffff64 #---- Popup ---- -Popup.dropShadowColor=#000 -Popup.dropShadowOpacity=0.25 +Popup.dropShadowColor = #000 +Popup.dropShadowOpacity = 0.25 #---- PopupMenu ---- -PopupMenu.borderColor=#5e5e5e +PopupMenu.borderColor = #5e5e5e #---- ProgressBar ---- -ProgressBar.background=#555 -ProgressBar.foreground=#4A88C7 -ProgressBar.selectionForeground=@foreground -ProgressBar.selectionBackground=@foreground +ProgressBar.background = #555 +ProgressBar.foreground = #4A88C7 +ProgressBar.selectionForeground = @foreground +ProgressBar.selectionBackground = @foreground #---- RootPane ---- -RootPane.activeBorderColor=darken(@background,7%,derived) -RootPane.inactiveBorderColor=darken(@background,5%,derived) +RootPane.activeBorderColor = darken(@background,7%,derived) +RootPane.inactiveBorderColor = darken(@background,5%,derived) #---- ScrollBar ---- -ScrollBar.track=lighten(@background,1%,derived noAutoInverse) -ScrollBar.thumb=lighten($ScrollBar.track,10%,derived noAutoInverse) -ScrollBar.hoverTrackColor=lighten($ScrollBar.track,4%,derived noAutoInverse) -ScrollBar.hoverThumbColor=lighten($ScrollBar.thumb,10%,derived noAutoInverse) -ScrollBar.pressedThumbColor=lighten($ScrollBar.thumb,15%,derived noAutoInverse) -ScrollBar.hoverButtonBackground=lighten(@background,5%,derived noAutoInverse) -ScrollBar.pressedButtonBackground=lighten(@background,10%,derived noAutoInverse) +ScrollBar.track = lighten(@background,1%,derived noAutoInverse) +ScrollBar.thumb = lighten($ScrollBar.track,10%,derived noAutoInverse) +ScrollBar.hoverTrackColor = lighten($ScrollBar.track,4%,derived noAutoInverse) +ScrollBar.hoverThumbColor = lighten($ScrollBar.thumb,10%,derived noAutoInverse) +ScrollBar.pressedThumbColor = lighten($ScrollBar.thumb,15%,derived noAutoInverse) +ScrollBar.hoverButtonBackground = lighten(@background,5%,derived noAutoInverse) +ScrollBar.pressedButtonBackground = lighten(@background,10%,derived noAutoInverse) #---- Separator ---- -Separator.foreground=#515151 +Separator.foreground = #515151 #---- Slider ---- -Slider.trackValueColor=#4A88C7 -Slider.trackColor=#646464 -Slider.thumbColor=$Slider.trackValueColor -Slider.tickColor=#888 -Slider.focusedColor=fade($Component.focusColor,70%,derived) -Slider.hoverThumbColor=darken($Slider.thumbColor,10%,derived) -Slider.pressedThumbColor=darken($Slider.thumbColor,15%,derived) -Slider.disabledTrackColor=#4c5052 -Slider.disabledThumbColor=$Slider.disabledTrackColor +Slider.trackValueColor = #4A88C7 +Slider.trackColor = #646464 +Slider.thumbColor = $Slider.trackValueColor +Slider.tickColor = #888 +Slider.focusedColor = fade($Component.focusColor,70%,derived) +Slider.hoverThumbColor = darken($Slider.thumbColor,10%,derived) +Slider.pressedThumbColor = darken($Slider.thumbColor,15%,derived) +Slider.disabledTrackColor = #4c5052 +Slider.disabledThumbColor = $Slider.disabledTrackColor #---- SplitPane ---- -SplitPaneDivider.draggingColor=#646464 +SplitPaneDivider.draggingColor = #646464 #---- TabbedPane ---- -TabbedPane.underlineColor=#4A88C7 -TabbedPane.disabledUnderlineColor=#7a7a7a -TabbedPane.hoverColor=darken($TabbedPane.background,5%,derived noAutoInverse) -TabbedPane.focusColor=#3d4b5c -TabbedPane.contentAreaColor=#646464 +TabbedPane.underlineColor = #4A88C7 +TabbedPane.disabledUnderlineColor = #7a7a7a +TabbedPane.hoverColor = darken($TabbedPane.background,5%,derived noAutoInverse) +TabbedPane.focusColor = #3d4b5c +TabbedPane.contentAreaColor = #646464 -TabbedPane.buttonHoverBackground=darken($TabbedPane.background,5%,derived noAutoInverse) -TabbedPane.buttonPressedBackground=darken($TabbedPane.background,8%,derived noAutoInverse) +TabbedPane.buttonHoverBackground = darken($TabbedPane.background,5%,derived noAutoInverse) +TabbedPane.buttonPressedBackground = darken($TabbedPane.background,8%,derived noAutoInverse) -TabbedPane.closeBackground=null -TabbedPane.closeForeground=@disabledText -TabbedPane.closeHoverBackground=lighten($TabbedPane.background,5%,derived) -TabbedPane.closeHoverForeground=@foreground -TabbedPane.closePressedBackground=lighten($TabbedPane.background,10%,derived) -TabbedPane.closePressedForeground=$TabbedPane.closeHoverForeground +TabbedPane.closeBackground = null +TabbedPane.closeForeground = @disabledText +TabbedPane.closeHoverBackground = lighten($TabbedPane.background,5%,derived) +TabbedPane.closeHoverForeground = @foreground +TabbedPane.closePressedBackground = lighten($TabbedPane.background,10%,derived) +TabbedPane.closePressedForeground = $TabbedPane.closeHoverForeground #---- Table ---- -Table.gridColor=lighten($Table.background,5%) +Table.gridColor = lighten($Table.background,5%) #---- TableHeader ---- -TableHeader.separatorColor=lighten($TableHeader.background,10%) -TableHeader.bottomSeparatorColor=$TableHeader.separatorColor +TableHeader.separatorColor = lighten($TableHeader.background,10%) +TableHeader.bottomSeparatorColor = $TableHeader.separatorColor #---- TitlePane ---- -TitlePane.embeddedForeground=darken($TitlePane.foreground,15%) -TitlePane.buttonHoverBackground=lighten($TitlePane.background,10%,derived) -TitlePane.buttonPressedBackground=lighten($TitlePane.background,20%,derived) +TitlePane.embeddedForeground = darken($TitlePane.foreground,15%) +TitlePane.buttonHoverBackground = lighten($TitlePane.background,10%,derived) +TitlePane.buttonPressedBackground = lighten($TitlePane.background,20%,derived) #---- ToggleButton ---- -ToggleButton.selectedBackground=lighten($ToggleButton.background,10%,derived) -ToggleButton.disabledSelectedBackground=lighten($ToggleButton.background,3%,derived) +ToggleButton.selectedBackground = lighten($ToggleButton.background,10%,derived) +ToggleButton.disabledSelectedBackground = lighten($ToggleButton.background,3%,derived) -ToggleButton.toolbar.selectedBackground=lighten($ToggleButton.background,7%,derived) +ToggleButton.toolbar.selectedBackground = lighten($ToggleButton.background,7%,derived) #---- ToolTip ---- -ToolTip.border=4,6,4,6 -ToolTip.background=#1e2123 +ToolTip.border = 4,6,4,6 +ToolTip.background = #1e2123 #---- Tree ---- -Tree.hash=#505355 +Tree.hash = #505355 diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatIntelliJLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatIntelliJLaf.properties index ccbb305b..cafd75bf 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatIntelliJLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatIntelliJLaf.properties @@ -20,27 +20,27 @@ #---- Button ---- -Button.focusedBackground=null +Button.focusedBackground = null -Button.default.background=#4D8AC9 -Button.default.foreground=#fff -Button.default.focusedBackground=null -Button.default.borderColor=#3D75B2 -Button.default.hoverBorderColor=#A9C9F5 -Button.default.focusedBorderColor=#A9C9F5 -Button.default.focusColor=#97c3f3 -Button.default.boldText=true -Button.default.borderWidth=1 +Button.default.background = #4D8AC9 +Button.default.foreground = #fff +Button.default.focusedBackground = null +Button.default.borderColor = #3D75B2 +Button.default.hoverBorderColor = #A9C9F5 +Button.default.focusedBorderColor = #A9C9F5 +Button.default.focusColor = #97c3f3 +Button.default.boldText = true +Button.default.borderWidth = 1 #---- CheckBox ---- -CheckBox.icon.style=filled +CheckBox.icon.style = filled #---- Component ---- -Component.focusWidth=2 -Component.innerFocusWidth=0 -Component.innerOutlineWidth=0 -Component.arrowType=triangle +Component.focusWidth = 2 +Component.innerFocusWidth = 0 +Component.innerOutlineWidth = 0 +Component.arrowType = triangle diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties index f788129a..e052def2 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties @@ -16,96 +16,96 @@ #---- UI delegates ---- -ButtonUI=com.formdev.flatlaf.ui.FlatButtonUI -CheckBoxUI=com.formdev.flatlaf.ui.FlatCheckBoxUI -CheckBoxMenuItemUI=com.formdev.flatlaf.ui.FlatCheckBoxMenuItemUI -ColorChooserUI=com.formdev.flatlaf.ui.FlatColorChooserUI -ComboBoxUI=com.formdev.flatlaf.ui.FlatComboBoxUI -DesktopIconUI=com.formdev.flatlaf.ui.FlatDesktopIconUI -DesktopPaneUI=com.formdev.flatlaf.ui.FlatDesktopPaneUI -EditorPaneUI=com.formdev.flatlaf.ui.FlatEditorPaneUI -FileChooserUI=com.formdev.flatlaf.ui.FlatFileChooserUI -FormattedTextFieldUI=com.formdev.flatlaf.ui.FlatFormattedTextFieldUI -InternalFrameUI=com.formdev.flatlaf.ui.FlatInternalFrameUI -LabelUI=com.formdev.flatlaf.ui.FlatLabelUI -ListUI=com.formdev.flatlaf.ui.FlatListUI -MenuUI=com.formdev.flatlaf.ui.FlatMenuUI -MenuBarUI=com.formdev.flatlaf.ui.FlatMenuBarUI -MenuItemUI=com.formdev.flatlaf.ui.FlatMenuItemUI -OptionPaneUI=com.formdev.flatlaf.ui.FlatOptionPaneUI -PanelUI=com.formdev.flatlaf.ui.FlatPanelUI -PasswordFieldUI=com.formdev.flatlaf.ui.FlatPasswordFieldUI -PopupMenuUI=com.formdev.flatlaf.ui.FlatPopupMenuUI -PopupMenuSeparatorUI=com.formdev.flatlaf.ui.FlatPopupMenuSeparatorUI -ProgressBarUI=com.formdev.flatlaf.ui.FlatProgressBarUI -RadioButtonUI=com.formdev.flatlaf.ui.FlatRadioButtonUI -RadioButtonMenuItemUI=com.formdev.flatlaf.ui.FlatRadioButtonMenuItemUI -RootPaneUI=com.formdev.flatlaf.ui.FlatRootPaneUI -ScrollBarUI=com.formdev.flatlaf.ui.FlatScrollBarUI -ScrollPaneUI=com.formdev.flatlaf.ui.FlatScrollPaneUI -SeparatorUI=com.formdev.flatlaf.ui.FlatSeparatorUI -SliderUI=com.formdev.flatlaf.ui.FlatSliderUI -SpinnerUI=com.formdev.flatlaf.ui.FlatSpinnerUI -SplitPaneUI=com.formdev.flatlaf.ui.FlatSplitPaneUI -TabbedPaneUI=com.formdev.flatlaf.ui.FlatTabbedPaneUI -TableUI=com.formdev.flatlaf.ui.FlatTableUI -TableHeaderUI=com.formdev.flatlaf.ui.FlatTableHeaderUI -TextAreaUI=com.formdev.flatlaf.ui.FlatTextAreaUI -TextFieldUI=com.formdev.flatlaf.ui.FlatTextFieldUI -TextPaneUI=com.formdev.flatlaf.ui.FlatTextPaneUI -ToggleButtonUI=com.formdev.flatlaf.ui.FlatToggleButtonUI -ToolBarUI=com.formdev.flatlaf.ui.FlatToolBarUI -ToolBarSeparatorUI=com.formdev.flatlaf.ui.FlatToolBarSeparatorUI -ToolTipUI=com.formdev.flatlaf.ui.FlatToolTipUI -TreeUI=com.formdev.flatlaf.ui.FlatTreeUI -ViewportUI=com.formdev.flatlaf.ui.FlatViewportUI +ButtonUI = com.formdev.flatlaf.ui.FlatButtonUI +CheckBoxUI = com.formdev.flatlaf.ui.FlatCheckBoxUI +CheckBoxMenuItemUI = com.formdev.flatlaf.ui.FlatCheckBoxMenuItemUI +ColorChooserUI = com.formdev.flatlaf.ui.FlatColorChooserUI +ComboBoxUI = com.formdev.flatlaf.ui.FlatComboBoxUI +DesktopIconUI = com.formdev.flatlaf.ui.FlatDesktopIconUI +DesktopPaneUI = com.formdev.flatlaf.ui.FlatDesktopPaneUI +EditorPaneUI = com.formdev.flatlaf.ui.FlatEditorPaneUI +FileChooserUI = com.formdev.flatlaf.ui.FlatFileChooserUI +FormattedTextFieldUI = com.formdev.flatlaf.ui.FlatFormattedTextFieldUI +InternalFrameUI = com.formdev.flatlaf.ui.FlatInternalFrameUI +LabelUI = com.formdev.flatlaf.ui.FlatLabelUI +ListUI = com.formdev.flatlaf.ui.FlatListUI +MenuUI = com.formdev.flatlaf.ui.FlatMenuUI +MenuBarUI = com.formdev.flatlaf.ui.FlatMenuBarUI +MenuItemUI = com.formdev.flatlaf.ui.FlatMenuItemUI +OptionPaneUI = com.formdev.flatlaf.ui.FlatOptionPaneUI +PanelUI = com.formdev.flatlaf.ui.FlatPanelUI +PasswordFieldUI = com.formdev.flatlaf.ui.FlatPasswordFieldUI +PopupMenuUI = com.formdev.flatlaf.ui.FlatPopupMenuUI +PopupMenuSeparatorUI = com.formdev.flatlaf.ui.FlatPopupMenuSeparatorUI +ProgressBarUI = com.formdev.flatlaf.ui.FlatProgressBarUI +RadioButtonUI = com.formdev.flatlaf.ui.FlatRadioButtonUI +RadioButtonMenuItemUI = com.formdev.flatlaf.ui.FlatRadioButtonMenuItemUI +RootPaneUI = com.formdev.flatlaf.ui.FlatRootPaneUI +ScrollBarUI = com.formdev.flatlaf.ui.FlatScrollBarUI +ScrollPaneUI = com.formdev.flatlaf.ui.FlatScrollPaneUI +SeparatorUI = com.formdev.flatlaf.ui.FlatSeparatorUI +SliderUI = com.formdev.flatlaf.ui.FlatSliderUI +SpinnerUI = com.formdev.flatlaf.ui.FlatSpinnerUI +SplitPaneUI = com.formdev.flatlaf.ui.FlatSplitPaneUI +TabbedPaneUI = com.formdev.flatlaf.ui.FlatTabbedPaneUI +TableUI = com.formdev.flatlaf.ui.FlatTableUI +TableHeaderUI = com.formdev.flatlaf.ui.FlatTableHeaderUI +TextAreaUI = com.formdev.flatlaf.ui.FlatTextAreaUI +TextFieldUI = com.formdev.flatlaf.ui.FlatTextFieldUI +TextPaneUI = com.formdev.flatlaf.ui.FlatTextPaneUI +ToggleButtonUI = com.formdev.flatlaf.ui.FlatToggleButtonUI +ToolBarUI = com.formdev.flatlaf.ui.FlatToolBarUI +ToolBarSeparatorUI = com.formdev.flatlaf.ui.FlatToolBarSeparatorUI +ToolTipUI = com.formdev.flatlaf.ui.FlatToolTipUI +TreeUI = com.formdev.flatlaf.ui.FlatTreeUI +ViewportUI = com.formdev.flatlaf.ui.FlatViewportUI #---- variables ---- -@textComponentMargin=2,6,2,6 -@menuItemMargin=3,6,3,6 +@textComponentMargin = 2,6,2,6 +@menuItemMargin = 3,6,3,6 #---- globals ---- -*.background=@background -*.foreground=@foreground -*.caretForeground=@foreground -*.inactiveBackground=@background -*.inactiveForeground=@disabledText -*.selectionBackground=@selectionBackground -*.selectionForeground=@selectionForeground -*.disabledBackground=@background -*.disabledForeground=@disabledText -*.disabledText=@disabledText -*.acceleratorForeground=@menuAcceleratorForeground -*.acceleratorSelectionForeground=@menuAcceleratorSelectionForeground +*.background = @background +*.foreground = @foreground +*.caretForeground = @foreground +*.inactiveBackground = @background +*.inactiveForeground = @disabledText +*.selectionBackground = @selectionBackground +*.selectionForeground = @selectionForeground +*.disabledBackground = @background +*.disabledForeground = @disabledText +*.disabledText = @disabledText +*.acceleratorForeground = @menuAcceleratorForeground +*.acceleratorSelectionForeground = @menuAcceleratorSelectionForeground #---- system colors ---- -desktop=@textComponentBackground -activeCaptionText=@foreground -activeCaptionBorder=$activeCaption -inactiveCaptionText=@foreground -inactiveCaptionBorder=$inactiveCaption -window=@background -windowBorder=@foreground -windowText=@foreground -menu=@background -menuText=@foreground -text=@textComponentBackground -textText=@foreground -textHighlight=@selectionBackground -textHighlightText=@selectionForeground -textInactiveText=@disabledText -control=@background -controlText=@foreground -controlShadow=$Component.borderColor -scrollbar=$ScrollBar.track -info=$ToolTip.background -infoText=@foreground +desktop = @textComponentBackground +activeCaptionText = @foreground +activeCaptionBorder = $activeCaption +inactiveCaptionText = @foreground +inactiveCaptionBorder = $inactiveCaption +window = @background +windowBorder = @foreground +windowText = @foreground +menu = @background +menuText = @foreground +text = @textComponentBackground +textText = @foreground +textHighlight = @selectionBackground +textHighlightText = @selectionForeground +textInactiveText = @disabledText +control = @background +controlText = @foreground +controlShadow = $Component.borderColor +scrollbar = $ScrollBar.track +info = $ToolTip.background +infoText = @foreground #---- unused colors ---- @@ -113,660 +113,660 @@ infoText=@foreground # Colors that are defined in BasicLookAndFeel but are not used in FlatLaf. # Keep them for compatibility (if used in 3rd party app) and give them useful values. -*.shadow=$controlShadow -*.darkShadow=$controlDkShadow -*.light=$controlHighlight -*.highlight=$controlLtHighlight +*.shadow = $controlShadow +*.darkShadow = $controlDkShadow +*.light = $controlHighlight +*.highlight = $controlLtHighlight -ComboBox.buttonShadow=$controlShadow -ComboBox.buttonDarkShadow=$controlDkShadow -ComboBox.buttonHighlight=$controlLtHighlight +ComboBox.buttonShadow = $controlShadow +ComboBox.buttonDarkShadow = $controlDkShadow +ComboBox.buttonHighlight = $controlLtHighlight -InternalFrame.borderColor=$control -InternalFrame.borderShadow=$controlShadow -InternalFrame.borderDarkShadow=$controlDkShadow -InternalFrame.borderHighlight=$controlLtHighlight -InternalFrame.borderLight=$controlHighlight +InternalFrame.borderColor = $control +InternalFrame.borderShadow = $controlShadow +InternalFrame.borderDarkShadow = $controlDkShadow +InternalFrame.borderHighlight = $controlLtHighlight +InternalFrame.borderLight = $controlHighlight -Label.disabledShadow=$controlShadow +Label.disabledShadow = $controlShadow -ScrollBar.trackHighlight=$controlDkShadow -ScrollBar.thumbHighlight=$controlLtHighlight -ScrollBar.thumbDarkShadow=$controlDkShadow -ScrollBar.thumbShadow=$controlShadow +ScrollBar.trackHighlight = $controlDkShadow +ScrollBar.thumbHighlight = $controlLtHighlight +ScrollBar.thumbDarkShadow = $controlDkShadow +ScrollBar.thumbShadow = $controlShadow -Slider.focus=$controlDkShadow +Slider.focus = $controlDkShadow -TabbedPane.focus=$controlText +TabbedPane.focus = $controlText #---- Button ---- -Button.border=com.formdev.flatlaf.ui.FlatButtonBorder -Button.arc=6 -Button.minimumWidth=72 -Button.margin=2,14,2,14 -Button.iconTextGap=4 -Button.rollover=true -Button.defaultButtonFollowsFocus=false -[win]Button.defaultButtonFollowsFocus=true +Button.border = com.formdev.flatlaf.ui.FlatButtonBorder +Button.arc = 6 +Button.minimumWidth = 72 +Button.margin = 2,14,2,14 +Button.iconTextGap = 4 +Button.rollover = true +Button.defaultButtonFollowsFocus = false +[win]Button.defaultButtonFollowsFocus = true -Button.borderWidth=1 -Button.default.borderWidth=1 +Button.borderWidth = 1 +Button.default.borderWidth = 1 -Button.toolbar.margin=3,3,3,3 -Button.toolbar.spacingInsets=1,2,1,2 +Button.toolbar.margin = 3,3,3,3 +Button.toolbar.spacingInsets = 1,2,1,2 #---- Caret ---- -Caret.width={scaledInteger}1 +Caret.width = {scaledInteger}1 #---- CheckBox ---- -CheckBox.border=com.formdev.flatlaf.ui.FlatMarginBorder -CheckBox.icon=com.formdev.flatlaf.icons.FlatCheckBoxIcon -CheckBox.arc=4 -CheckBox.margin=2,2,2,2 -CheckBox.iconTextGap=4 -CheckBox.rollover=true +CheckBox.border = com.formdev.flatlaf.ui.FlatMarginBorder +CheckBox.icon = com.formdev.flatlaf.icons.FlatCheckBoxIcon +CheckBox.arc = 4 +CheckBox.margin = 2,2,2,2 +CheckBox.iconTextGap = 4 +CheckBox.rollover = true #---- CheckBoxMenuItem ---- -CheckBoxMenuItem.border=com.formdev.flatlaf.ui.FlatMenuItemBorder -CheckBoxMenuItem.checkIcon=com.formdev.flatlaf.icons.FlatCheckBoxMenuItemIcon -CheckBoxMenuItem.arrowIcon=com.formdev.flatlaf.icons.FlatMenuItemArrowIcon -CheckBoxMenuItem.margin=@menuItemMargin -CheckBoxMenuItem.opaque=false -CheckBoxMenuItem.borderPainted=true -CheckBoxMenuItem.background=@menuBackground +CheckBoxMenuItem.border = com.formdev.flatlaf.ui.FlatMenuItemBorder +CheckBoxMenuItem.checkIcon = com.formdev.flatlaf.icons.FlatCheckBoxMenuItemIcon +CheckBoxMenuItem.arrowIcon = com.formdev.flatlaf.icons.FlatMenuItemArrowIcon +CheckBoxMenuItem.margin = @menuItemMargin +CheckBoxMenuItem.opaque = false +CheckBoxMenuItem.borderPainted = true +CheckBoxMenuItem.background = @menuBackground #---- ColorChooser ---- -ColorChooser.swatchesSwatchSize={scaledDimension}16,16 -ColorChooser.swatchesRecentSwatchSize={scaledDimension}16,16 -ColorChooser.swatchesDefaultRecentColor=$control +ColorChooser.swatchesSwatchSize = {scaledDimension}16,16 +ColorChooser.swatchesRecentSwatchSize = {scaledDimension}16,16 +ColorChooser.swatchesDefaultRecentColor = $control #---- ComboBox ---- -ComboBox.border=com.formdev.flatlaf.ui.FlatRoundBorder -ComboBox.padding=2,6,2,6 -ComboBox.minimumWidth=72 -ComboBox.editorColumns=0 -ComboBox.maximumRowCount=15 -[mac]ComboBox.showPopupOnNavigation=true +ComboBox.border = com.formdev.flatlaf.ui.FlatRoundBorder +ComboBox.padding = 2,6,2,6 +ComboBox.minimumWidth = 72 +ComboBox.editorColumns = 0 +ComboBox.maximumRowCount = 15 +[mac]ComboBox.showPopupOnNavigation = true # allowed values: auto, button or none -ComboBox.buttonStyle=auto -ComboBox.background=@textComponentBackground -ComboBox.buttonBackground=@textComponentBackground +ComboBox.buttonStyle = auto +ComboBox.background = @textComponentBackground +ComboBox.buttonBackground = @textComponentBackground #---- Component ---- -Component.focusWidth=0 -Component.innerFocusWidth={float}0.5 -Component.innerOutlineWidth={float}1 -Component.arc=5 -Component.minimumWidth=64 +Component.focusWidth = 0 +Component.innerFocusWidth = {float}0.5 +Component.innerOutlineWidth = {float}1 +Component.arc = 5 +Component.minimumWidth = 64 # allowed values: chevron or triangle -Component.arrowType=chevron -Component.hideMnemonics=true +Component.arrowType = chevron +Component.hideMnemonics = true #---- DesktopIcon ---- -DesktopIcon.border=4,4,4,4 -DesktopIcon.iconSize=64,64 -DesktopIcon.closeSize=20,20 -DesktopIcon.closeIcon=com.formdev.flatlaf.icons.FlatInternalFrameCloseIcon +DesktopIcon.border = 4,4,4,4 +DesktopIcon.iconSize = 64,64 +DesktopIcon.closeSize = 20,20 +DesktopIcon.closeIcon = com.formdev.flatlaf.icons.FlatInternalFrameCloseIcon #---- EditorPane ---- -EditorPane.border=com.formdev.flatlaf.ui.FlatMarginBorder -EditorPane.margin=@textComponentMargin -EditorPane.background=@textComponentBackground +EditorPane.border = com.formdev.flatlaf.ui.FlatMarginBorder +EditorPane.margin = @textComponentMargin +EditorPane.background = @textComponentBackground #---- FileChooser ---- -FileChooser.newFolderIcon=com.formdev.flatlaf.icons.FlatFileChooserNewFolderIcon -FileChooser.upFolderIcon=com.formdev.flatlaf.icons.FlatFileChooserUpFolderIcon -FileChooser.homeFolderIcon=com.formdev.flatlaf.icons.FlatFileChooserHomeFolderIcon -FileChooser.detailsViewIcon=com.formdev.flatlaf.icons.FlatFileChooserDetailsViewIcon -FileChooser.listViewIcon=com.formdev.flatlaf.icons.FlatFileChooserListViewIcon -FileChooser.usesSingleFilePane=true -[win]FileChooser.useSystemExtensionHiding=true +FileChooser.newFolderIcon = com.formdev.flatlaf.icons.FlatFileChooserNewFolderIcon +FileChooser.upFolderIcon = com.formdev.flatlaf.icons.FlatFileChooserUpFolderIcon +FileChooser.homeFolderIcon = com.formdev.flatlaf.icons.FlatFileChooserHomeFolderIcon +FileChooser.detailsViewIcon = com.formdev.flatlaf.icons.FlatFileChooserDetailsViewIcon +FileChooser.listViewIcon = com.formdev.flatlaf.icons.FlatFileChooserListViewIcon +FileChooser.usesSingleFilePane = true +[win]FileChooser.useSystemExtensionHiding = true #---- FileView ---- -FileView.directoryIcon=com.formdev.flatlaf.icons.FlatFileViewDirectoryIcon -FileView.fileIcon=com.formdev.flatlaf.icons.FlatFileViewFileIcon -FileView.computerIcon=com.formdev.flatlaf.icons.FlatFileViewComputerIcon -FileView.hardDriveIcon=com.formdev.flatlaf.icons.FlatFileViewHardDriveIcon -FileView.floppyDriveIcon=com.formdev.flatlaf.icons.FlatFileViewFloppyDriveIcon +FileView.directoryIcon = com.formdev.flatlaf.icons.FlatFileViewDirectoryIcon +FileView.fileIcon = com.formdev.flatlaf.icons.FlatFileViewFileIcon +FileView.computerIcon = com.formdev.flatlaf.icons.FlatFileViewComputerIcon +FileView.hardDriveIcon = com.formdev.flatlaf.icons.FlatFileViewHardDriveIcon +FileView.floppyDriveIcon = com.formdev.flatlaf.icons.FlatFileViewFloppyDriveIcon #---- FormattedTextField ---- -FormattedTextField.border=com.formdev.flatlaf.ui.FlatTextBorder -FormattedTextField.margin=@textComponentMargin -FormattedTextField.background=@textComponentBackground -FormattedTextField.placeholderForeground=@disabledText +FormattedTextField.border = com.formdev.flatlaf.ui.FlatTextBorder +FormattedTextField.margin = @textComponentMargin +FormattedTextField.background = @textComponentBackground +FormattedTextField.placeholderForeground = @disabledText #---- HelpButton ---- -HelpButton.icon=com.formdev.flatlaf.icons.FlatHelpButtonIcon -HelpButton.borderColor=$CheckBox.icon.borderColor -HelpButton.disabledBorderColor=$CheckBox.icon.disabledBorderColor -HelpButton.focusedBorderColor=$CheckBox.icon.focusedBorderColor -HelpButton.hoverBorderColor=$?CheckBox.icon.hoverBorderColor -HelpButton.background=$CheckBox.icon.background -HelpButton.disabledBackground=$CheckBox.icon.disabledBackground -HelpButton.focusedBackground=$?CheckBox.icon.focusedBackground -HelpButton.hoverBackground=$?CheckBox.icon.hoverBackground -HelpButton.pressedBackground=$?CheckBox.icon.pressedBackground -HelpButton.questionMarkColor=$CheckBox.icon.checkmarkColor -HelpButton.disabledQuestionMarkColor=$CheckBox.icon.disabledCheckmarkColor +HelpButton.icon = com.formdev.flatlaf.icons.FlatHelpButtonIcon +HelpButton.borderColor = $CheckBox.icon.borderColor +HelpButton.disabledBorderColor = $CheckBox.icon.disabledBorderColor +HelpButton.focusedBorderColor = $CheckBox.icon.focusedBorderColor +HelpButton.hoverBorderColor = $?CheckBox.icon.hoverBorderColor +HelpButton.background = $CheckBox.icon.background +HelpButton.disabledBackground = $CheckBox.icon.disabledBackground +HelpButton.focusedBackground = $?CheckBox.icon.focusedBackground +HelpButton.hoverBackground = $?CheckBox.icon.hoverBackground +HelpButton.pressedBackground = $?CheckBox.icon.pressedBackground +HelpButton.questionMarkColor = $CheckBox.icon.checkmarkColor +HelpButton.disabledQuestionMarkColor = $CheckBox.icon.disabledCheckmarkColor #---- InternalFrame ---- -InternalFrame.border=com.formdev.flatlaf.ui.FlatInternalFrameUI$FlatInternalFrameBorder -InternalFrame.borderLineWidth=1 -InternalFrame.borderMargins=6,6,6,6 -InternalFrame.buttonSize=24,24 -InternalFrame.closeIcon=com.formdev.flatlaf.icons.FlatInternalFrameCloseIcon -InternalFrame.iconifyIcon=com.formdev.flatlaf.icons.FlatInternalFrameIconifyIcon -InternalFrame.maximizeIcon=com.formdev.flatlaf.icons.FlatInternalFrameMaximizeIcon -InternalFrame.minimizeIcon=com.formdev.flatlaf.icons.FlatInternalFrameRestoreIcon -InternalFrame.windowBindings=null +InternalFrame.border = com.formdev.flatlaf.ui.FlatInternalFrameUI$FlatInternalFrameBorder +InternalFrame.borderLineWidth = 1 +InternalFrame.borderMargins = 6,6,6,6 +InternalFrame.buttonSize = 24,24 +InternalFrame.closeIcon = com.formdev.flatlaf.icons.FlatInternalFrameCloseIcon +InternalFrame.iconifyIcon = com.formdev.flatlaf.icons.FlatInternalFrameIconifyIcon +InternalFrame.maximizeIcon = com.formdev.flatlaf.icons.FlatInternalFrameMaximizeIcon +InternalFrame.minimizeIcon = com.formdev.flatlaf.icons.FlatInternalFrameRestoreIcon +InternalFrame.windowBindings = null # drop shadow -InternalFrame.dropShadowPainted=true -InternalFrame.activeDropShadowColor=null -InternalFrame.activeDropShadowInsets=5,5,6,6 -InternalFrame.inactiveDropShadowColor=null -InternalFrame.inactiveDropShadowInsets=3,3,4,4 +InternalFrame.dropShadowPainted = true +InternalFrame.activeDropShadowColor = null +InternalFrame.activeDropShadowInsets = 5,5,6,6 +InternalFrame.inactiveDropShadowColor = null +InternalFrame.inactiveDropShadowInsets = 3,3,4,4 #---- InternalFrameTitlePane ---- -InternalFrameTitlePane.border=0,8,0,0 +InternalFrameTitlePane.border = 0,8,0,0 #---- List ---- -List.border=0,0,0,0 -List.cellMargins=1,6,1,6 -List.cellFocusColor=@cellFocusColor -List.cellNoFocusBorder=com.formdev.flatlaf.ui.FlatListCellBorder$Default -List.focusCellHighlightBorder=com.formdev.flatlaf.ui.FlatListCellBorder$Focused -List.focusSelectedCellHighlightBorder=com.formdev.flatlaf.ui.FlatListCellBorder$Selected -List.background=@textComponentBackground -List.selectionInactiveBackground=@selectionInactiveBackground -List.selectionInactiveForeground=@selectionInactiveForeground -List.dropCellBackground=@dropCellBackground -List.dropCellForeground=@dropCellForeground -List.dropLineColor=@dropLineColor -List.showCellFocusIndicator=false +List.border = 0,0,0,0 +List.cellMargins = 1,6,1,6 +List.cellFocusColor = @cellFocusColor +List.cellNoFocusBorder = com.formdev.flatlaf.ui.FlatListCellBorder$Default +List.focusCellHighlightBorder = com.formdev.flatlaf.ui.FlatListCellBorder$Focused +List.focusSelectedCellHighlightBorder = com.formdev.flatlaf.ui.FlatListCellBorder$Selected +List.background = @textComponentBackground +List.selectionInactiveBackground = @selectionInactiveBackground +List.selectionInactiveForeground = @selectionInactiveForeground +List.dropCellBackground = @dropCellBackground +List.dropCellForeground = @dropCellForeground +List.dropLineColor = @dropLineColor +List.showCellFocusIndicator = false #---- Menu ---- -Menu.border=com.formdev.flatlaf.ui.FlatMenuItemBorder -Menu.arrowIcon=com.formdev.flatlaf.icons.FlatMenuArrowIcon -Menu.checkIcon=null -Menu.margin=@menuItemMargin -Menu.submenuPopupOffsetX={scaledInteger}-4 -Menu.submenuPopupOffsetY={scaledInteger}-4 -Menu.opaque=false -Menu.borderPainted=true -Menu.background=@menuBackground +Menu.border = com.formdev.flatlaf.ui.FlatMenuItemBorder +Menu.arrowIcon = com.formdev.flatlaf.icons.FlatMenuArrowIcon +Menu.checkIcon = null +Menu.margin = @menuItemMargin +Menu.submenuPopupOffsetX = {scaledInteger}-4 +Menu.submenuPopupOffsetY = {scaledInteger}-4 +Menu.opaque = false +Menu.borderPainted = true +Menu.background = @menuBackground #---- MenuBar ---- -MenuBar.border=com.formdev.flatlaf.ui.FlatMenuBarBorder -MenuBar.background=@menuBackground -MenuBar.hoverBackground=@menuHoverBackground -MenuBar.itemMargins=3,8,3,8 +MenuBar.border = com.formdev.flatlaf.ui.FlatMenuBarBorder +MenuBar.background = @menuBackground +MenuBar.hoverBackground = @menuHoverBackground +MenuBar.itemMargins = 3,8,3,8 #---- MenuItem ---- -MenuItem.border=com.formdev.flatlaf.ui.FlatMenuItemBorder -MenuItem.arrowIcon=com.formdev.flatlaf.icons.FlatMenuItemArrowIcon -MenuItem.checkIcon=null -MenuItem.margin=@menuItemMargin -MenuItem.opaque=false -MenuItem.borderPainted=true -MenuItem.background=@menuBackground -MenuItem.checkBackground=@menuCheckBackground -MenuItem.checkMargins=2,2,2,2 -MenuItem.minimumWidth=72 -MenuItem.minimumIconSize=16,16 -MenuItem.iconTextGap=6 -MenuItem.textAcceleratorGap=24 -MenuItem.textNoAcceleratorGap=6 -MenuItem.acceleratorArrowGap=2 -MenuItem.acceleratorDelimiter=- -[mac]MenuItem.acceleratorDelimiter= +MenuItem.border = com.formdev.flatlaf.ui.FlatMenuItemBorder +MenuItem.arrowIcon = com.formdev.flatlaf.icons.FlatMenuItemArrowIcon +MenuItem.checkIcon = null +MenuItem.margin = @menuItemMargin +MenuItem.opaque = false +MenuItem.borderPainted = true +MenuItem.background = @menuBackground +MenuItem.checkBackground = @menuCheckBackground +MenuItem.checkMargins = 2,2,2,2 +MenuItem.minimumWidth = 72 +MenuItem.minimumIconSize = 16,16 +MenuItem.iconTextGap = 6 +MenuItem.textAcceleratorGap = 24 +MenuItem.textNoAcceleratorGap = 6 +MenuItem.acceleratorArrowGap = 2 +MenuItem.acceleratorDelimiter = - +[mac]MenuItem.acceleratorDelimiter = -# for MenuItem.selectionType=underline -MenuItem.underlineSelectionBackground=@menuHoverBackground -MenuItem.underlineSelectionCheckBackground=@menuCheckBackground -MenuItem.underlineSelectionColor=$TabbedPane.underlineColor -MenuItem.underlineSelectionHeight=3 +# for MenuItem.selectionType = underline +MenuItem.underlineSelectionBackground = @menuHoverBackground +MenuItem.underlineSelectionCheckBackground = @menuCheckBackground +MenuItem.underlineSelectionColor = $TabbedPane.underlineColor +MenuItem.underlineSelectionHeight = 3 #---- OptionPane ---- -OptionPane.border=12,12,12,12 -OptionPane.messageAreaBorder=0,0,0,0 -OptionPane.buttonAreaBorder=12,0,0,0 -OptionPane.messageForeground=null +OptionPane.border = 12,12,12,12 +OptionPane.messageAreaBorder = 0,0,0,0 +OptionPane.buttonAreaBorder = 12,0,0,0 +OptionPane.messageForeground = null -OptionPane.maxCharactersPerLine=80 -OptionPane.iconMessageGap=16 -OptionPane.messagePadding=3 -OptionPane.buttonPadding=8 -OptionPane.buttonMinimumWidth={scaledInteger}72 -OptionPane.sameSizeButtons=true -OptionPane.setButtonMargin=false -OptionPane.buttonOrientation=4 -[mac]OptionPane.isYesLast=true +OptionPane.maxCharactersPerLine = 80 +OptionPane.iconMessageGap = 16 +OptionPane.messagePadding = 3 +OptionPane.buttonPadding = 8 +OptionPane.buttonMinimumWidth = {scaledInteger}72 +OptionPane.sameSizeButtons = true +OptionPane.setButtonMargin = false +OptionPane.buttonOrientation = 4 +[mac]OptionPane.isYesLast = true -OptionPane.errorIcon=com.formdev.flatlaf.icons.FlatOptionPaneErrorIcon -OptionPane.informationIcon=com.formdev.flatlaf.icons.FlatOptionPaneInformationIcon -OptionPane.questionIcon=com.formdev.flatlaf.icons.FlatOptionPaneQuestionIcon -OptionPane.warningIcon=com.formdev.flatlaf.icons.FlatOptionPaneWarningIcon +OptionPane.errorIcon = com.formdev.flatlaf.icons.FlatOptionPaneErrorIcon +OptionPane.informationIcon = com.formdev.flatlaf.icons.FlatOptionPaneInformationIcon +OptionPane.questionIcon = com.formdev.flatlaf.icons.FlatOptionPaneQuestionIcon +OptionPane.warningIcon = com.formdev.flatlaf.icons.FlatOptionPaneWarningIcon #---- PasswordField ---- -PasswordField.border=com.formdev.flatlaf.ui.FlatTextBorder -PasswordField.margin=@textComponentMargin -PasswordField.background=@textComponentBackground -PasswordField.placeholderForeground=@disabledText -PasswordField.echoChar=\u2022 -PasswordField.showCapsLock=true -PasswordField.capsLockIcon=com.formdev.flatlaf.icons.FlatCapsLockIcon +PasswordField.border = com.formdev.flatlaf.ui.FlatTextBorder +PasswordField.margin = @textComponentMargin +PasswordField.background = @textComponentBackground +PasswordField.placeholderForeground = @disabledText +PasswordField.echoChar = \u2022 +PasswordField.showCapsLock = true +PasswordField.capsLockIcon = com.formdev.flatlaf.icons.FlatCapsLockIcon #---- Popup ---- -Popup.dropShadowPainted=true -Popup.dropShadowInsets=-4,-4,4,4 +Popup.dropShadowPainted = true +Popup.dropShadowInsets = -4,-4,4,4 #---- PopupMenu ---- -PopupMenu.border=com.formdev.flatlaf.ui.FlatPopupMenuBorder -PopupMenu.borderInsets=4,1,4,1 -PopupMenu.background=@menuBackground +PopupMenu.border = com.formdev.flatlaf.ui.FlatPopupMenuBorder +PopupMenu.borderInsets = 4,1,4,1 +PopupMenu.background = @menuBackground #---- PopupMenuSeparator ---- -PopupMenuSeparator.height=9 -PopupMenuSeparator.stripeWidth=1 -PopupMenuSeparator.stripeIndent=4 +PopupMenuSeparator.height = 9 +PopupMenuSeparator.stripeWidth = 1 +PopupMenuSeparator.stripeIndent = 4 #---- ProgressBar ---- -ProgressBar.border=com.formdev.flatlaf.ui.FlatEmptyBorder -ProgressBar.arc=4 -ProgressBar.horizontalSize=146,4 -ProgressBar.verticalSize=4,146 -ProgressBar.cycleTime=4000 -ProgressBar.repaintInterval=15 +ProgressBar.border = com.formdev.flatlaf.ui.FlatEmptyBorder +ProgressBar.arc = 4 +ProgressBar.horizontalSize = 146,4 +ProgressBar.verticalSize = 4,146 +ProgressBar.cycleTime = 4000 +ProgressBar.repaintInterval = 15 #---- RadioButton ---- -RadioButton.border=com.formdev.flatlaf.ui.FlatMarginBorder -RadioButton.icon=com.formdev.flatlaf.icons.FlatRadioButtonIcon -RadioButton.icon.centerDiameter=8 -RadioButton.icon[filled].centerDiameter=5 -RadioButton.margin=2,2,2,2 -RadioButton.iconTextGap=4 -RadioButton.rollover=true +RadioButton.border = com.formdev.flatlaf.ui.FlatMarginBorder +RadioButton.icon = com.formdev.flatlaf.icons.FlatRadioButtonIcon +RadioButton.icon.centerDiameter = 8 +RadioButton.icon[filled].centerDiameter = 5 +RadioButton.margin = 2,2,2,2 +RadioButton.iconTextGap = 4 +RadioButton.rollover = true #---- RadioButtonMenuItem ---- -RadioButtonMenuItem.border=com.formdev.flatlaf.ui.FlatMenuItemBorder -RadioButtonMenuItem.checkIcon=com.formdev.flatlaf.icons.FlatRadioButtonMenuItemIcon -RadioButtonMenuItem.arrowIcon=com.formdev.flatlaf.icons.FlatMenuItemArrowIcon -RadioButtonMenuItem.margin=@menuItemMargin -RadioButtonMenuItem.opaque=false -RadioButtonMenuItem.borderPainted=true -RadioButtonMenuItem.background=@menuBackground +RadioButtonMenuItem.border = com.formdev.flatlaf.ui.FlatMenuItemBorder +RadioButtonMenuItem.checkIcon = com.formdev.flatlaf.icons.FlatRadioButtonMenuItemIcon +RadioButtonMenuItem.arrowIcon = com.formdev.flatlaf.icons.FlatMenuItemArrowIcon +RadioButtonMenuItem.margin = @menuItemMargin +RadioButtonMenuItem.opaque = false +RadioButtonMenuItem.borderPainted = true +RadioButtonMenuItem.background = @menuBackground #---- RootPane ---- -RootPane.border=com.formdev.flatlaf.ui.FlatRootPaneUI$FlatWindowBorder -RootPane.borderDragThickness=5 -RootPane.cornerDragWidth=16 -RootPane.honorFrameMinimumSizeOnResize=false -RootPane.honorDialogMinimumSizeOnResize=true +RootPane.border = com.formdev.flatlaf.ui.FlatRootPaneUI$FlatWindowBorder +RootPane.borderDragThickness = 5 +RootPane.cornerDragWidth = 16 +RootPane.honorFrameMinimumSizeOnResize = false +RootPane.honorDialogMinimumSizeOnResize = true #---- ScrollBar ---- -ScrollBar.width=10 -ScrollBar.minimumThumbSize=10,10 -ScrollBar.maximumThumbSize=100000,100000 -ScrollBar.trackInsets=0,0,0,0 -ScrollBar.thumbInsets=0,0,0,0 -ScrollBar.trackArc=0 -ScrollBar.thumbArc=0 -ScrollBar.hoverThumbWithTrack=false -ScrollBar.pressedThumbWithTrack=false -ScrollBar.showButtons=false -ScrollBar.squareButtons=false -ScrollBar.buttonArrowColor=$ComboBox.buttonArrowColor -ScrollBar.buttonDisabledArrowColor=$ComboBox.buttonDisabledArrowColor -ScrollBar.allowsAbsolutePositioning=true +ScrollBar.width = 10 +ScrollBar.minimumThumbSize = 10,10 +ScrollBar.maximumThumbSize = 100000,100000 +ScrollBar.trackInsets = 0,0,0,0 +ScrollBar.thumbInsets = 0,0,0,0 +ScrollBar.trackArc = 0 +ScrollBar.thumbArc = 0 +ScrollBar.hoverThumbWithTrack = false +ScrollBar.pressedThumbWithTrack = false +ScrollBar.showButtons = false +ScrollBar.squareButtons = false +ScrollBar.buttonArrowColor = $ComboBox.buttonArrowColor +ScrollBar.buttonDisabledArrowColor = $ComboBox.buttonDisabledArrowColor +ScrollBar.allowsAbsolutePositioning = true -[mac]ScrollBar.minimumThumbSize=18,18 -[mac]ScrollBar.thumbInsets=2,2,2,2 -[mac]ScrollBar.thumbArc=999 -[mac]ScrollBar.hoverThumbWithTrack=true +[mac]ScrollBar.minimumThumbSize = 18,18 +[mac]ScrollBar.thumbInsets = 2,2,2,2 +[mac]ScrollBar.thumbArc = 999 +[mac]ScrollBar.hoverThumbWithTrack = true -[linux]ScrollBar.minimumThumbSize=18,18 -[linux]ScrollBar.thumbInsets=2,2,2,2 -[linux]ScrollBar.thumbArc=999 +[linux]ScrollBar.minimumThumbSize = 18,18 +[linux]ScrollBar.thumbInsets = 2,2,2,2 +[linux]ScrollBar.thumbArc = 999 #---- ScrollPane ---- -ScrollPane.border=com.formdev.flatlaf.ui.FlatBorder -ScrollPane.background=$ScrollBar.track -ScrollPane.fillUpperCorner=true -ScrollPane.smoothScrolling=true +ScrollPane.border = com.formdev.flatlaf.ui.FlatBorder +ScrollPane.background = $ScrollBar.track +ScrollPane.fillUpperCorner = true +ScrollPane.smoothScrolling = true #---- Separator ---- -Separator.height=3 -Separator.stripeWidth=1 -Separator.stripeIndent=1 +Separator.height = 3 +Separator.stripeWidth = 1 +Separator.stripeIndent = 1 #---- Slider ---- -Slider.focusInsets=0,0,0,0 -Slider.trackWidth=2 -Slider.thumbSize=12,12 -Slider.focusWidth=4 +Slider.focusInsets = 0,0,0,0 +Slider.trackWidth = 2 +Slider.thumbSize = 12,12 +Slider.focusWidth = 4 #---- Spinner ---- -Spinner.border=com.formdev.flatlaf.ui.FlatRoundBorder -Spinner.background=@textComponentBackground -Spinner.buttonBackground=$ComboBox.buttonEditableBackground -Spinner.buttonArrowColor=$ComboBox.buttonArrowColor -Spinner.buttonDisabledArrowColor=$ComboBox.buttonDisabledArrowColor -Spinner.buttonHoverArrowColor=$ComboBox.buttonHoverArrowColor -Spinner.buttonPressedArrowColor=$ComboBox.buttonPressedArrowColor -Spinner.padding=@textComponentMargin -Spinner.editorBorderPainted=false +Spinner.border = com.formdev.flatlaf.ui.FlatRoundBorder +Spinner.background = @textComponentBackground +Spinner.buttonBackground = $ComboBox.buttonEditableBackground +Spinner.buttonArrowColor = $ComboBox.buttonArrowColor +Spinner.buttonDisabledArrowColor = $ComboBox.buttonDisabledArrowColor +Spinner.buttonHoverArrowColor = $ComboBox.buttonHoverArrowColor +Spinner.buttonPressedArrowColor = $ComboBox.buttonPressedArrowColor +Spinner.padding = @textComponentMargin +Spinner.editorBorderPainted = false # allowed values: button or none -Spinner.buttonStyle=button +Spinner.buttonStyle = button #---- SplitPane ---- -SplitPane.dividerSize={integer}5 -SplitPane.continuousLayout=true -SplitPane.border=null -SplitPane.centerOneTouchButtons=true -SplitPane.oneTouchButtonSize={scaledInteger}6 -SplitPane.oneTouchButtonOffset={scaledInteger}2 +SplitPane.dividerSize = {integer}5 +SplitPane.continuousLayout = true +SplitPane.border = null +SplitPane.centerOneTouchButtons = true +SplitPane.oneTouchButtonSize = {scaledInteger}6 +SplitPane.oneTouchButtonOffset = {scaledInteger}2 -SplitPaneDivider.border=null -SplitPaneDivider.oneTouchArrowColor=$ComboBox.buttonArrowColor -SplitPaneDivider.oneTouchHoverArrowColor=$ComboBox.buttonHoverArrowColor -SplitPaneDivider.oneTouchPressedArrowColor=$ComboBox.buttonPressedArrowColor +SplitPaneDivider.border = null +SplitPaneDivider.oneTouchArrowColor = $ComboBox.buttonArrowColor +SplitPaneDivider.oneTouchHoverArrowColor = $ComboBox.buttonHoverArrowColor +SplitPaneDivider.oneTouchPressedArrowColor = $ComboBox.buttonPressedArrowColor # allowed values: grip or plain -SplitPaneDivider.style=grip -SplitPaneDivider.gripColor=@icon -SplitPaneDivider.gripDotCount=3 -SplitPaneDivider.gripDotSize={integer}3 -SplitPaneDivider.gripGap=2 +SplitPaneDivider.style = grip +SplitPaneDivider.gripColor = @icon +SplitPaneDivider.gripDotCount = 3 +SplitPaneDivider.gripDotSize = {integer}3 +SplitPaneDivider.gripGap = 2 #---- TabbedPane ---- -TabbedPane.tabHeight=32 -TabbedPane.tabSelectionHeight=3 -TabbedPane.contentSeparatorHeight=1 -TabbedPane.showTabSeparators=false -TabbedPane.tabSeparatorsFullHeight=false -TabbedPane.hasFullBorder=false -TabbedPane.tabInsets=4,12,4,12 -TabbedPane.tabAreaInsets=0,0,0,0 -TabbedPane.selectedTabPadInsets=0,0,0,0 -TabbedPane.tabRunOverlay=0 -TabbedPane.tabsOverlapBorder=false -TabbedPane.disabledForeground=@disabledText -TabbedPane.shadow=@background -TabbedPane.contentBorderInsets=null +TabbedPane.tabHeight = 32 +TabbedPane.tabSelectionHeight = 3 +TabbedPane.contentSeparatorHeight = 1 +TabbedPane.showTabSeparators = false +TabbedPane.tabSeparatorsFullHeight = false +TabbedPane.hasFullBorder = false +TabbedPane.tabInsets = 4,12,4,12 +TabbedPane.tabAreaInsets = 0,0,0,0 +TabbedPane.selectedTabPadInsets = 0,0,0,0 +TabbedPane.tabRunOverlay = 0 +TabbedPane.tabsOverlapBorder = false +TabbedPane.disabledForeground = @disabledText +TabbedPane.shadow = @background +TabbedPane.contentBorderInsets = null # allowed values: moreTabsButton or arrowButtons -TabbedPane.hiddenTabsNavigation=moreTabsButton +TabbedPane.hiddenTabsNavigation = moreTabsButton # allowed values: leading, trailing, center or fill -TabbedPane.tabAreaAlignment=leading +TabbedPane.tabAreaAlignment = leading # allowed values: leading, trailing or center -TabbedPane.tabAlignment=center +TabbedPane.tabAlignment = center # allowed values: preferred, equal or compact -TabbedPane.tabWidthMode=preferred +TabbedPane.tabWidthMode = preferred # allowed values: chevron or triangle -TabbedPane.arrowType=chevron -TabbedPane.buttonInsets=2,1,2,1 -TabbedPane.buttonArc=$Button.arc +TabbedPane.arrowType = chevron +TabbedPane.buttonInsets = 2,1,2,1 +TabbedPane.buttonArc = $Button.arc # allowed values: wrap or scroll -#TabbedPane.tabLayoutPolicy=scroll +#TabbedPane.tabLayoutPolicy = scroll # allowed values: never or asNeeded -TabbedPane.tabsPopupPolicy=asNeeded +TabbedPane.tabsPopupPolicy = asNeeded # allowed values: never, asNeeded or asNeededSingle -TabbedPane.scrollButtonsPolicy=asNeededSingle +TabbedPane.scrollButtonsPolicy = asNeededSingle # allowed values: both or trailing -TabbedPane.scrollButtonsPlacement=both +TabbedPane.scrollButtonsPlacement = both -TabbedPane.closeIcon=com.formdev.flatlaf.icons.FlatTabbedPaneCloseIcon -TabbedPane.closeSize=16,16 -TabbedPane.closeArc=4 -TabbedPane.closeCrossPlainSize={float}7.5 -TabbedPane.closeCrossFilledSize=$TabbedPane.closeCrossPlainSize -TabbedPane.closeCrossLineWidth={float}1 +TabbedPane.closeIcon = com.formdev.flatlaf.icons.FlatTabbedPaneCloseIcon +TabbedPane.closeSize = 16,16 +TabbedPane.closeArc = 4 +TabbedPane.closeCrossPlainSize = {float}7.5 +TabbedPane.closeCrossFilledSize = $TabbedPane.closeCrossPlainSize +TabbedPane.closeCrossLineWidth = {float}1 #---- Table ---- -Table.rowHeight=20 -Table.showHorizontalLines=false -Table.showVerticalLines=false -Table.consistentHomeEndKeyBehavior=true -Table.intercellSpacing={dimension}0,0 -Table.scrollPaneBorder=com.formdev.flatlaf.ui.FlatBorder -Table.ascendingSortIcon=com.formdev.flatlaf.icons.FlatAscendingSortIcon -Table.descendingSortIcon=com.formdev.flatlaf.icons.FlatDescendingSortIcon -Table.sortIconColor=@icon -Table.cellMargins=2,3,2,3 -Table.cellFocusColor=@cellFocusColor -Table.cellNoFocusBorder=com.formdev.flatlaf.ui.FlatTableCellBorder$Default -Table.focusCellHighlightBorder=com.formdev.flatlaf.ui.FlatTableCellBorder$Focused -Table.focusSelectedCellHighlightBorder=com.formdev.flatlaf.ui.FlatTableCellBorder$Selected -Table.focusCellBackground=@textComponentBackground -Table.focusCellForeground=@foreground -Table.background=@textComponentBackground -Table.selectionInactiveBackground=@selectionInactiveBackground -Table.selectionInactiveForeground=@selectionInactiveForeground -Table.dropCellBackground=@dropCellBackground -Table.dropCellForeground=@dropCellForeground -Table.dropLineColor=@dropLineColor -Table.dropLineShortColor=@dropLineShortColor +Table.rowHeight = 20 +Table.showHorizontalLines = false +Table.showVerticalLines = false +Table.consistentHomeEndKeyBehavior = true +Table.intercellSpacing = {dimension}0,0 +Table.scrollPaneBorder = com.formdev.flatlaf.ui.FlatBorder +Table.ascendingSortIcon = com.formdev.flatlaf.icons.FlatAscendingSortIcon +Table.descendingSortIcon = com.formdev.flatlaf.icons.FlatDescendingSortIcon +Table.sortIconColor = @icon +Table.cellMargins = 2,3,2,3 +Table.cellFocusColor = @cellFocusColor +Table.cellNoFocusBorder = com.formdev.flatlaf.ui.FlatTableCellBorder$Default +Table.focusCellHighlightBorder = com.formdev.flatlaf.ui.FlatTableCellBorder$Focused +Table.focusSelectedCellHighlightBorder = com.formdev.flatlaf.ui.FlatTableCellBorder$Selected +Table.focusCellBackground = @textComponentBackground +Table.focusCellForeground = @foreground +Table.background = @textComponentBackground +Table.selectionInactiveBackground = @selectionInactiveBackground +Table.selectionInactiveForeground = @selectionInactiveForeground +Table.dropCellBackground = @dropCellBackground +Table.dropCellForeground = @dropCellForeground +Table.dropLineColor = @dropLineColor +Table.dropLineShortColor = @dropLineShortColor #---- TableHeader ---- -TableHeader.height=25 -TableHeader.cellBorder=2,3,2,3 -TableHeader.focusCellBackground=$TableHeader.background -TableHeader.background=@textComponentBackground +TableHeader.height = 25 +TableHeader.cellBorder = 2,3,2,3 +TableHeader.focusCellBackground = $TableHeader.background +TableHeader.background = @textComponentBackground #---- TextArea ---- -TextArea.border=com.formdev.flatlaf.ui.FlatMarginBorder -TextArea.margin=@textComponentMargin -TextArea.background=@textComponentBackground +TextArea.border = com.formdev.flatlaf.ui.FlatMarginBorder +TextArea.margin = @textComponentMargin +TextArea.background = @textComponentBackground #---- TextComponent ---- # allowed values: never, once or always -TextComponent.selectAllOnFocusPolicy=once -TextComponent.selectAllOnMouseClick=false -TextComponent.arc=0 +TextComponent.selectAllOnFocusPolicy = once +TextComponent.selectAllOnMouseClick = false +TextComponent.arc = 0 #---- TextField ---- -TextField.border=com.formdev.flatlaf.ui.FlatTextBorder -TextField.margin=@textComponentMargin -TextField.background=@textComponentBackground -TextField.placeholderForeground=@disabledText +TextField.border = com.formdev.flatlaf.ui.FlatTextBorder +TextField.margin = @textComponentMargin +TextField.background = @textComponentBackground +TextField.placeholderForeground = @disabledText #---- TextPane ---- -TextPane.border=com.formdev.flatlaf.ui.FlatMarginBorder -TextPane.margin=@textComponentMargin -TextPane.background=@textComponentBackground +TextPane.border = com.formdev.flatlaf.ui.FlatMarginBorder +TextPane.margin = @textComponentMargin +TextPane.background = @textComponentBackground #---- TitledBorder ---- -TitledBorder.titleColor=@foreground -TitledBorder.border=1,1,1,1,$Separator.foreground +TitledBorder.titleColor = @foreground +TitledBorder.border = 1,1,1,1,$Separator.foreground #---- TitlePane ---- -TitlePane.menuBarEmbedded=true -TitlePane.iconSize=16,16 -TitlePane.iconMargins=3,8,3,0 -TitlePane.menuBarMargins=0,8,0,22 -TitlePane.titleMargins=3,8,3,8 -TitlePane.buttonSize=44,30 -TitlePane.buttonMaximizedHeight=22 -TitlePane.closeIcon=com.formdev.flatlaf.icons.FlatWindowCloseIcon -TitlePane.iconifyIcon=com.formdev.flatlaf.icons.FlatWindowIconifyIcon -TitlePane.maximizeIcon=com.formdev.flatlaf.icons.FlatWindowMaximizeIcon -TitlePane.restoreIcon=com.formdev.flatlaf.icons.FlatWindowRestoreIcon +TitlePane.menuBarEmbedded = true +TitlePane.iconSize = 16,16 +TitlePane.iconMargins = 3,8,3,0 +TitlePane.menuBarMargins = 0,8,0,22 +TitlePane.titleMargins = 3,8,3,8 +TitlePane.buttonSize = 44,30 +TitlePane.buttonMaximizedHeight = 22 +TitlePane.closeIcon = com.formdev.flatlaf.icons.FlatWindowCloseIcon +TitlePane.iconifyIcon = com.formdev.flatlaf.icons.FlatWindowIconifyIcon +TitlePane.maximizeIcon = com.formdev.flatlaf.icons.FlatWindowMaximizeIcon +TitlePane.restoreIcon = com.formdev.flatlaf.icons.FlatWindowRestoreIcon -TitlePane.background=$MenuBar.background -TitlePane.inactiveBackground=$TitlePane.background -TitlePane.foreground=@foreground -TitlePane.inactiveForeground=@disabledText +TitlePane.background = $MenuBar.background +TitlePane.inactiveBackground = $TitlePane.background +TitlePane.foreground = @foreground +TitlePane.inactiveForeground = @disabledText -TitlePane.closeHoverBackground=#e81123 -TitlePane.closePressedBackground=fade($TitlePane.closeHoverBackground,60%) -TitlePane.closeHoverForeground=#fff -TitlePane.closePressedForeground=#fff +TitlePane.closeHoverBackground = #e81123 +TitlePane.closePressedBackground = fade($TitlePane.closeHoverBackground,60%) +TitlePane.closeHoverForeground = #fff +TitlePane.closePressedForeground = #fff #---- ToggleButton ---- -ToggleButton.border=com.formdev.flatlaf.ui.FlatButtonBorder -ToggleButton.margin=2,14,2,14 -ToggleButton.iconTextGap=4 -ToggleButton.rollover=true +ToggleButton.border = com.formdev.flatlaf.ui.FlatButtonBorder +ToggleButton.margin = 2,14,2,14 +ToggleButton.iconTextGap = 4 +ToggleButton.rollover = true -ToggleButton.background=$Button.background -ToggleButton.pressedBackground=$Button.pressedBackground -ToggleButton.selectedForeground=@foreground +ToggleButton.background = $Button.background +ToggleButton.pressedBackground = $Button.pressedBackground +ToggleButton.selectedForeground = @foreground -ToggleButton.toolbar.hoverBackground=$Button.toolbar.hoverBackground -ToggleButton.toolbar.pressedBackground=$Button.toolbar.pressedBackground +ToggleButton.toolbar.hoverBackground = $Button.toolbar.hoverBackground +ToggleButton.toolbar.pressedBackground = $Button.toolbar.pressedBackground # button type "tab" -ToggleButton.tab.underlineHeight=2 -ToggleButton.tab.underlineColor=$TabbedPane.underlineColor -ToggleButton.tab.disabledUnderlineColor=$TabbedPane.disabledUnderlineColor -ToggleButton.tab.selectedBackground=$?TabbedPane.selectedBackground -ToggleButton.tab.hoverBackground=$TabbedPane.hoverColor -ToggleButton.tab.focusBackground=$TabbedPane.focusColor +ToggleButton.tab.underlineHeight = 2 +ToggleButton.tab.underlineColor = $TabbedPane.underlineColor +ToggleButton.tab.disabledUnderlineColor = $TabbedPane.disabledUnderlineColor +ToggleButton.tab.selectedBackground = $?TabbedPane.selectedBackground +ToggleButton.tab.hoverBackground = $TabbedPane.hoverColor +ToggleButton.tab.focusBackground = $TabbedPane.focusColor #---- ToolBar ---- -ToolBar.border=com.formdev.flatlaf.ui.FlatToolBarBorder -ToolBar.borderMargins=2,2,2,2 -ToolBar.isRollover=true -ToolBar.gripColor=@icon -ToolBar.dockingBackground=@background -ToolBar.dockingForeground=@foreground -ToolBar.floatingBackground=@background -ToolBar.floatingForeground=@disabledText +ToolBar.border = com.formdev.flatlaf.ui.FlatToolBarBorder +ToolBar.borderMargins = 2,2,2,2 +ToolBar.isRollover = true +ToolBar.gripColor = @icon +ToolBar.dockingBackground = @background +ToolBar.dockingForeground = @foreground +ToolBar.floatingBackground = @background +ToolBar.floatingForeground = @disabledText -ToolBar.separatorSize=null -ToolBar.separatorWidth=7 -ToolBar.separatorColor=$Separator.foreground +ToolBar.separatorSize = null +ToolBar.separatorWidth = 7 +ToolBar.separatorColor = $Separator.foreground -ToolBar.spacingBorder=$Button.toolbar.spacingInsets +ToolBar.spacingBorder = $Button.toolbar.spacingInsets #---- ToolTipManager ---- -ToolTipManager.enableToolTipMode=activeApplication +ToolTipManager.enableToolTipMode = activeApplication #---- Tree ---- -Tree.border=1,1,1,1 -Tree.editorBorder=1,1,1,1,@cellFocusColor -Tree.background=@textComponentBackground -Tree.selectionInactiveBackground=@selectionInactiveBackground -Tree.selectionInactiveForeground=@selectionInactiveForeground -Tree.textBackground=$Tree.background -Tree.textForeground=$Tree.foreground -Tree.selectionBorderColor=@cellFocusColor -Tree.dropCellBackground=@dropCellBackground -Tree.dropCellForeground=@dropCellForeground -Tree.dropLineColor=@dropLineColor -Tree.rendererFillBackground=false -Tree.rendererMargins=1,2,1,2 -Tree.wideSelection=true -Tree.repaintWholeRow=true -Tree.paintLines=false -Tree.showCellFocusIndicator=false -Tree.leftChildIndent=7 -Tree.rightChildIndent=11 -Tree.rowHeight=0 +Tree.border = 1,1,1,1 +Tree.editorBorder = 1,1,1,1,@cellFocusColor +Tree.background = @textComponentBackground +Tree.selectionInactiveBackground = @selectionInactiveBackground +Tree.selectionInactiveForeground = @selectionInactiveForeground +Tree.textBackground = $Tree.background +Tree.textForeground = $Tree.foreground +Tree.selectionBorderColor = @cellFocusColor +Tree.dropCellBackground = @dropCellBackground +Tree.dropCellForeground = @dropCellForeground +Tree.dropLineColor = @dropLineColor +Tree.rendererFillBackground = false +Tree.rendererMargins = 1,2,1,2 +Tree.wideSelection = true +Tree.repaintWholeRow = true +Tree.paintLines = false +Tree.showCellFocusIndicator = false +Tree.leftChildIndent = 7 +Tree.rightChildIndent = 11 +Tree.rowHeight = 0 -Tree.expandedIcon=com.formdev.flatlaf.icons.FlatTreeExpandedIcon -Tree.collapsedIcon=com.formdev.flatlaf.icons.FlatTreeCollapsedIcon -Tree.leafIcon=com.formdev.flatlaf.icons.FlatTreeLeafIcon -Tree.closedIcon=com.formdev.flatlaf.icons.FlatTreeClosedIcon -Tree.openIcon=com.formdev.flatlaf.icons.FlatTreeOpenIcon +Tree.expandedIcon = com.formdev.flatlaf.icons.FlatTreeExpandedIcon +Tree.collapsedIcon = com.formdev.flatlaf.icons.FlatTreeCollapsedIcon +Tree.leafIcon = com.formdev.flatlaf.icons.FlatTreeLeafIcon +Tree.closedIcon = com.formdev.flatlaf.icons.FlatTreeClosedIcon +Tree.openIcon = com.formdev.flatlaf.icons.FlatTreeOpenIcon -Tree.icon.expandedColor=@icon -Tree.icon.collapsedColor=@icon -Tree.icon.leafColor=@icon -Tree.icon.closedColor=@icon -Tree.icon.openColor=@icon +Tree.icon.expandedColor = @icon +Tree.icon.collapsedColor = @icon +Tree.icon.leafColor = @icon +Tree.icon.closedColor = @icon +Tree.icon.openColor = @icon diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLightLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLightLaf.properties index 24cbabcf..a3892348 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLightLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLightLaf.properties @@ -20,303 +20,303 @@ #---- variables ---- -@background=#f2f2f2 -@foreground=#000 -@selectionBackground=#2675BF -@selectionForeground=#fff -@selectionInactiveBackground=#d4d4d4 -@selectionInactiveForeground=@foreground -@disabledText=#8C8C8C -@textComponentBackground=#fff -@menuBackground=#fff -@menuHoverBackground=darken(@menuBackground,10%,derived) -@menuCheckBackground=lighten(@selectionBackground,40%) -@menuAcceleratorForeground=lighten(@foreground,30%) -@menuAcceleratorSelectionForeground=@selectionForeground -@cellFocusColor=#000 -@icon=#afafaf +@background = #f2f2f2 +@foreground = #000 +@selectionBackground = #2675BF +@selectionForeground = #fff +@selectionInactiveBackground = #d4d4d4 +@selectionInactiveForeground = @foreground +@disabledText = #8C8C8C +@textComponentBackground = #fff +@menuBackground = #fff +@menuHoverBackground = darken(@menuBackground,10%,derived) +@menuCheckBackground = lighten(@selectionBackground,40%) +@menuAcceleratorForeground = lighten(@foreground,30%) +@menuAcceleratorSelectionForeground = @selectionForeground +@cellFocusColor = #000 +@icon = #afafaf # Drop (use lazy colors for IntelliJ platform themes, which usually do not specify these colors) -@dropCellBackground=lighten(List.selectionBackground,10%,lazy) -@dropCellForeground=lazy(List.selectionForeground) -@dropLineColor=lighten(List.selectionBackground,20%,lazy) -@dropLineShortColor=darken(List.selectionBackground,20%,lazy) +@dropCellBackground = lighten(List.selectionBackground,10%,lazy) +@dropCellForeground = lazy(List.selectionForeground) +@dropLineColor = lighten(List.selectionBackground,20%,lazy) +@dropLineShortColor = darken(List.selectionBackground,20%,lazy) #---- system colors ---- -activeCaption=#99b4d1 -inactiveCaption=#bfcddb -controlHighlight=#e3e3e3 -controlLtHighlight=#fff -controlDkShadow=darken($controlShadow,15%) +activeCaption = #99b4d1 +inactiveCaption = #bfcddb +controlHighlight = #e3e3e3 +controlLtHighlight = #fff +controlDkShadow = darken($controlShadow,15%) #---- Button ---- -Button.background=#fff -Button.focusedBackground=#e3f1fa -Button.hoverBackground=darken($Button.background,3%,derived) -Button.pressedBackground=darken($Button.background,10%,derived) -Button.selectedBackground=darken($Button.background,20%,derived) -Button.selectedForeground=@foreground -Button.disabledSelectedBackground=darken($Button.background,13%,derived) +Button.background = #fff +Button.focusedBackground = #e3f1fa +Button.hoverBackground = darken($Button.background,3%,derived) +Button.pressedBackground = darken($Button.background,10%,derived) +Button.selectedBackground = darken($Button.background,20%,derived) +Button.selectedForeground = @foreground +Button.disabledSelectedBackground = darken($Button.background,13%,derived) -Button.borderColor=$Component.borderColor -Button.disabledBorderColor=$Component.disabledBorderColor -Button.focusedBorderColor=$Component.focusedBorderColor -Button.hoverBorderColor=$Button.focusedBorderColor +Button.borderColor = $Component.borderColor +Button.disabledBorderColor = $Component.disabledBorderColor +Button.focusedBorderColor = $Component.focusedBorderColor +Button.hoverBorderColor = $Button.focusedBorderColor -Button.default.background=$Button.background -Button.default.foreground=@foreground -Button.default.focusedBackground=$Button.focusedBackground -Button.default.hoverBackground=$Button.hoverBackground -Button.default.pressedBackground=$Button.pressedBackground -Button.default.borderColor=#4F9EE3 -Button.default.hoverBorderColor=$Button.hoverBorderColor -Button.default.focusedBorderColor=$Button.focusedBorderColor -Button.default.focusColor=$Component.focusColor -Button.default.borderWidth=2 +Button.default.background = $Button.background +Button.default.foreground = @foreground +Button.default.focusedBackground = $Button.focusedBackground +Button.default.hoverBackground = $Button.hoverBackground +Button.default.pressedBackground = $Button.pressedBackground +Button.default.borderColor = #4F9EE3 +Button.default.hoverBorderColor = $Button.hoverBorderColor +Button.default.focusedBorderColor = $Button.focusedBorderColor +Button.default.focusColor = $Component.focusColor +Button.default.borderWidth = 2 -Button.toolbar.hoverBackground=darken($Button.background,12%,derived) -Button.toolbar.pressedBackground=darken($Button.background,15%,derived) -Button.toolbar.selectedBackground=$Button.selectedBackground +Button.toolbar.hoverBackground = darken($Button.background,12%,derived) +Button.toolbar.pressedBackground = darken($Button.background,15%,derived) +Button.toolbar.selectedBackground = $Button.selectedBackground #---- CheckBox ---- # enabled -CheckBox.icon.borderColor=#b0b0b0 -CheckBox.icon.background=#fff -CheckBox.icon.selectedBorderColor=$CheckBox.icon.borderColor -CheckBox.icon.selectedBackground=$CheckBox.icon.background -CheckBox.icon.checkmarkColor=#4F9EE3 +CheckBox.icon.borderColor = #b0b0b0 +CheckBox.icon.background = #fff +CheckBox.icon.selectedBorderColor = $CheckBox.icon.borderColor +CheckBox.icon.selectedBackground = $CheckBox.icon.background +CheckBox.icon.checkmarkColor = #4F9EE3 # disabled -CheckBox.icon.disabledBorderColor=#BDBDBD -CheckBox.icon.disabledBackground=@background -CheckBox.icon.disabledCheckmarkColor=#ABABAB +CheckBox.icon.disabledBorderColor = #BDBDBD +CheckBox.icon.disabledBackground = @background +CheckBox.icon.disabledCheckmarkColor = #ABABAB # focused -CheckBox.icon.focusedBorderColor=#7B9FC7 -CheckBox.icon.focusedBackground=$Button.focusedBackground +CheckBox.icon.focusedBorderColor = #7B9FC7 +CheckBox.icon.focusedBackground = $Button.focusedBackground # hover -CheckBox.icon.hoverBorderColor=$CheckBox.icon.focusedBorderColor -CheckBox.icon.hoverBackground=$Button.hoverBackground +CheckBox.icon.hoverBorderColor = $CheckBox.icon.focusedBorderColor +CheckBox.icon.hoverBackground = $Button.hoverBackground # pressed -CheckBox.icon.pressedBackground=$Button.pressedBackground +CheckBox.icon.pressedBackground = $Button.pressedBackground -# used if CheckBox.icon.style=filled +# used if CheckBox.icon.style = filled # enabled -CheckBox.icon[filled].selectedBorderColor=#4B97D9 -CheckBox.icon[filled].selectedBackground=#4F9EE3 -CheckBox.icon[filled].checkmarkColor=#fff +CheckBox.icon[filled].selectedBorderColor = #4B97D9 +CheckBox.icon[filled].selectedBackground = #4F9EE3 +CheckBox.icon[filled].checkmarkColor = #fff # focused -CheckBox.icon[filled].selectedFocusedBorderColor=#ACCFF7 -CheckBox.icon[filled].selectedFocusedBackground=$CheckBox.icon[filled].selectedBackground -CheckBox.icon[filled].selectedFocusedCheckmarkColor=$CheckBox.icon.focusedBackground +CheckBox.icon[filled].selectedFocusedBorderColor = #ACCFF7 +CheckBox.icon[filled].selectedFocusedBackground = $CheckBox.icon[filled].selectedBackground +CheckBox.icon[filled].selectedFocusedCheckmarkColor = $CheckBox.icon.focusedBackground # hover -CheckBox.icon[filled].selectedHoverBackground=darken($CheckBox.icon[filled].selectedBackground,5%) +CheckBox.icon[filled].selectedHoverBackground = darken($CheckBox.icon[filled].selectedBackground,5%) # pressed -CheckBox.icon[filled].selectedPressedBackground=darken($CheckBox.icon[filled].selectedBackground,10%) +CheckBox.icon[filled].selectedPressedBackground = darken($CheckBox.icon[filled].selectedBackground,10%) #---- ComboBox ---- -ComboBox.buttonEditableBackground=#fafafa -ComboBox.buttonArrowColor=#666 -ComboBox.buttonDisabledArrowColor=lighten($ComboBox.buttonArrowColor,25%) -ComboBox.buttonHoverArrowColor=lighten($ComboBox.buttonArrowColor,20%,derived noAutoInverse) -ComboBox.buttonPressedArrowColor=lighten($ComboBox.buttonArrowColor,30%,derived noAutoInverse) +ComboBox.buttonEditableBackground = #fafafa +ComboBox.buttonArrowColor = #666 +ComboBox.buttonDisabledArrowColor = lighten($ComboBox.buttonArrowColor,25%) +ComboBox.buttonHoverArrowColor = lighten($ComboBox.buttonArrowColor,20%,derived noAutoInverse) +ComboBox.buttonPressedArrowColor = lighten($ComboBox.buttonArrowColor,30%,derived noAutoInverse) #---- Component ---- -Component.borderColor=#c4c4c4 -Component.disabledBorderColor=#cfcfcf -Component.focusedBorderColor=#87afda -Component.focusColor=#97c3f3 -Component.linkColor=#2470B3 -Component.grayFilter=25,-25,100 +Component.borderColor = #c4c4c4 +Component.disabledBorderColor = #cfcfcf +Component.focusedBorderColor = #87afda +Component.focusColor = #97c3f3 +Component.linkColor = #2470B3 +Component.grayFilter = 25,-25,100 -Component.error.borderColor=lighten(desaturate($Component.error.focusedBorderColor,20%),25%) -Component.error.focusedBorderColor=#e53e4d -Component.warning.borderColor=lighten(saturate($Component.warning.focusedBorderColor,25%),20%) -Component.warning.focusedBorderColor=#e2a53a -Component.custom.borderColor=lighten(desaturate(#f00,20%,derived noAutoInverse),25%,derived noAutoInverse) +Component.error.borderColor = lighten(desaturate($Component.error.focusedBorderColor,20%),25%) +Component.error.focusedBorderColor = #e53e4d +Component.warning.borderColor = lighten(saturate($Component.warning.focusedBorderColor,25%),20%) +Component.warning.focusedBorderColor = #e2a53a +Component.custom.borderColor = lighten(desaturate(#f00,20%,derived noAutoInverse),25%,derived noAutoInverse) #---- Desktop ---- -Desktop.background=#E6EBF0 +Desktop.background = #E6EBF0 #---- DesktopIcon ---- -DesktopIcon.background=darken($Desktop.background,10%) +DesktopIcon.background = darken($Desktop.background,10%) #---- HelpButton ---- -HelpButton.questionMarkColor=#4F9EE3 +HelpButton.questionMarkColor = #4F9EE3 #---- InternalFrame ---- -InternalFrame.activeTitleBackground=#fff -InternalFrame.activeTitleForeground=@foreground -InternalFrame.inactiveTitleBackground=#fafafa -InternalFrame.inactiveTitleForeground=@disabledText +InternalFrame.activeTitleBackground = #fff +InternalFrame.activeTitleForeground = @foreground +InternalFrame.inactiveTitleBackground = #fafafa +InternalFrame.inactiveTitleForeground = @disabledText -InternalFrame.activeBorderColor=darken($Component.borderColor,20%) -InternalFrame.inactiveBorderColor=$Component.borderColor +InternalFrame.activeBorderColor = darken($Component.borderColor,20%) +InternalFrame.inactiveBorderColor = $Component.borderColor -InternalFrame.buttonHoverBackground=darken($InternalFrame.activeTitleBackground,10%,derived) -InternalFrame.buttonPressedBackground=darken($InternalFrame.activeTitleBackground,20%,derived) -InternalFrame.closeHoverBackground=lazy(Actions.Red) -InternalFrame.closePressedBackground=darken(Actions.Red,10%,lazy) -InternalFrame.closeHoverForeground=#fff -InternalFrame.closePressedForeground=#fff +InternalFrame.buttonHoverBackground = darken($InternalFrame.activeTitleBackground,10%,derived) +InternalFrame.buttonPressedBackground = darken($InternalFrame.activeTitleBackground,20%,derived) +InternalFrame.closeHoverBackground = lazy(Actions.Red) +InternalFrame.closePressedBackground = darken(Actions.Red,10%,lazy) +InternalFrame.closeHoverForeground = #fff +InternalFrame.closePressedForeground = #fff -InternalFrame.activeDropShadowOpacity=0.25 -InternalFrame.inactiveDropShadowOpacity=0.5 +InternalFrame.activeDropShadowOpacity = 0.25 +InternalFrame.inactiveDropShadowOpacity = 0.5 #---- Menu ---- -Menu.icon.arrowColor=#666 -Menu.icon.disabledArrowColor=#ABABAB +Menu.icon.arrowColor = #666 +Menu.icon.disabledArrowColor = #ABABAB #---- MenuBar ---- -MenuBar.borderColor=#cdcdcd +MenuBar.borderColor = #cdcdcd #---- MenuItemCheckBox ---- -MenuItemCheckBox.icon.checkmarkColor=#4F9EE3 -MenuItemCheckBox.icon.disabledCheckmarkColor=#ABABAB +MenuItemCheckBox.icon.checkmarkColor = #4F9EE3 +MenuItemCheckBox.icon.disabledCheckmarkColor = #ABABAB #---- PasswordField ---- -PasswordField.capsLockIconColor=#00000064 +PasswordField.capsLockIconColor = #00000064 #---- Popup ---- -Popup.dropShadowColor=#000 -Popup.dropShadowOpacity=0.15 +Popup.dropShadowColor = #000 +Popup.dropShadowOpacity = 0.15 #---- PopupMenu ---- -PopupMenu.borderColor=#adadad +PopupMenu.borderColor = #adadad #---- ProgressBar ---- -ProgressBar.background=#D1D1D1 -ProgressBar.foreground=#1E82E6 -ProgressBar.selectionForeground=@textComponentBackground -ProgressBar.selectionBackground=@foreground +ProgressBar.background = #D1D1D1 +ProgressBar.foreground = #1E82E6 +ProgressBar.selectionForeground = @textComponentBackground +ProgressBar.selectionBackground = @foreground #---- RootPane ---- -RootPane.activeBorderColor=#707070 -RootPane.inactiveBorderColor=lighten($RootPane.activeBorderColor,20%,derived) +RootPane.activeBorderColor = #707070 +RootPane.inactiveBorderColor = lighten($RootPane.activeBorderColor,20%,derived) #---- ScrollBar ---- -ScrollBar.track=lighten(@background,1%,derived noAutoInverse) -ScrollBar.thumb=darken($ScrollBar.track,10%,derived noAutoInverse) -ScrollBar.hoverTrackColor=darken($ScrollBar.track,3%,derived noAutoInverse) -ScrollBar.hoverThumbColor=darken($ScrollBar.thumb,10%,derived noAutoInverse) -ScrollBar.pressedThumbColor=darken($ScrollBar.thumb,20%,derived noAutoInverse) -ScrollBar.hoverButtonBackground=darken(@background,5%,derived noAutoInverse) -ScrollBar.pressedButtonBackground=darken(@background,10%,derived noAutoInverse) +ScrollBar.track = lighten(@background,1%,derived noAutoInverse) +ScrollBar.thumb = darken($ScrollBar.track,10%,derived noAutoInverse) +ScrollBar.hoverTrackColor = darken($ScrollBar.track,3%,derived noAutoInverse) +ScrollBar.hoverThumbColor = darken($ScrollBar.thumb,10%,derived noAutoInverse) +ScrollBar.pressedThumbColor = darken($ScrollBar.thumb,20%,derived noAutoInverse) +ScrollBar.hoverButtonBackground = darken(@background,5%,derived noAutoInverse) +ScrollBar.pressedButtonBackground = darken(@background,10%,derived noAutoInverse) #---- Separator ---- -Separator.foreground=#d1d1d1 +Separator.foreground = #d1d1d1 #---- Slider ---- -Slider.trackValueColor=#1E82E6 -Slider.trackColor=#c4c4c4 -Slider.thumbColor=$Slider.trackValueColor -Slider.tickColor=#888 -Slider.focusedColor=fade($Component.focusColor,50%,derived) -Slider.hoverThumbColor=lighten($Slider.thumbColor,10%,derived) -Slider.pressedThumbColor=lighten($Slider.thumbColor,15%,derived) -Slider.disabledTrackColor=#c0c0c0 -Slider.disabledThumbColor=$Slider.disabledTrackColor +Slider.trackValueColor = #1E82E6 +Slider.trackColor = #c4c4c4 +Slider.thumbColor = $Slider.trackValueColor +Slider.tickColor = #888 +Slider.focusedColor = fade($Component.focusColor,50%,derived) +Slider.hoverThumbColor = lighten($Slider.thumbColor,10%,derived) +Slider.pressedThumbColor = lighten($Slider.thumbColor,15%,derived) +Slider.disabledTrackColor = #c0c0c0 +Slider.disabledThumbColor = $Slider.disabledTrackColor #---- SplitPane ---- -SplitPaneDivider.draggingColor=#c4c4c4 +SplitPaneDivider.draggingColor = #c4c4c4 #---- TabbedPane ---- -TabbedPane.underlineColor=#4083C9 -TabbedPane.disabledUnderlineColor=#ababab -TabbedPane.hoverColor=darken($TabbedPane.background,7%,derived) -TabbedPane.focusColor=#dae4ed -TabbedPane.contentAreaColor=#bfbfbf +TabbedPane.underlineColor = #4083C9 +TabbedPane.disabledUnderlineColor = #ababab +TabbedPane.hoverColor = darken($TabbedPane.background,7%,derived) +TabbedPane.focusColor = #dae4ed +TabbedPane.contentAreaColor = #bfbfbf -TabbedPane.buttonHoverBackground=darken($TabbedPane.background,7%,derived) -TabbedPane.buttonPressedBackground=darken($TabbedPane.background,10%,derived) +TabbedPane.buttonHoverBackground = darken($TabbedPane.background,7%,derived) +TabbedPane.buttonPressedBackground = darken($TabbedPane.background,10%,derived) -TabbedPane.closeBackground=null -TabbedPane.closeForeground=@disabledText -TabbedPane.closeHoverBackground=darken($TabbedPane.background,20%,derived) -TabbedPane.closeHoverForeground=@foreground -TabbedPane.closePressedBackground=darken($TabbedPane.background,25%,derived) -TabbedPane.closePressedForeground=$TabbedPane.closeHoverForeground +TabbedPane.closeBackground = null +TabbedPane.closeForeground = @disabledText +TabbedPane.closeHoverBackground = darken($TabbedPane.background,20%,derived) +TabbedPane.closeHoverForeground = @foreground +TabbedPane.closePressedBackground = darken($TabbedPane.background,25%,derived) +TabbedPane.closePressedForeground = $TabbedPane.closeHoverForeground #---- Table ---- -Table.gridColor=darken($Table.background,5%) +Table.gridColor = darken($Table.background,5%) #---- TableHeader ---- -TableHeader.separatorColor=darken($TableHeader.background,10%) -TableHeader.bottomSeparatorColor=$TableHeader.separatorColor +TableHeader.separatorColor = darken($TableHeader.background,10%) +TableHeader.bottomSeparatorColor = $TableHeader.separatorColor #---- TitlePane ---- -TitlePane.embeddedForeground=lighten($TitlePane.foreground,35%) -TitlePane.buttonHoverBackground=darken($TitlePane.background,10%,derived) -TitlePane.buttonPressedBackground=darken($TitlePane.background,20%,derived) +TitlePane.embeddedForeground = lighten($TitlePane.foreground,35%) +TitlePane.buttonHoverBackground = darken($TitlePane.background,10%,derived) +TitlePane.buttonPressedBackground = darken($TitlePane.background,20%,derived) #---- ToggleButton ---- -ToggleButton.selectedBackground=darken($ToggleButton.background,20%,derived) -ToggleButton.disabledSelectedBackground=darken($ToggleButton.background,13%,derived) +ToggleButton.selectedBackground = darken($ToggleButton.background,20%,derived) +ToggleButton.disabledSelectedBackground = darken($ToggleButton.background,13%,derived) -ToggleButton.toolbar.selectedBackground=$ToggleButton.selectedBackground +ToggleButton.toolbar.selectedBackground = $ToggleButton.selectedBackground #---- ToolTip ---- -ToolTip.border=4,6,4,6,$InternalFrame.activeBorderColor -ToolTip.background=#fafafa +ToolTip.border = 4,6,4,6,$InternalFrame.activeBorderColor +ToolTip.background = #fafafa #---- Tree ---- -Tree.hash=#E6E6E6 +Tree.hash = #E6E6E6 diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties index 2edf5de3..1226c705 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties @@ -16,137 +16,137 @@ #---- Button ---- -Button.startBackground=$Button.background -Button.endBackground=$Button.background -Button.startBorderColor=$Button.borderColor -Button.endBorderColor=$Button.borderColor +Button.startBackground = $Button.background +Button.endBackground = $Button.background +Button.startBorderColor = $Button.borderColor +Button.endBorderColor = $Button.borderColor -Button.default.startBackground=$Button.default.background -Button.default.endBackground=$Button.default.background -Button.default.startBorderColor=$Button.default.borderColor -Button.default.endBorderColor=$Button.default.borderColor +Button.default.startBackground = $Button.default.background +Button.default.endBackground = $Button.default.background +Button.default.startBorderColor = $Button.default.borderColor +Button.default.endBorderColor = $Button.default.borderColor -Button.hoverBorderColor=null -Button.default.hoverBorderColor=null +Button.hoverBorderColor = null +Button.default.hoverBorderColor = null #---- HelpButton ---- -HelpButton.hoverBorderColor=null +HelpButton.hoverBorderColor = null #---- Slider ---- -Slider.focusedColor=fade($Component.focusColor,40%,derived) +Slider.focusedColor = fade($Component.focusColor,40%,derived) #---- ToggleButton ---- -ToggleButton.startBackground=$ToggleButton.background -ToggleButton.endBackground=$ToggleButton.background -[dark]ToggleButton.selectedBackground=lighten($ToggleButton.background,15%,derived) -[dark]ToggleButton.disabledSelectedBackground=lighten($ToggleButton.background,5%,derived) +ToggleButton.startBackground = $ToggleButton.background +ToggleButton.endBackground = $ToggleButton.background +[dark]ToggleButton.selectedBackground = lighten($ToggleButton.background,15%,derived) +[dark]ToggleButton.disabledSelectedBackground = lighten($ToggleButton.background,5%,derived) #---- theme specific ---- -[Arc_Theme]ProgressBar.selectionBackground=#000 -[Arc_Theme]ProgressBar.selectionForeground=#fff +[Arc_Theme]ProgressBar.selectionBackground = #000 +[Arc_Theme]ProgressBar.selectionForeground = #fff -[Arc_Theme_-_Orange]ProgressBar.selectionBackground=#000 -[Arc_Theme_-_Orange]ProgressBar.selectionForeground=#fff +[Arc_Theme_-_Orange]ProgressBar.selectionBackground = #000 +[Arc_Theme_-_Orange]ProgressBar.selectionForeground = #fff -[Arc_Theme_Dark]ProgressBar.selectionBackground=#ddd -[Arc_Theme_Dark]ProgressBar.selectionForeground=#ddd +[Arc_Theme_Dark]ProgressBar.selectionBackground = #ddd +[Arc_Theme_Dark]ProgressBar.selectionForeground = #ddd -[Arc_Theme_Dark_-_Orange]ProgressBar.selectionBackground=#ddd -[Arc_Theme_Dark_-_Orange]ProgressBar.selectionForeground=#fff +[Arc_Theme_Dark_-_Orange]ProgressBar.selectionBackground = #ddd +[Arc_Theme_Dark_-_Orange]ProgressBar.selectionForeground = #fff -[Cobalt_2]CheckBox.icon.background=#002946 -[Cobalt_2]CheckBox.icon.checkmarkColor=#002946 +[Cobalt_2]CheckBox.icon.background = #002946 +[Cobalt_2]CheckBox.icon.checkmarkColor = #002946 -[Dark_purple]Slider.focusedColor=fade($Component.focusColor,70%,derived) +[Dark_purple]Slider.focusedColor = fade($Component.focusColor,70%,derived) -[Dracula]ProgressBar.selectionBackground=#fff -[Dracula]ProgressBar.selectionForeground=#fff +[Dracula]ProgressBar.selectionBackground = #fff +[Dracula]ProgressBar.selectionForeground = #fff -[Gruvbox_Dark_Hard]ToggleButton.selectedBackground=$ToggleButton.selectedBackground -[Gruvbox_Dark_Hard]ToggleButton.toolbar.selectedBackground=$ToggleButton.toolbar.selectedBackground +[Gruvbox_Dark_Hard]ToggleButton.selectedBackground = $ToggleButton.selectedBackground +[Gruvbox_Dark_Hard]ToggleButton.toolbar.selectedBackground = $ToggleButton.toolbar.selectedBackground -[Gruvbox_Dark_Medium]ToggleButton.selectedBackground=$ToggleButton.selectedBackground -[Gruvbox_Dark_Medium]ToggleButton.toolbar.selectedBackground=$ToggleButton.toolbar.selectedBackground +[Gruvbox_Dark_Medium]ToggleButton.selectedBackground = $ToggleButton.selectedBackground +[Gruvbox_Dark_Medium]ToggleButton.toolbar.selectedBackground = $ToggleButton.toolbar.selectedBackground -[Gruvbox_Dark_Soft]ToggleButton.selectedBackground=$ToggleButton.selectedBackground -[Gruvbox_Dark_Soft]ToggleButton.toolbar.selectedBackground=$ToggleButton.toolbar.selectedBackground +[Gruvbox_Dark_Soft]ToggleButton.selectedBackground = $ToggleButton.selectedBackground +[Gruvbox_Dark_Soft]ToggleButton.toolbar.selectedBackground = $ToggleButton.toolbar.selectedBackground -[Hiberbee_Dark]ToggleButton.selectedBackground=$ToggleButton.selectedBackground -[Hiberbee_Dark]ToggleButton.selectedBackground=$ToggleButton.selectedBackground -[Hiberbee_Dark]ToggleButton.toolbar.selectedBackground=$ToggleButton.toolbar.selectedBackground +[Hiberbee_Dark]ToggleButton.selectedBackground = $ToggleButton.selectedBackground +[Hiberbee_Dark]ToggleButton.selectedBackground = $ToggleButton.selectedBackground +[Hiberbee_Dark]ToggleButton.toolbar.selectedBackground = $ToggleButton.toolbar.selectedBackground -[High_contrast]ToggleButton.selectedBackground=#fff -[High_contrast]ToggleButton.selectedForeground=#000 -[High_contrast]ToggleButton.disabledSelectedBackground=#444 -[High_contrast]ToggleButton.toolbar.selectedBackground=#fff +[High_contrast]ToggleButton.selectedBackground = #fff +[High_contrast]ToggleButton.selectedForeground = #000 +[High_contrast]ToggleButton.disabledSelectedBackground = #444 +[High_contrast]ToggleButton.toolbar.selectedBackground = #fff -[One_Dark]Slider.focusedColor=fade(#568af2,40%) +[One_Dark]Slider.focusedColor = fade(#568af2,40%) -[Solarized_Dark]Slider.focusedColor=fade($Component.focusColor,80%,derived) +[Solarized_Dark]Slider.focusedColor = fade($Component.focusColor,80%,derived) -[vuesion-theme]Slider.trackValueColor=#ececee -[vuesion-theme]Slider.trackColor=#303a45 -[vuesion-theme]Slider.thumbColor=#ececee -[vuesion-theme]Slider.focusedColor=fade(#ececee,20%) +[vuesion-theme]Slider.trackValueColor = #ececee +[vuesion-theme]Slider.trackColor = #303a45 +[vuesion-theme]Slider.thumbColor = #ececee +[vuesion-theme]Slider.focusedColor = fade(#ececee,20%) # Material Theme UI Lite -[Dracula_Contrast]ProgressBar.selectionBackground=#fff -[Dracula_Contrast]ProgressBar.selectionForeground=#fff +[Dracula_Contrast]ProgressBar.selectionBackground = #fff +[Dracula_Contrast]ProgressBar.selectionForeground = #fff -[GitHub]ProgressBar.selectionBackground=#222 -[GitHub]ProgressBar.selectionForeground=#222 +[GitHub]ProgressBar.selectionBackground = #222 +[GitHub]ProgressBar.selectionForeground = #222 -[GitHub_Contrast]ProgressBar.selectionBackground=#222 -[GitHub_Contrast]ProgressBar.selectionForeground=#222 +[GitHub_Contrast]ProgressBar.selectionBackground = #222 +[GitHub_Contrast]ProgressBar.selectionForeground = #222 -[Light_Owl]ProgressBar.selectionBackground=#111 -[Light_Owl]ProgressBar.selectionForeground=#fff +[Light_Owl]ProgressBar.selectionBackground = #111 +[Light_Owl]ProgressBar.selectionForeground = #fff -[Light_Owl_Contrast]ProgressBar.selectionBackground=#111 -[Light_Owl_Contrast]ProgressBar.selectionForeground=#fff +[Light_Owl_Contrast]ProgressBar.selectionBackground = #111 +[Light_Owl_Contrast]ProgressBar.selectionForeground = #fff -[Material_Lighter]ProgressBar.selectionBackground=#222 -[Material_Lighter]ProgressBar.selectionForeground=#fff +[Material_Lighter]ProgressBar.selectionBackground = #222 +[Material_Lighter]ProgressBar.selectionForeground = #fff -[Material_Lighter_Contrast]ProgressBar.selectionBackground=#222 -[Material_Lighter_Contrast]ProgressBar.selectionForeground=#fff +[Material_Lighter_Contrast]ProgressBar.selectionBackground = #222 +[Material_Lighter_Contrast]ProgressBar.selectionForeground = #fff -[Material_Oceanic]ProgressBar.selectionBackground=#ddd -[Material_Oceanic]ProgressBar.selectionForeground=#ddd +[Material_Oceanic]ProgressBar.selectionBackground = #ddd +[Material_Oceanic]ProgressBar.selectionForeground = #ddd -[Material_Oceanic_Contrast]ProgressBar.selectionBackground=#ddd -[Material_Oceanic_Contrast]ProgressBar.selectionForeground=#ddd +[Material_Oceanic_Contrast]ProgressBar.selectionBackground = #ddd +[Material_Oceanic_Contrast]ProgressBar.selectionForeground = #ddd -[Material_Palenight]ProgressBar.selectionBackground=#ddd -[Material_Palenight]ProgressBar.selectionForeground=#ddd +[Material_Palenight]ProgressBar.selectionBackground = #ddd +[Material_Palenight]ProgressBar.selectionForeground = #ddd -[Material_Palenight_Contrast]ProgressBar.selectionBackground=#ddd -[Material_Palenight_Contrast]ProgressBar.selectionForeground=#ddd +[Material_Palenight_Contrast]ProgressBar.selectionBackground = #ddd +[Material_Palenight_Contrast]ProgressBar.selectionForeground = #ddd -[Night_Owl]ProgressBar.selectionBackground=#ddd -[Night_Owl]ProgressBar.selectionForeground=#ddd +[Night_Owl]ProgressBar.selectionBackground = #ddd +[Night_Owl]ProgressBar.selectionForeground = #ddd -[Night_Owl_Contrast]ProgressBar.selectionBackground=#ddd -[Night_Owl_Contrast]ProgressBar.selectionForeground=#ddd +[Night_Owl_Contrast]ProgressBar.selectionBackground = #ddd +[Night_Owl_Contrast]ProgressBar.selectionForeground = #ddd -[Solarized_Dark]ProgressBar.selectionBackground=#ccc -[Solarized_Dark]ProgressBar.selectionForeground=#ccc +[Solarized_Dark]ProgressBar.selectionBackground = #ccc +[Solarized_Dark]ProgressBar.selectionForeground = #ccc -[Material_Solarized_Dark_Contrast]ProgressBar.selectionBackground=#ccc -[Material_Solarized_Dark_Contrast]ProgressBar.selectionForeground=#ccc +[Material_Solarized_Dark_Contrast]ProgressBar.selectionBackground = #ccc +[Material_Solarized_Dark_Contrast]ProgressBar.selectionForeground = #ccc -[Solarized_Light]ProgressBar.selectionBackground=#222 -[Solarized_Light]ProgressBar.selectionForeground=#fff +[Solarized_Light]ProgressBar.selectionBackground = #222 +[Solarized_Light]ProgressBar.selectionForeground = #fff -[Material_Solarized_Light_Contrast]ProgressBar.selectionBackground=#222 -[Material_Solarized_Light_Contrast]ProgressBar.selectionForeground=#fff +[Material_Solarized_Light_Contrast]ProgressBar.selectionBackground = #222 +[Material_Solarized_Light_Contrast]ProgressBar.selectionForeground = #fff diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/resources/Bundle.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/resources/Bundle.properties index 06caf173..9a671122 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/resources/Bundle.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/resources/Bundle.properties @@ -15,51 +15,51 @@ #---- FileChooser ---- #fields -FileChooser.lookInLabel.textAndMnemonic=Look &In: -FileChooser.saveInLabelText=Save In: -FileChooser.fileNameLabel.textAndMnemonic=File &Name: -FileChooser.folderNameLabel.textAndMnemonic=Folder &name: -FileChooser.filesOfTypeLabel.textAndMnemonic=Files of &Type: +FileChooser.lookInLabel.textAndMnemonic = Look &In: +FileChooser.saveInLabelText = Save In: +FileChooser.fileNameLabel.textAndMnemonic = File &Name: +FileChooser.folderNameLabel.textAndMnemonic = Folder &name: +FileChooser.filesOfTypeLabel.textAndMnemonic = Files of &Type: # toolbar -FileChooser.upFolderToolTipText=Up One Level -FileChooser.upFolderAccessibleName=Up -FileChooser.homeFolderToolTipText=Home -FileChooser.homeFolderAccessibleName=Home -FileChooser.newFolderToolTipText=Create New Folder -FileChooser.newFolderAccessibleName=New Folder -FileChooser.listViewButtonToolTipText=List -FileChooser.listViewButtonAccessibleName=List -FileChooser.detailsViewButtonToolTipText=Details -FileChooser.detailsViewButtonAccessibleName=Details +FileChooser.upFolderToolTipText = Up One Level +FileChooser.upFolderAccessibleName = Up +FileChooser.homeFolderToolTipText = Home +FileChooser.homeFolderAccessibleName = Home +FileChooser.newFolderToolTipText = Create New Folder +FileChooser.newFolderAccessibleName = New Folder +FileChooser.listViewButtonToolTipText = List +FileChooser.listViewButtonAccessibleName = List +FileChooser.detailsViewButtonToolTipText = Details +FileChooser.detailsViewButtonAccessibleName = Details # details table header -FileChooser.fileNameHeaderText=Name -FileChooser.fileSizeHeaderText=Size -FileChooser.fileTypeHeaderText=Type -FileChooser.fileDateHeaderText=Modified -FileChooser.fileAttrHeaderText=Attributes +FileChooser.fileNameHeaderText = Name +FileChooser.fileSizeHeaderText = Size +FileChooser.fileTypeHeaderText = Type +FileChooser.fileDateHeaderText = Modified +FileChooser.fileAttrHeaderText = Attributes # popup menu -FileChooser.viewMenuLabelText=View -FileChooser.refreshActionLabelText=Refresh -FileChooser.newFolderActionLabelText=New Folder -FileChooser.listViewActionLabelText=List -FileChooser.detailsViewActionLabelText=Details +FileChooser.viewMenuLabelText = View +FileChooser.refreshActionLabelText = Refresh +FileChooser.newFolderActionLabelText = New Folder +FileChooser.listViewActionLabelText = List +FileChooser.detailsViewActionLabelText = Details #---- SplitPaneDivider ---- -SplitPaneDivider.collapseLeftToolTipText=Collapse Left Pane -SplitPaneDivider.collapseRightToolTipText=Collapse Right Pane -SplitPaneDivider.collapseTopToolTipText=Collapse Top Pane -SplitPaneDivider.collapseBottomToolTipText=Collapse Bottom Pane -SplitPaneDivider.expandLeftToolTipText=Expand Left Pane -SplitPaneDivider.expandRightToolTipText=Expand Right Pane -SplitPaneDivider.expandTopToolTipText=Expand Top Pane -SplitPaneDivider.expandBottomToolTipText=Expand Bottom Pane +SplitPaneDivider.collapseLeftToolTipText = Collapse Left Pane +SplitPaneDivider.collapseRightToolTipText = Collapse Right Pane +SplitPaneDivider.collapseTopToolTipText = Collapse Top Pane +SplitPaneDivider.collapseBottomToolTipText = Collapse Bottom Pane +SplitPaneDivider.expandLeftToolTipText = Expand Left Pane +SplitPaneDivider.expandRightToolTipText = Expand Right Pane +SplitPaneDivider.expandTopToolTipText = Expand Top Pane +SplitPaneDivider.expandBottomToolTipText = Expand Bottom Pane #---- TabbedPane ---- -TabbedPane.moreTabsButtonToolTipText=Show Hidden Tabs +TabbedPane.moreTabsButtonToolTipText = Show Hidden Tabs diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/resources/Bundle_de.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/resources/Bundle_de.properties index 5f30c8dd..cd34243d 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/resources/Bundle_de.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/resources/Bundle_de.properties @@ -15,39 +15,39 @@ #---- FileChooser ---- #fields -FileChooser.lookInLabel.textAndMnemonic=Suchen &in: -FileChooser.saveInLabelText=Speichern in: -FileChooser.fileNameLabel.textAndMnemonic=&Dateiname: -FileChooser.folderNameLabel.textAndMnemonic=Ordner&name: -FileChooser.filesOfTypeLabel.textAndMnemonic=Datei&typ: +FileChooser.lookInLabel.textAndMnemonic = Suchen &in: +FileChooser.saveInLabelText = Speichern in: +FileChooser.fileNameLabel.textAndMnemonic = &Dateiname: +FileChooser.folderNameLabel.textAndMnemonic = Ordner&name: +FileChooser.filesOfTypeLabel.textAndMnemonic = Datei&typ: # toolbar -FileChooser.upFolderToolTipText=Eine Ebene h\u00F6her -FileChooser.upFolderAccessibleName=Nach oben -FileChooser.homeFolderToolTipText=Home -FileChooser.homeFolderAccessibleName=Home -FileChooser.newFolderToolTipText=Neuen Ordner erstellen -FileChooser.newFolderAccessibleName=Neuer Ordner -FileChooser.listViewButtonToolTipText=Liste -FileChooser.listViewButtonAccessibleName=Liste -FileChooser.detailsViewButtonToolTipText=Details -FileChooser.detailsViewButtonAccessibleName=Details +FileChooser.upFolderToolTipText = Eine Ebene h\u00F6her +FileChooser.upFolderAccessibleName = Nach oben +FileChooser.homeFolderToolTipText = Home +FileChooser.homeFolderAccessibleName = Home +FileChooser.newFolderToolTipText = Neuen Ordner erstellen +FileChooser.newFolderAccessibleName = Neuer Ordner +FileChooser.listViewButtonToolTipText = Liste +FileChooser.listViewButtonAccessibleName = Liste +FileChooser.detailsViewButtonToolTipText = Details +FileChooser.detailsViewButtonAccessibleName = Details # details table header -FileChooser.fileNameHeaderText=Name -FileChooser.fileSizeHeaderText=Gr\u00F6\u00DFe -FileChooser.fileTypeHeaderText=Typ -FileChooser.fileDateHeaderText=\u00C4nderungsdatum -FileChooser.fileAttrHeaderText=Attribute +FileChooser.fileNameHeaderText = Name +FileChooser.fileSizeHeaderText = Gr\u00F6\u00DFe +FileChooser.fileTypeHeaderText = Typ +FileChooser.fileDateHeaderText = \u00C4nderungsdatum +FileChooser.fileAttrHeaderText = Attribute # popup menu -FileChooser.viewMenuLabelText=Ansicht -FileChooser.refreshActionLabelText=Aktualisieren -FileChooser.newFolderActionLabelText=Neuer Ordner -FileChooser.listViewActionLabelText=Liste -FileChooser.detailsViewActionLabelText=Details +FileChooser.viewMenuLabelText = Ansicht +FileChooser.refreshActionLabelText = Aktualisieren +FileChooser.newFolderActionLabelText = Neuer Ordner +FileChooser.listViewActionLabelText = Liste +FileChooser.detailsViewActionLabelText = Details #---- TabbedPane ---- -TabbedPane.moreTabsButtonToolTipText=Verdeckte Tabs anzeigen +TabbedPane.moreTabsButtonToolTipText = Verdeckte Tabs anzeigen diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/resources/Bundle_fr.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/resources/Bundle_fr.properties index 4e6477ba..087bddd5 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/resources/Bundle_fr.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/resources/Bundle_fr.properties @@ -15,34 +15,34 @@ #---- FileChooser ---- #fields -FileChooser.lookInLabel.textAndMnemonic=Rechercher &dans: -FileChooser.saveInLabelText=Enregistrer dans: -FileChooser.fileNameLabel.textAndMnemonic=&Nom du fichier: -FileChooser.folderNameLabel.textAndMnemonic=&Nom du dossier: -FileChooser.filesOfTypeLabel.textAndMnemonic=&Type de fichier: +FileChooser.lookInLabel.textAndMnemonic = Rechercher &dans: +FileChooser.saveInLabelText = Enregistrer dans: +FileChooser.fileNameLabel.textAndMnemonic = &Nom du fichier: +FileChooser.folderNameLabel.textAndMnemonic = &Nom du dossier: +FileChooser.filesOfTypeLabel.textAndMnemonic = &Type de fichier: # toolbar -FileChooser.upFolderToolTipText=Remonte d'un niveau -FileChooser.upFolderAccessibleName=Monter -FileChooser.homeFolderToolTipText=R\u00E9pertoire de base -FileChooser.homeFolderAccessibleName=R\u00E9pertoire de base -FileChooser.newFolderToolTipText=Cr\u00E9e un dossier -FileChooser.newFolderAccessibleName=Nouveau dossier -FileChooser.listViewButtonToolTipText=Liste -FileChooser.listViewButtonAccessibleName=Liste -FileChooser.detailsViewButtonToolTipText=D\u00E9tails -FileChooser.detailsViewButtonAccessibleName=D\u00E9tails +FileChooser.upFolderToolTipText = Remonte d'un niveau +FileChooser.upFolderAccessibleName = Monter +FileChooser.homeFolderToolTipText = R\u00E9pertoire de base +FileChooser.homeFolderAccessibleName = R\u00E9pertoire de base +FileChooser.newFolderToolTipText = Cr\u00E9e un dossier +FileChooser.newFolderAccessibleName = Nouveau dossier +FileChooser.listViewButtonToolTipText = Liste +FileChooser.listViewButtonAccessibleName = Liste +FileChooser.detailsViewButtonToolTipText = D\u00E9tails +FileChooser.detailsViewButtonAccessibleName = D\u00E9tails # details table header -FileChooser.fileNameHeaderText=Nom -FileChooser.fileSizeHeaderText=Taille -FileChooser.fileTypeHeaderText=Type -FileChooser.fileDateHeaderText=Modifi\u00E9 -FileChooser.fileAttrHeaderText=Attributs +FileChooser.fileNameHeaderText = Nom +FileChooser.fileSizeHeaderText = Taille +FileChooser.fileTypeHeaderText = Type +FileChooser.fileDateHeaderText = Modifi\u00E9 +FileChooser.fileAttrHeaderText = Attributs # popup menu -FileChooser.viewMenuLabelText=Affichage -FileChooser.refreshActionLabelText=Actualiser -FileChooser.newFolderActionLabelText=Nouveau dossier -FileChooser.listViewActionLabelText=Liste -FileChooser.detailsViewActionLabelText=D\u00E9tails +FileChooser.viewMenuLabelText = Affichage +FileChooser.refreshActionLabelText = Actualiser +FileChooser.newFolderActionLabelText = Nouveau dossier +FileChooser.listViewActionLabelText = Liste +FileChooser.detailsViewActionLabelText = D\u00E9tails diff --git a/flatlaf-demo/DemoLaf.properties b/flatlaf-demo/DemoLaf.properties index 6a76fcd6..0a4930b0 100644 --- a/flatlaf-demo/DemoLaf.properties +++ b/flatlaf-demo/DemoLaf.properties @@ -7,7 +7,7 @@ # base theme (light, dark, intellij or darcula) -@baseTheme=light +@baseTheme = light # add you theme defaults here -@background=#ccc +@background = #ccc diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/FlatDarkLaf.properties b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/FlatDarkLaf.properties index cb56e9fa..803f03b8 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/FlatDarkLaf.properties +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/FlatDarkLaf.properties @@ -14,4 +14,4 @@ # limitations under the License. # -HintPanel.backgroundColor=darken(#ffffe1,80%) +HintPanel.backgroundColor = darken(#ffffe1,80%) diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/FlatLightLaf.properties b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/FlatLightLaf.properties index 07b41420..1b848c29 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/FlatLightLaf.properties +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/FlatLightLaf.properties @@ -14,4 +14,4 @@ # limitations under the License. # -HintPanel.backgroundColor=#ffffe1 +HintPanel.backgroundColor = #ffffe1 diff --git a/flatlaf-jide-oss/src/main/resources/com/formdev/flatlaf/jideoss/FlatLaf.properties b/flatlaf-jide-oss/src/main/resources/com/formdev/flatlaf/jideoss/FlatLaf.properties index af28ab79..b7be0abb 100644 --- a/flatlaf-jide-oss/src/main/resources/com/formdev/flatlaf/jideoss/FlatLaf.properties +++ b/flatlaf-jide-oss/src/main/resources/com/formdev/flatlaf/jideoss/FlatLaf.properties @@ -16,23 +16,23 @@ #---- UI delegates ---- -JideTabbedPaneUI=com.formdev.flatlaf.jideoss.ui.FlatJideTabbedPaneUI -RangeSliderUI=com.formdev.flatlaf.jideoss.ui.FlatRangeSliderUI +JideTabbedPaneUI = com.formdev.flatlaf.jideoss.ui.FlatJideTabbedPaneUI +RangeSliderUI = com.formdev.flatlaf.jideoss.ui.FlatRangeSliderUI #---- JidePopup ---- -Resizable.resizeBorder=4,4,4,4,$PopupMenu.borderColor +Resizable.resizeBorder = 4,4,4,4,$PopupMenu.borderColor #---- JideTabbedPane ---- -JideTabbedPane.background=@background -JideTabbedPane.foreground=@foreground -JideTabbedPane.tabAreaBackground=@background +JideTabbedPane.background = @background +JideTabbedPane.foreground = @foreground +JideTabbedPane.tabAreaBackground = @background -JideTabbedPane.tabInsets=$TabbedPane.tabInsets -JideTabbedPane.tabAreaInsets=$TabbedPane.tabAreaInsets -JideTabbedPane.contentBorderInsets=0,0,0,0 -JideTabbedPane.tabRunOverlay=$TabbedPane.tabRunOverlay -JideTabbedPane.shadow=$TabbedPane.shadow +JideTabbedPane.tabInsets = $TabbedPane.tabInsets +JideTabbedPane.tabAreaInsets = $TabbedPane.tabAreaInsets +JideTabbedPane.contentBorderInsets = 0,0,0,0 +JideTabbedPane.tabRunOverlay = $TabbedPane.tabRunOverlay +JideTabbedPane.shadow = $TabbedPane.shadow diff --git a/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatDarkLaf.properties b/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatDarkLaf.properties index f3ec2b98..7ce6a467 100644 --- a/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatDarkLaf.properties +++ b/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatDarkLaf.properties @@ -16,59 +16,59 @@ #---- BusyLabel ---- -JXBusyLabel.baseColor=#777 -JXBusyLabel.highlightColor=#e0e0e0 +JXBusyLabel.baseColor = #777 +JXBusyLabel.highlightColor = #e0e0e0 #---- Header ---- -JXHeader.background=@background -JXHeader.startBackground=#4c5052 +JXHeader.background = @background +JXHeader.startBackground = #4c5052 #---- HighlighterFactory ---- -UIColorHighlighter.stripingBackground=lighten(@textComponentBackground,5%) +UIColorHighlighter.stripingBackground = lighten(@textComponentBackground,5%) #---- Hyperlink ---- -Hyperlink.linkColor=#589df6 -Hyperlink.visitedColor=$Hyperlink.linkColor -Hyperlink.disabledText=@disabledText +Hyperlink.linkColor = #589df6 +Hyperlink.visitedColor = $Hyperlink.linkColor +Hyperlink.disabledText = @disabledText #---- MonthView ---- -JXMonthView.background=@textComponentBackground -JXMonthView.monthStringBackground=#4c5052 -JXMonthView.monthStringForeground=@foreground -JXMonthView.daysOfTheWeekForeground=#aaa -JXMonthView.weekOfTheYearForeground=#888 -JXMonthView.unselectableDayForeground=#E05555 -JXMonthView.selectedBackground=@selectionBackground -JXMonthView.flaggedDayForeground=#E05555 -JXMonthView.leadingDayForeground=@disabledText -JXMonthView.trailingDayForeground=@disabledText -JXMonthView.arrowColor=@foreground -JXMonthView.disabledArrowColor=@disabledText +JXMonthView.background = @textComponentBackground +JXMonthView.monthStringBackground = #4c5052 +JXMonthView.monthStringForeground = @foreground +JXMonthView.daysOfTheWeekForeground = #aaa +JXMonthView.weekOfTheYearForeground = #888 +JXMonthView.unselectableDayForeground = #E05555 +JXMonthView.selectedBackground = @selectionBackground +JXMonthView.flaggedDayForeground = #E05555 +JXMonthView.leadingDayForeground = @disabledText +JXMonthView.trailingDayForeground = @disabledText +JXMonthView.arrowColor = @foreground +JXMonthView.disabledArrowColor = @disabledText #---- TaskPaneContainer ---- -TaskPaneContainer.background=#3E434C -TaskPaneContainer.border=10,10,10,10 +TaskPaneContainer.background = #3E434C +TaskPaneContainer.border = 10,10,10,10 #---- TaskPane ---- -TaskPane.background=@background -TaskPane.borderColor=$Button.borderColor -TaskPane.contentInsets=10,10,10,10 +TaskPane.background = @background +TaskPane.borderColor = $Button.borderColor +TaskPane.contentInsets = 10,10,10,10 -TaskPane.titleBackgroundGradientStart=#4c5052 -TaskPane.titleForeground=@foreground -TaskPane.titleOver=#888 -TaskPane.specialTitleBackground=#afafaf -TaskPane.specialTitleForeground=#222 -TaskPane.specialTitleOver=#666 +TaskPane.titleBackgroundGradientStart = #4c5052 +TaskPane.titleForeground = @foreground +TaskPane.titleOver = #888 +TaskPane.specialTitleBackground = #afafaf +TaskPane.specialTitleForeground = #222 +TaskPane.specialTitleOver = #666 diff --git a/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatLaf.properties b/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatLaf.properties index 3d0ca7b7..b15408db 100644 --- a/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatLaf.properties +++ b/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatLaf.properties @@ -16,29 +16,29 @@ #---- UI delegates ---- -BusyLabelUI=com.formdev.flatlaf.swingx.ui.FlatBusyLabelUI -DatePickerUI=com.formdev.flatlaf.swingx.ui.FlatDatePickerUI -HeaderUI=com.formdev.flatlaf.swingx.ui.FlatHeaderUI -HyperlinkUI=com.formdev.flatlaf.swingx.ui.FlatHyperlinkUI -MonthViewUI=com.formdev.flatlaf.swingx.ui.FlatMonthViewUI -swingx/TaskPaneUI=com.formdev.flatlaf.swingx.ui.FlatTaskPaneUI -TitledPanelUI=com.formdev.flatlaf.swingx.ui.FlatTitledPanelUI +BusyLabelUI = com.formdev.flatlaf.swingx.ui.FlatBusyLabelUI +DatePickerUI = com.formdev.flatlaf.swingx.ui.FlatDatePickerUI +HeaderUI = com.formdev.flatlaf.swingx.ui.FlatHeaderUI +HyperlinkUI = com.formdev.flatlaf.swingx.ui.FlatHyperlinkUI +MonthViewUI = com.formdev.flatlaf.swingx.ui.FlatMonthViewUI +swingx/TaskPaneUI = com.formdev.flatlaf.swingx.ui.FlatTaskPaneUI +TitledPanelUI = com.formdev.flatlaf.swingx.ui.FlatTitledPanelUI #---- DatePicker ---- -JXDatePicker.border=com.formdev.flatlaf.swingx.ui.FlatDatePickerBorder +JXDatePicker.border = com.formdev.flatlaf.swingx.ui.FlatDatePickerBorder #---- MonthView ---- -JXMonthView.monthDownFileName={icon}com.formdev.flatlaf.swingx.ui.FlatMonthDownIcon -JXMonthView.monthUpFileName={icon}com.formdev.flatlaf.swingx.ui.FlatMonthUpIcon +JXMonthView.monthDownFileName = {icon}com.formdev.flatlaf.swingx.ui.FlatMonthDownIcon +JXMonthView.monthUpFileName = {icon}com.formdev.flatlaf.swingx.ui.FlatMonthUpIcon #---- TitledPanel ---- -JXTitledPanel.borderColor=$Button.borderColor -JXTitledPanel.titleBackground=$TaskPane.titleBackgroundGradientStart -JXTitledPanel.titleForeground=$TaskPane.titleForeground -JXTitledPanel.captionInsets=4,10,4,10 +JXTitledPanel.borderColor = $Button.borderColor +JXTitledPanel.titleBackground = $TaskPane.titleBackgroundGradientStart +JXTitledPanel.titleForeground = $TaskPane.titleForeground +JXTitledPanel.captionInsets = 4,10,4,10 diff --git a/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatLightLaf.properties b/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatLightLaf.properties index 094a29fe..fd81dfc8 100644 --- a/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatLightLaf.properties +++ b/flatlaf-swingx/src/main/resources/com/formdev/flatlaf/swingx/FlatLightLaf.properties @@ -16,59 +16,59 @@ #---- BusyLabel ---- -JXBusyLabel.baseColor=#c4c4c4 -JXBusyLabel.highlightColor=#808080 +JXBusyLabel.baseColor = #c4c4c4 +JXBusyLabel.highlightColor = #808080 #---- Header ---- -JXHeader.background=@background -JXHeader.startBackground=#fff +JXHeader.background = @background +JXHeader.startBackground = #fff #---- HighlighterFactory ---- -UIColorHighlighter.stripingBackground=darken(@textComponentBackground,5%) +UIColorHighlighter.stripingBackground = darken(@textComponentBackground,5%) #---- Hyperlink ---- -Hyperlink.linkColor=$Component.linkColor -Hyperlink.visitedColor=$Hyperlink.linkColor -Hyperlink.disabledText=@disabledText +Hyperlink.linkColor = $Component.linkColor +Hyperlink.visitedColor = $Hyperlink.linkColor +Hyperlink.disabledText = @disabledText #---- MonthView ---- -JXMonthView.background=@textComponentBackground -JXMonthView.monthStringBackground=#dfdfdf -JXMonthView.monthStringForeground=@foreground -JXMonthView.daysOfTheWeekForeground=#444 -JXMonthView.weekOfTheYearForeground=#666 -JXMonthView.unselectableDayForeground=#E02222 -JXMonthView.selectedBackground=#B9CEF8 -JXMonthView.flaggedDayForeground=#E02222 -JXMonthView.leadingDayForeground=@disabledText -JXMonthView.trailingDayForeground=@disabledText -JXMonthView.arrowColor=@foreground -JXMonthView.disabledArrowColor=@disabledText +JXMonthView.background = @textComponentBackground +JXMonthView.monthStringBackground = #dfdfdf +JXMonthView.monthStringForeground = @foreground +JXMonthView.daysOfTheWeekForeground = #444 +JXMonthView.weekOfTheYearForeground = #666 +JXMonthView.unselectableDayForeground = #E02222 +JXMonthView.selectedBackground = #B9CEF8 +JXMonthView.flaggedDayForeground = #E02222 +JXMonthView.leadingDayForeground = @disabledText +JXMonthView.trailingDayForeground = @disabledText +JXMonthView.arrowColor = @foreground +JXMonthView.disabledArrowColor = @disabledText #---- TaskPaneContainer ---- -TaskPaneContainer.background=#E6EBF0 -TaskPaneContainer.border=10,10,10,10 +TaskPaneContainer.background = #E6EBF0 +TaskPaneContainer.border = 10,10,10,10 #---- TaskPane ---- -TaskPane.background=@background -TaskPane.borderColor=$Button.borderColor -TaskPane.contentInsets=10,10,10,10 +TaskPane.background = @background +TaskPane.borderColor = $Button.borderColor +TaskPane.contentInsets = 10,10,10,10 -TaskPane.titleBackgroundGradientStart=#dfdfdf -TaskPane.titleForeground=#222 -TaskPane.titleOver=#666 -TaskPane.specialTitleBackground=#afafaf -TaskPane.specialTitleForeground=#222 -TaskPane.specialTitleOver=#666 +TaskPane.titleBackgroundGradientStart = #dfdfdf +TaskPane.titleForeground = #222 +TaskPane.titleOver = #666 +TaskPane.specialTitleBackground = #afafaf +TaskPane.specialTitleForeground = #222 +TaskPane.specialTitleOver = #666 diff --git a/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/FlatTestLaf.properties b/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/FlatTestLaf.properties index 60e04c10..497605fa 100644 --- a/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/FlatTestLaf.properties +++ b/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/FlatTestLaf.properties @@ -16,351 +16,351 @@ #---- variables ---- -@background=#cfc -@foreground=#f00 -@selectionBackground=#0a0 -@selectionForeground=#ff0 -@selectionInactiveBackground=#888 -@selectionInactiveForeground=#fff -@disabledText=#008 -@textComponentBackground=#fff -@menuBackground=#fff -@menuHoverBackground=darken(@menuBackground,10%) -@menuCheckBackground=#ccf -@menuAcceleratorForeground=#f88 -@menuAcceleratorSelectionForeground=#fff -@cellFocusColor=#f00 -@icon=#afafaf +@background = #cfc +@foreground = #f00 +@selectionBackground = #0a0 +@selectionForeground = #ff0 +@selectionInactiveBackground = #888 +@selectionInactiveForeground = #fff +@disabledText = #008 +@textComponentBackground = #fff +@menuBackground = #fff +@menuHoverBackground = darken(@menuBackground,10%) +@menuCheckBackground = #ccf +@menuAcceleratorForeground = #f88 +@menuAcceleratorSelectionForeground = #fff +@cellFocusColor = #f00 +@icon = #afafaf -@dropCellBackground=#f00 -@dropCellForeground=#0f0 -@dropLineColor=#00f -@dropLineShortColor=#ff0 +@dropCellBackground = #f00 +@dropCellForeground = #0f0 +@dropLineColor = #00f +@dropLineShortColor = #ff0 #---- globals ---- -*.caretForeground=#00f -*.inactiveBackground=#f0f0f0 -*.inactiveForeground=#008 -*.disabledBackground=#e0e0e0 +*.caretForeground = #00f +*.inactiveBackground = #f0f0f0 +*.inactiveForeground = #008 +*.disabledBackground = #e0e0e0 #---- system colors ---- -activeCaption=#99b4d1 -inactiveCaption=#bfcddb -controlHighlight=#e3e3e3 -controlLtHighlight=#fff -controlShadow=#a0a0a0 -controlDkShadow=#696969 +activeCaption = #99b4d1 +inactiveCaption = #bfcddb +controlHighlight = #e3e3e3 +controlLtHighlight = #fff +controlShadow = #a0a0a0 +controlDkShadow = #696969 #---- Button ---- -Button.startBackground=#fff -Button.endBackground=#bbb -Button.focusedBackground=#0ff -Button.hoverBackground=#ff0 -Button.pressedBackground=#FFC800 +Button.startBackground = #fff +Button.endBackground = #bbb +Button.focusedBackground = #0ff +Button.hoverBackground = #ff0 +Button.pressedBackground = #FFC800 -Button.startBorderColor=#00f -Button.endBorderColor=#f00 -Button.disabledBorderColor=#008 -Button.focusedBorderColor=#466d94 -Button.hoverBorderColor=#f00 +Button.startBorderColor = #00f +Button.endBorderColor = #f00 +Button.disabledBorderColor = #008 +Button.focusedBorderColor = #466d94 +Button.hoverBorderColor = #f00 -Button.default.startBackground=#ddd -Button.default.endBackground=#888 -Button.default.foreground=#800 -Button.default.focusedBackground=#0ff -Button.default.hoverBackground=#ff0 -Button.default.pressedBackground=#FFC800 -Button.default.startBorderColor=#f00 -Button.default.endBorderColor=#00f -Button.default.hoverBorderColor=#f00 -Button.default.focusedBorderColor=#537699 -Button.default.focusColor=#f00 +Button.default.startBackground = #ddd +Button.default.endBackground = #888 +Button.default.foreground = #800 +Button.default.focusedBackground = #0ff +Button.default.hoverBackground = #ff0 +Button.default.pressedBackground = #FFC800 +Button.default.startBorderColor = #f00 +Button.default.endBorderColor = #00f +Button.default.hoverBorderColor = #f00 +Button.default.focusedBorderColor = #537699 +Button.default.focusColor = #f00 -Button.toolbar.hoverBackground=#fff -Button.toolbar.pressedBackground=#eee +Button.toolbar.hoverBackground = #fff +Button.toolbar.pressedBackground = #eee #---- CheckBox ---- # enabled -CheckBox.icon.borderColor=#878787 -CheckBox.icon.background=#fff -CheckBox.icon.selectedBorderColor=#4982CC -CheckBox.icon.selectedBackground=#4D89C9 -CheckBox.icon.checkmarkColor=#fff +CheckBox.icon.borderColor = #878787 +CheckBox.icon.background = #fff +CheckBox.icon.selectedBorderColor = #4982CC +CheckBox.icon.selectedBackground = #4D89C9 +CheckBox.icon.checkmarkColor = #fff # disabled -CheckBox.icon.disabledBorderColor=#BDBDBD -CheckBox.icon.disabledBackground=#F2F2F2 -CheckBox.icon.disabledCheckmarkColor=#ABABAB +CheckBox.icon.disabledBorderColor = #BDBDBD +CheckBox.icon.disabledBackground = #F2F2F2 +CheckBox.icon.disabledCheckmarkColor = #ABABAB # focused -CheckBox.icon.focusedBorderColor=#7B9FC7 -CheckBox.icon.focusedBackground=#0ff -CheckBox.icon.selectedFocusedBorderColor=#ACCFF7 +CheckBox.icon.focusedBorderColor = #7B9FC7 +CheckBox.icon.focusedBackground = #0ff +CheckBox.icon.selectedFocusedBorderColor = #ACCFF7 # hover -CheckBox.icon.hoverBorderColor=#f00 -CheckBox.icon.hoverBackground=#ff0 +CheckBox.icon.hoverBorderColor = #f00 +CheckBox.icon.hoverBackground = #ff0 # pressed -CheckBox.icon.pressedBackground=#FFC800 +CheckBox.icon.pressedBackground = #FFC800 #---- ComboBox ---- -ComboBox.background=#fff -ComboBox.buttonBackground=#f0f0f0 -ComboBox.buttonEditableBackground=#ccc -ComboBox.buttonArrowColor=#666 -ComboBox.buttonDisabledArrowColor=#ABABAB -ComboBox.buttonHoverArrowColor=#f00 -ComboBox.buttonPressedArrowColor=#00f +ComboBox.background = #fff +ComboBox.buttonBackground = #f0f0f0 +ComboBox.buttonEditableBackground = #ccc +ComboBox.buttonArrowColor = #666 +ComboBox.buttonDisabledArrowColor = #ABABAB +ComboBox.buttonHoverArrowColor = #f00 +ComboBox.buttonPressedArrowColor = #00f #---- Component ---- -Component.borderColor=#f00 -Component.disabledBorderColor=#008 -Component.focusedBorderColor=#466d94 -Component.focusColor=#97c3f3 -#Component.focusWidth=5 -#Component.arc=8 -Component.grayFilter=25,25,100 +Component.borderColor = #f00 +Component.disabledBorderColor = #008 +Component.focusedBorderColor = #466d94 +Component.focusColor = #97c3f3 +#Component.focusWidth = 5 +#Component.arc = 8 +Component.grayFilter = 25,25,100 #---- Desktop ---- -Desktop.background=#afe +Desktop.background = #afe #---- DesktopIcon ---- -DesktopIcon.background=darken($Desktop.background,20%) +DesktopIcon.background = darken($Desktop.background,20%) #---- HelpButton ---- -HelpButton.questionMarkColor=#00f +HelpButton.questionMarkColor = #00f #---- InternalFrame ---- -InternalFrame.activeTitleBackground=#800 -InternalFrame.activeTitleForeground=#faa -InternalFrame.inactiveTitleBackground=#080 -InternalFrame.inactiveTitleForeground=#afa +InternalFrame.activeTitleBackground = #800 +InternalFrame.activeTitleForeground = #faa +InternalFrame.inactiveTitleBackground = #080 +InternalFrame.inactiveTitleForeground = #afa -InternalFrame.activeBorderColor=#f00 -InternalFrame.inactiveBorderColor=#0f0 +InternalFrame.activeBorderColor = #f00 +InternalFrame.inactiveBorderColor = #0f0 -InternalFrame.buttonHoverBackground=#060 -InternalFrame.buttonPressedBackground=#0a0 -InternalFrame.closeHoverBackground=#008 -InternalFrame.closePressedBackground=#00f -InternalFrame.closeHoverForeground=#fff -InternalFrame.closePressedForeground=#fff +InternalFrame.buttonHoverBackground = #060 +InternalFrame.buttonPressedBackground = #0a0 +InternalFrame.closeHoverBackground = #008 +InternalFrame.closePressedBackground = #00f +InternalFrame.closeHoverForeground = #fff +InternalFrame.closePressedForeground = #fff #---- Label ---- -Label.foreground=#080 -Label.disabledForeground=#008 +Label.foreground = #080 +Label.disabledForeground = #008 #---- List ---- -List.background=#f0ffff -List.cellNoFocusBorder=1,6,1,6 -List.focusSelectedCellHighlightBorder=1,6,1,6,#800 -List.focusCellHighlightBorder=1,6,1,6,#800 +List.background = #f0ffff +List.cellNoFocusBorder = 1,6,1,6 +List.focusSelectedCellHighlightBorder = 1,6,1,6,#800 +List.focusCellHighlightBorder = 1,6,1,6,#800 #---- Menu ---- -Menu.icon.arrowColor=#4D89C9 -Menu.icon.disabledArrowColor=#ABABAB +Menu.icon.arrowColor = #4D89C9 +Menu.icon.disabledArrowColor = #ABABAB #---- MenuBar ---- -MenuBar.borderColor=#44f -MenuBar.hoverBackground=#fdd +MenuBar.borderColor = #44f +MenuBar.hoverBackground = #fdd -MenuBar.underlineSelectionBackground=#0f0 -MenuBar.underlineSelectionColor=#f00 -MenuBar.underlineSelectionHeight=5 +MenuBar.underlineSelectionBackground = #0f0 +MenuBar.underlineSelectionColor = #f00 +MenuBar.underlineSelectionHeight = 5 #---- MenuItemCheckBox ---- -MenuItemCheckBox.icon.checkmarkColor=#4D89C9 -MenuItemCheckBox.icon.disabledCheckmarkColor=#ABABAB +MenuItemCheckBox.icon.checkmarkColor = #4D89C9 +MenuItemCheckBox.icon.disabledCheckmarkColor = #ABABAB #---- OptionPane ---- -OptionPane.background=#fdd -OptionPane.foreground=#f00 +OptionPane.background = #fdd +OptionPane.foreground = #f00 -OptionPane.icon.errorColor=#f00 -OptionPane.icon.informationColor=#0f0 -OptionPane.icon.questionColor=#00f -OptionPane.icon.warningColor=#fc0 -OptionPane.icon.foreground=#fff +OptionPane.icon.errorColor = #f00 +OptionPane.icon.informationColor = #0f0 +OptionPane.icon.questionColor = #00f +OptionPane.icon.warningColor = #fc0 +OptionPane.icon.foreground = #fff #---- Popup ---- -Popup.dropShadowColor=#0f0 -Popup.dropShadowOpacity=0.5 -Popup.dropShadowInsets=-6,6,6,6 +Popup.dropShadowColor = #0f0 +Popup.dropShadowOpacity = 0.5 +Popup.dropShadowInsets = -6,6,6,6 #---- PopupMenu ---- -PopupMenu.borderColor=#00f +PopupMenu.borderColor = #00f #---- PopupMenuSeparator ---- -PopupMenuSeparator.height=30 -PopupMenuSeparator.stripeWidth=3 -PopupMenuSeparator.stripeIndent=1 +PopupMenuSeparator.height = 30 +PopupMenuSeparator.stripeWidth = 3 +PopupMenuSeparator.stripeIndent = 1 #---- ProgressBar ---- -ProgressBar.background=#8f8 -ProgressBar.foreground=#73737333 -ProgressBar.selectionForeground=#f00 -ProgressBar.selectionBackground=#008 -ProgressBar.cycleTime=10000 +ProgressBar.background = #8f8 +ProgressBar.foreground = #73737333 +ProgressBar.selectionForeground = #f00 +ProgressBar.selectionBackground = #008 +ProgressBar.cycleTime = 10000 #---- ScrollBar ---- -ScrollBar.track=#8f8 -ScrollBar.thumb=#73737333 -ScrollBar.hoverTrackColor=#0f0 -ScrollBar.hoverThumbColor=#f00 +ScrollBar.track = #8f8 +ScrollBar.thumb = #73737333 +ScrollBar.hoverTrackColor = #0f0 +ScrollBar.hoverThumbColor = #f00 #---- Separator ---- -Separator.foreground=#0b0 -Separator.height=20 -Separator.stripeWidth=10 -Separator.stripeIndent=5 +Separator.foreground = #0b0 +Separator.height = 20 +Separator.stripeWidth = 10 +Separator.stripeIndent = 5 #---- Slider ---- -Slider.trackColor=#8f8 -Slider.thumbColor=#faa -Slider.thumbBorderColor=#f00 -Slider.tickColor=#f00 -Slider.focusedColor=$Component.focusColor -Slider.hoverThumbColor=#00f -Slider.pressedThumbColor=#0f0 -Slider.disabledTrackColor=#ff8 -Slider.disabledThumbColor=#880 +Slider.trackColor = #8f8 +Slider.thumbColor = #faa +Slider.thumbBorderColor = #f00 +Slider.tickColor = #f00 +Slider.focusedColor = $Component.focusColor +Slider.hoverThumbColor = #00f +Slider.pressedThumbColor = #0f0 +Slider.disabledTrackColor = #ff8 +Slider.disabledThumbColor = #880 #---- SplitPane ---- -SplitPaneDivider.draggingColor=#800 -SplitPaneDivider.oneTouchArrowColor=#0f0 -SplitPaneDivider.oneTouchHoverArrowColor=#f00 -SplitPaneDivider.oneTouchPressedArrowColor=#00f +SplitPaneDivider.draggingColor = #800 +SplitPaneDivider.oneTouchArrowColor = #0f0 +SplitPaneDivider.oneTouchHoverArrowColor = #f00 +SplitPaneDivider.oneTouchPressedArrowColor = #00f #---- TabbedPane ---- -TabbedPane.disabledForeground=#777 -TabbedPane.selectedBackground=#0f0 -TabbedPane.selectedForeground=#00f -TabbedPane.underlineColor=#ff0 -TabbedPane.disabledUnderlineColor=#7a7a7a -TabbedPane.hoverColor=#eee -TabbedPane.focusColor=#ddd -TabbedPane.tabSeparatorColor=#00f -TabbedPane.contentAreaColor=#f00 +TabbedPane.disabledForeground = #777 +TabbedPane.selectedBackground = #0f0 +TabbedPane.selectedForeground = #00f +TabbedPane.underlineColor = #ff0 +TabbedPane.disabledUnderlineColor = #7a7a7a +TabbedPane.hoverColor = #eee +TabbedPane.focusColor = #ddd +TabbedPane.tabSeparatorColor = #00f +TabbedPane.contentAreaColor = #f00 -TabbedPane.buttonHoverBackground=#ff0 -TabbedPane.buttonPressedBackground=#FFC800 +TabbedPane.buttonHoverBackground = #ff0 +TabbedPane.buttonPressedBackground = #FFC800 -TabbedPane.closeSize=16,16 -TabbedPane.closeArc=999 -TabbedPane.closeCrossPlainSize={float}12 -TabbedPane.closeCrossFilledSize={float}6.5 -TabbedPane.closeCrossLineWidth={float}2 -#TabbedPane.closeBackground=#faa -TabbedPane.closeForeground=#f00 -TabbedPane.closeHoverBackground=#a00 -TabbedPane.closeHoverForeground=#fff -TabbedPane.closePressedBackground=#0f0 -TabbedPane.closePressedForeground=#000 +TabbedPane.closeSize = 16,16 +TabbedPane.closeArc = 999 +TabbedPane.closeCrossPlainSize = {float}12 +TabbedPane.closeCrossFilledSize = {float}6.5 +TabbedPane.closeCrossLineWidth = {float}2 +#TabbedPane.closeBackground = #faa +TabbedPane.closeForeground = #f00 +TabbedPane.closeHoverBackground = #a00 +TabbedPane.closeHoverForeground = #fff +TabbedPane.closePressedBackground = #0f0 +TabbedPane.closePressedForeground = #000 #---- Table ---- -Table.rowHeight=25 -Table.background=#fffff0 -Table.sortIconColor=#ff0 -Table.gridColor=#0ff +Table.rowHeight = 25 +Table.background = #fffff0 +Table.sortIconColor = #ff0 +Table.gridColor = #0ff #---- TableHeader ---- -TableHeader.background=#44f -TableHeader.foreground=#fff -TableHeader.separatorColor=#0f0 -TableHeader.bottomSeparatorColor=#0f0 +TableHeader.background = #44f +TableHeader.foreground = #fff +TableHeader.separatorColor = #0f0 +TableHeader.bottomSeparatorColor = #0f0 #---- TitledBorder ---- -TitledBorder.titleColor=#f0f -TitledBorder.border=1,1,1,1,#f0f +TitledBorder.titleColor = #f0f +TitledBorder.border = 1,1,1,1,#f0f #---- TitlePane ---- -TitlePane.background=#0f0 -TitlePane.inactiveBackground=#080 -TitlePane.foreground=#00f -TitlePane.inactiveForeground=#fff +TitlePane.background = #0f0 +TitlePane.inactiveBackground = #080 +TitlePane.foreground = #00f +TitlePane.inactiveForeground = #fff #---- ToggleButton ---- -ToggleButton.background=#ddf -ToggleButton.selectedBackground=#4f4 -ToggleButton.selectedForeground=#000 -ToggleButton.disabledSelectedBackground=#4d4 +ToggleButton.background = #ddf +ToggleButton.selectedBackground = #4f4 +ToggleButton.selectedForeground = #000 +ToggleButton.disabledSelectedBackground = #4d4 -ToggleButton.focusedBackground=#0ff -ToggleButton.hoverBackground=#ff0 -ToggleButton.pressedBackground=#FFC800 +ToggleButton.focusedBackground = #0ff +ToggleButton.hoverBackground = #ff0 +ToggleButton.pressedBackground = #FFC800 -ToggleButton.toolbar.selectedBackground=#ddd +ToggleButton.toolbar.selectedBackground = #ddd #---- ToolTip ---- -ToolTip.background=#eef +ToolTip.background = #eef #---- Tree ---- -Tree.background=#fff0ff -Tree.paintLines=true -Tree.hash=#f00 -Tree.editorBorder=1,1,1,1,#f00 -Tree.editorBorderSelectionColor=#00f +Tree.background = #fff0ff +Tree.paintLines = true +Tree.hash = #f00 +Tree.editorBorder = 1,1,1,1,#f00 +Tree.editorBorderSelectionColor = #00f diff --git a/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/customdefaults/FlatDarkLaf.properties b/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/customdefaults/FlatDarkLaf.properties index 0228f31a..0ca9cca1 100644 --- a/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/customdefaults/FlatDarkLaf.properties +++ b/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/customdefaults/FlatDarkLaf.properties @@ -1 +1 @@ -# @background=#000 +# @background = #000 diff --git a/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/customdefaults/FlatLaf.properties b/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/customdefaults/FlatLaf.properties index cc1b0e74..082cc4a2 100644 --- a/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/customdefaults/FlatLaf.properties +++ b/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/customdefaults/FlatLaf.properties @@ -1,2 +1,2 @@ -# Component.arc=9999 -# TextComponent.arc=9999 +# Component.arc = 9999 +# TextComponent.arc = 9999 diff --git a/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/customdefaults/FlatLightLaf.properties b/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/customdefaults/FlatLightLaf.properties index 33afe328..2a92b92b 100644 --- a/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/customdefaults/FlatLightLaf.properties +++ b/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/customdefaults/FlatLightLaf.properties @@ -1 +1 @@ -# @background=#fff +# @background = #fff diff --git a/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/jideoss/FlatTestLaf.properties b/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/jideoss/FlatTestLaf.properties index 31b74e10..2ee17af1 100644 --- a/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/jideoss/FlatTestLaf.properties +++ b/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/jideoss/FlatTestLaf.properties @@ -16,5 +16,5 @@ #---- RangeSlider ---- -Slider.hoverTrackColor=#44f -Slider.pressedTrackColor=#8f8 +Slider.hoverTrackColor = #44f +Slider.pressedTrackColor = #8f8 diff --git a/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/swingx/FlatTestLaf.properties b/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/swingx/FlatTestLaf.properties index a917c807..60161ae4 100644 --- a/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/swingx/FlatTestLaf.properties +++ b/flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/swingx/FlatTestLaf.properties @@ -16,61 +16,61 @@ #---- BusyLabel ---- -JXBusyLabel.baseColor=#0f0 -JXBusyLabel.highlightColor=#f00 +JXBusyLabel.baseColor = #0f0 +JXBusyLabel.highlightColor = #f00 #---- Header ---- -JXHeader.background=#f88 -JXHeader.startBackground=#fcc -JXHeader.titleForeground=#00f -JXHeader.descriptionForeground=#f00 +JXHeader.background = #f88 +JXHeader.startBackground = #fcc +JXHeader.titleForeground = #00f +JXHeader.descriptionForeground = #f00 #---- Hyperlink ---- -Hyperlink.linkColor=#f00 -Hyperlink.visitedColor=#00f -Hyperlink.disabledText=#008 +Hyperlink.linkColor = #f00 +Hyperlink.visitedColor = #00f +Hyperlink.disabledText = #008 #---- MonthView ---- -JXMonthView.background=@textComponentBackground -JXMonthView.monthStringBackground=#0f0 -JXMonthView.monthStringForeground=#00f -JXMonthView.daysOfTheWeekForeground=#0f0 -JXMonthView.weekOfTheYearForeground=#00f -JXMonthView.unselectableDayForeground=#00f -JXMonthView.selectedBackground=#afa -JXMonthView.flaggedDayForeground=#0ff -JXMonthView.leadingDayForeground=#c0c0c0 -JXMonthView.trailingDayForeground=#c0c0c0 -JXMonthView.arrowColor=#00f -JXMonthView.disabledArrowColor=#ABABAB +JXMonthView.background = @textComponentBackground +JXMonthView.monthStringBackground = #0f0 +JXMonthView.monthStringForeground = #00f +JXMonthView.daysOfTheWeekForeground = #0f0 +JXMonthView.weekOfTheYearForeground = #00f +JXMonthView.unselectableDayForeground = #00f +JXMonthView.selectedBackground = #afa +JXMonthView.flaggedDayForeground = #0ff +JXMonthView.leadingDayForeground = #c0c0c0 +JXMonthView.trailingDayForeground = #c0c0c0 +JXMonthView.arrowColor = #00f +JXMonthView.disabledArrowColor = #ABABAB #---- TaskPaneContainer ---- -TaskPaneContainer.background=#f88 -TaskPaneContainer.border=10,10,10,10 +TaskPaneContainer.background = #f88 +TaskPaneContainer.border = 10,10,10,10 #---- TaskPane ---- -TaskPane.background=#0f0 -TaskPane.borderColor=#00f -TaskPane.contentInsets=10,10,10,10 +TaskPane.background = #0f0 +TaskPane.borderColor = #00f +TaskPane.contentInsets = 10,10,10,10 -TaskPane.titleBackgroundGradientStart=#ff0 -TaskPane.titleForeground=#f0f -TaskPane.titleOver=#00a -TaskPane.specialTitleBackground=#0ff -TaskPane.specialTitleForeground=#444 -TaskPane.specialTitleOver=#d00 +TaskPane.titleBackgroundGradientStart = #ff0 +TaskPane.titleForeground = #f0f +TaskPane.titleOver = #00a +TaskPane.specialTitleBackground = #0ff +TaskPane.specialTitleForeground = #444 +TaskPane.specialTitleOver = #d00 #---- TitledPanel ---- -JXTitledPanel.borderColor=$Button.startBorderColor +JXTitledPanel.borderColor = $Button.startBorderColor diff --git a/flatlaf-theme-editor/theme-editor-test.properties b/flatlaf-theme-editor/theme-editor-test.properties index 75ece812..d9c49e32 100644 --- a/flatlaf-theme-editor/theme-editor-test.properties +++ b/flatlaf-theme-editor/theme-editor-test.properties @@ -2,50 +2,50 @@ # some comment # -ButtonUI=com.formdev.flatlaf.ui.FlatButtonUI - CheckBoxUI = com.formdev.flatlaf.ui.FlatCheckBoxUI +ButtonUI = com.formdev.flatlaf.ui.FlatButtonUI + CheckBoxUI = com.formdev.flatlaf.ui.FlatCheckBoxUI -Prop.string=some string -Prop.string2="some string 123 #f80" -Prop.char1=x -Prop.char2=\u2022 -Prop.integer=123 -Prop.float=456.123 -Prop.color1=#f80 -Prop.color2=#ff8800 -Prop.color3=#f804 -Prop.color4=#ff880044 -Prop.color5=#12 -Prop.color6=#12345 -Prop.border=1,2,3,4 +Prop.string = some string +Prop.string2 = "some string 123 #f80" +Prop.char1 = x +Prop.char2 = \u2022 +Prop.integer = 123 +Prop.float = 456.123 +Prop.color1 = #f80 +Prop.color2 = #ff8800 +Prop.color3 = #f804 +Prop.color4 = #ff880044 +Prop.color5 = #12 +Prop.color6 = #12345 +Prop.border = 1,2,3,4 -Prop.scaledInteger={scaledInteger}123 +Prop.scaledInteger = {scaledInteger}123 -Prop.null=null -Prop.false=false -Prop.true=true +Prop.null = null +Prop.false = false +Prop.true = true -@var1=123 -Prop.var=@var1 -Prop.ref=$Prop.string +@var1 = 123 +Prop.var = @var1 +Prop.ref = $Prop.string -Prop.lazy=lazy(Prop.string) +Prop.lazy = lazy(Prop.string) -Prop.colorFunc1=rgb(12,34,56) -Prop.colorFunc2=rgba(12,34,56,78) -Prop.colorFunc3=hsl(12,34%,56%) -Prop.colorFunc4=hsla(12,34%,56%,78%) +Prop.colorFunc1 = rgb(12,34,56) +Prop.colorFunc2 = rgba(12,34,56,78) +Prop.colorFunc3 = hsl(12,34%,56%) +Prop.colorFunc4 = hsla(12,34%,56%,78%) -Prop.colorFunc5=lighten(#fe1289,20%) -Prop.colorFunc6=darken(#fe1289,20%) -Prop.colorFunc7=lighten($Prop.colorFunc4,20%,relative autoInverse) -Prop.colorFunc8=lighten(Prop.colorFunc4,20%,lazy) -Prop.colorFunc9=fadein(#ff000000,30%) -Prop.colorFunc10=fadeout(#ff0000,40%) -Prop.colorFunc11=fade(#ff0000,50%) +Prop.colorFunc5 = lighten(#fe1289,20%) +Prop.colorFunc6 = darken(#fe1289,20%) +Prop.colorFunc7 = lighten($Prop.colorFunc4,20%,relative autoInverse) +Prop.colorFunc8 = lighten(Prop.colorFunc4,20%,lazy) +Prop.colorFunc9 = fadein(#ff000000,30%) +Prop.colorFunc10 = fadeout(#ff0000,40%) +Prop.colorFunc11 = fade(#ff0000,50%) -Prop.colorFunc12=#f00 -Prop.colorFunc13=spin($Prop.colorFunc12,40) -Prop.colorFunc14=spin($Prop.colorFunc12,-40) -Prop.colorFunc15=spin($Prop.colorFunc12,400) -Prop.colorFunc16=spin($Prop.colorFunc12,-400) +Prop.colorFunc12 = #f00 +Prop.colorFunc13 = spin($Prop.colorFunc12,40) +Prop.colorFunc14 = spin($Prop.colorFunc12,-40) +Prop.colorFunc15 = spin($Prop.colorFunc12,400) +Prop.colorFunc16 = spin($Prop.colorFunc12,-400)