properties: added spaces around '=' for easier reading

This commit is contained in:
Karl Tauber
2020-12-23 10:52:42 +01:00
parent cbb11ebb03
commit 66dab41539
23 changed files with 1379 additions and 1379 deletions

View File

@@ -20,23 +20,23 @@
#---- Button ---- #---- Button ----
Button.default.boldText=true Button.default.boldText = true
#---- Component ---- #---- Component ----
Component.focusWidth=2 Component.focusWidth = 2
Component.innerFocusWidth=0 Component.innerFocusWidth = 0
Component.innerOutlineWidth=0 Component.innerOutlineWidth = 0
Component.arrowType=triangle Component.arrowType = triangle
#---- ProgressBar ---- #---- ProgressBar ----
ProgressBar.foreground=#a0a0a0 ProgressBar.foreground = #a0a0a0
ProgressBar.selectionForeground=@background ProgressBar.selectionForeground = @background
#---- RadioButton ---- #---- RadioButton ----
RadioButton.icon.centerDiameter=5 RadioButton.icon.centerDiameter = 5

View File

@@ -20,291 +20,291 @@
#---- variables ---- #---- variables ----
@background=#3c3f41 @background = #3c3f41
@foreground=#bbb @foreground = #bbb
@selectionBackground=#4B6EAF @selectionBackground = #4B6EAF
@selectionForeground=@foreground @selectionForeground = @foreground
@selectionInactiveBackground=#0D293E @selectionInactiveBackground = #0D293E
@selectionInactiveForeground=@foreground @selectionInactiveForeground = @foreground
@disabledText=#888 @disabledText = #888
@textComponentBackground=#45494A @textComponentBackground = #45494A
@menuBackground=darken(@background,5%) @menuBackground = darken(@background,5%)
@menuHoverBackground=lighten(@menuBackground,10%,derived) @menuHoverBackground = lighten(@menuBackground,10%,derived)
@menuCheckBackground=darken(@selectionBackground,10%) @menuCheckBackground = darken(@selectionBackground,10%)
@menuAcceleratorForeground=darken(@foreground,15%) @menuAcceleratorForeground = darken(@foreground,15%)
@menuAcceleratorSelectionForeground=@selectionForeground @menuAcceleratorSelectionForeground = @selectionForeground
@cellFocusColor=#000 @cellFocusColor = #000
@icon=#adadad @icon = #adadad
# Drop (use lazy colors for IntelliJ platform themes, which usually do not specify these colors) # Drop (use lazy colors for IntelliJ platform themes, which usually do not specify these colors)
@dropCellBackground=darken(List.selectionBackground,10%,lazy) @dropCellBackground = darken(List.selectionBackground,10%,lazy)
@dropCellForeground=lazy(List.selectionForeground) @dropCellForeground = lazy(List.selectionForeground)
@dropLineColor=lighten(List.selectionBackground,10%,lazy) @dropLineColor = lighten(List.selectionBackground,10%,lazy)
@dropLineShortColor=lighten(List.selectionBackground,30%,lazy) @dropLineShortColor = lighten(List.selectionBackground,30%,lazy)
#---- system colors ---- #---- system colors ----
activeCaption=#434E60 activeCaption = #434E60
inactiveCaption=#393C3D inactiveCaption = #393C3D
controlHighlight=darken($controlShadow,20%) controlHighlight = darken($controlShadow,20%)
controlLtHighlight=darken($controlShadow,25%) controlLtHighlight = darken($controlShadow,25%)
controlDkShadow=lighten($controlShadow,10%) controlDkShadow = lighten($controlShadow,10%)
#---- Button ---- #---- Button ----
Button.background=#4c5052 Button.background = #4c5052
Button.hoverBackground=lighten($Button.background,3%,derived) Button.hoverBackground = lighten($Button.background,3%,derived)
Button.pressedBackground=lighten($Button.background,6%,derived) Button.pressedBackground = lighten($Button.background,6%,derived)
Button.selectedBackground=lighten($Button.background,10%,derived) Button.selectedBackground = lighten($Button.background,10%,derived)
Button.selectedForeground=@foreground Button.selectedForeground = @foreground
Button.disabledSelectedBackground=lighten($Button.background,3%,derived) Button.disabledSelectedBackground = lighten($Button.background,3%,derived)
Button.borderColor=#5e6060 Button.borderColor = #5e6060
Button.disabledBorderColor=#5e6060 Button.disabledBorderColor = #5e6060
Button.focusedBorderColor=#466d94 Button.focusedBorderColor = #466d94
Button.hoverBorderColor=$Button.focusedBorderColor Button.hoverBorderColor = $Button.focusedBorderColor
Button.default.background=#365880 Button.default.background = #365880
Button.default.foreground=#bbb Button.default.foreground = #bbb
Button.default.hoverBackground=lighten($Button.default.background,3%,derived) Button.default.hoverBackground = lighten($Button.default.background,3%,derived)
Button.default.pressedBackground=lighten($Button.default.background,6%,derived) Button.default.pressedBackground = lighten($Button.default.background,6%,derived)
Button.default.borderColor=#4c708c Button.default.borderColor = #4c708c
Button.default.hoverBorderColor=#537699 Button.default.hoverBorderColor = #537699
Button.default.focusedBorderColor=#537699 Button.default.focusedBorderColor = #537699
Button.default.focusColor=#43688c Button.default.focusColor = #43688c
Button.default.boldText=true Button.default.boldText = true
Button.toolbar.hoverBackground=lighten($Button.background,1%,derived) Button.toolbar.hoverBackground = lighten($Button.background,1%,derived)
Button.toolbar.pressedBackground=lighten($Button.background,4%,derived) Button.toolbar.pressedBackground = lighten($Button.background,4%,derived)
Button.toolbar.selectedBackground=lighten($Button.background,7%,derived) Button.toolbar.selectedBackground = lighten($Button.background,7%,derived)
#---- CheckBox ---- #---- CheckBox ----
# enabled # enabled
CheckBox.icon.borderColor=#6B6B6B CheckBox.icon.borderColor = #6B6B6B
CheckBox.icon.background=#43494A CheckBox.icon.background = #43494A
CheckBox.icon.selectedBorderColor=$CheckBox.icon.borderColor CheckBox.icon.selectedBorderColor = $CheckBox.icon.borderColor
CheckBox.icon.selectedBackground=$CheckBox.icon.background CheckBox.icon.selectedBackground = $CheckBox.icon.background
CheckBox.icon.checkmarkColor=#A7A7A7 CheckBox.icon.checkmarkColor = #A7A7A7
# disabled # disabled
CheckBox.icon.disabledBorderColor=#545556 CheckBox.icon.disabledBorderColor = #545556
CheckBox.icon.disabledBackground=@background CheckBox.icon.disabledBackground = @background
CheckBox.icon.disabledCheckmarkColor=#606060 CheckBox.icon.disabledCheckmarkColor = #606060
# focused # focused
CheckBox.icon.focusedBorderColor=#466D94 CheckBox.icon.focusedBorderColor = #466D94
CheckBox.icon.selectedFocusedBorderColor=#466D94 CheckBox.icon.selectedFocusedBorderColor = #466D94
# hover # hover
CheckBox.icon.hoverBorderColor=$CheckBox.icon.focusedBorderColor CheckBox.icon.hoverBorderColor = $CheckBox.icon.focusedBorderColor
CheckBox.icon.hoverBackground=lighten($CheckBox.icon.background,3%,derived) CheckBox.icon.hoverBackground = lighten($CheckBox.icon.background,3%,derived)
# pressed # 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 # enabled
CheckBox.icon[filled].selectedBorderColor=$CheckBox.icon.checkmarkColor CheckBox.icon[filled].selectedBorderColor = $CheckBox.icon.checkmarkColor
CheckBox.icon[filled].selectedBackground=$CheckBox.icon.checkmarkColor CheckBox.icon[filled].selectedBackground = $CheckBox.icon.checkmarkColor
CheckBox.icon[filled].checkmarkColor=$CheckBox.icon.background CheckBox.icon[filled].checkmarkColor = $CheckBox.icon.background
# hover # hover
CheckBox.icon[filled].selectedHoverBackground=darken($CheckBox.icon[filled].selectedBackground,3%) CheckBox.icon[filled].selectedHoverBackground = darken($CheckBox.icon[filled].selectedBackground,3%)
# pressed # pressed
CheckBox.icon[filled].selectedPressedBackground=darken($CheckBox.icon[filled].selectedBackground,6%) CheckBox.icon[filled].selectedPressedBackground = darken($CheckBox.icon[filled].selectedBackground,6%)
#---- ComboBox ---- #---- ComboBox ----
ComboBox.buttonEditableBackground=#404445 ComboBox.buttonEditableBackground = #404445
ComboBox.buttonArrowColor=#9A9DA1 ComboBox.buttonArrowColor = #9A9DA1
ComboBox.buttonDisabledArrowColor=darken($ComboBox.buttonArrowColor,25%) ComboBox.buttonDisabledArrowColor = darken($ComboBox.buttonArrowColor,25%)
ComboBox.buttonHoverArrowColor=lighten($ComboBox.buttonArrowColor,10%,derived noAutoInverse) ComboBox.buttonHoverArrowColor = lighten($ComboBox.buttonArrowColor,10%,derived noAutoInverse)
ComboBox.buttonPressedArrowColor=lighten($ComboBox.buttonArrowColor,20%,derived noAutoInverse) ComboBox.buttonPressedArrowColor = lighten($ComboBox.buttonArrowColor,20%,derived noAutoInverse)
#---- Component ---- #---- Component ----
Component.borderColor=#646464 Component.borderColor = #646464
Component.disabledBorderColor=#646464 Component.disabledBorderColor = #646464
Component.focusedBorderColor=#466d94 Component.focusedBorderColor = #466d94
Component.focusColor=#3d6185 Component.focusColor = #3d6185
Component.linkColor=#589df6 Component.linkColor = #589df6
Component.grayFilter=-20,-70,100 Component.grayFilter = -20,-70,100
Component.error.borderColor=desaturate($Component.error.focusedBorderColor,25%) Component.error.borderColor = desaturate($Component.error.focusedBorderColor,25%)
Component.error.focusedBorderColor=#8b3c3c Component.error.focusedBorderColor = #8b3c3c
Component.warning.borderColor=darken(desaturate($Component.warning.focusedBorderColor,20%),10%) Component.warning.borderColor = darken(desaturate($Component.warning.focusedBorderColor,20%),10%)
Component.warning.focusedBorderColor=#ac7920 Component.warning.focusedBorderColor = #ac7920
Component.custom.borderColor=desaturate(#f00,50%,relative derived noAutoInverse) Component.custom.borderColor = desaturate(#f00,50%,relative derived noAutoInverse)
#---- Desktop ---- #---- Desktop ----
Desktop.background=#3E434C Desktop.background = #3E434C
#---- DesktopIcon ---- #---- DesktopIcon ----
DesktopIcon.background=lighten($Desktop.background,10%) DesktopIcon.background = lighten($Desktop.background,10%)
#---- InternalFrame ---- #---- InternalFrame ----
InternalFrame.activeTitleBackground=darken(@background,10%) InternalFrame.activeTitleBackground = darken(@background,10%)
InternalFrame.activeTitleForeground=@foreground InternalFrame.activeTitleForeground = @foreground
InternalFrame.inactiveTitleBackground=darken(@background,5%) InternalFrame.inactiveTitleBackground = darken(@background,5%)
InternalFrame.inactiveTitleForeground=@disabledText InternalFrame.inactiveTitleForeground = @disabledText
InternalFrame.activeBorderColor=darken(@background,7%) InternalFrame.activeBorderColor = darken(@background,7%)
InternalFrame.inactiveBorderColor=darken(@background,3%) InternalFrame.inactiveBorderColor = darken(@background,3%)
InternalFrame.buttonHoverBackground=lighten($InternalFrame.activeTitleBackground,10%,derived) InternalFrame.buttonHoverBackground = lighten($InternalFrame.activeTitleBackground,10%,derived)
InternalFrame.buttonPressedBackground=lighten($InternalFrame.activeTitleBackground,20%,derived) InternalFrame.buttonPressedBackground = lighten($InternalFrame.activeTitleBackground,20%,derived)
InternalFrame.closeHoverBackground=lazy(Actions.Red) InternalFrame.closeHoverBackground = lazy(Actions.Red)
InternalFrame.closePressedBackground=darken(Actions.Red,10%,lazy) InternalFrame.closePressedBackground = darken(Actions.Red,10%,lazy)
InternalFrame.closeHoverForeground=#fff InternalFrame.closeHoverForeground = #fff
InternalFrame.closePressedForeground=#fff InternalFrame.closePressedForeground = #fff
InternalFrame.activeDropShadowOpacity=0.5 InternalFrame.activeDropShadowOpacity = 0.5
InternalFrame.inactiveDropShadowOpacity=0.75 InternalFrame.inactiveDropShadowOpacity = 0.75
#---- Menu ---- #---- Menu ----
Menu.icon.arrowColor=#A7A7A7 Menu.icon.arrowColor = #A7A7A7
Menu.icon.disabledArrowColor=#606060 Menu.icon.disabledArrowColor = #606060
#---- MenuBar ---- #---- MenuBar ----
MenuBar.borderColor=#515151 MenuBar.borderColor = #515151
#---- MenuItemCheckBox ---- #---- MenuItemCheckBox ----
MenuItemCheckBox.icon.checkmarkColor=#A7A7A7 MenuItemCheckBox.icon.checkmarkColor = #A7A7A7
MenuItemCheckBox.icon.disabledCheckmarkColor=#606060 MenuItemCheckBox.icon.disabledCheckmarkColor = #606060
#---- PasswordField ---- #---- PasswordField ----
PasswordField.capsLockIconColor=#ffffff64 PasswordField.capsLockIconColor = #ffffff64
#---- Popup ---- #---- Popup ----
Popup.dropShadowColor=#000 Popup.dropShadowColor = #000
Popup.dropShadowOpacity=0.25 Popup.dropShadowOpacity = 0.25
#---- PopupMenu ---- #---- PopupMenu ----
PopupMenu.borderColor=#5e5e5e PopupMenu.borderColor = #5e5e5e
#---- ProgressBar ---- #---- ProgressBar ----
ProgressBar.background=#555 ProgressBar.background = #555
ProgressBar.foreground=#4A88C7 ProgressBar.foreground = #4A88C7
ProgressBar.selectionForeground=@foreground ProgressBar.selectionForeground = @foreground
ProgressBar.selectionBackground=@foreground ProgressBar.selectionBackground = @foreground
#---- RootPane ---- #---- RootPane ----
RootPane.activeBorderColor=darken(@background,7%,derived) RootPane.activeBorderColor = darken(@background,7%,derived)
RootPane.inactiveBorderColor=darken(@background,5%,derived) RootPane.inactiveBorderColor = darken(@background,5%,derived)
#---- ScrollBar ---- #---- ScrollBar ----
ScrollBar.track=lighten(@background,1%,derived noAutoInverse) ScrollBar.track = lighten(@background,1%,derived noAutoInverse)
ScrollBar.thumb=lighten($ScrollBar.track,10%,derived noAutoInverse) ScrollBar.thumb = lighten($ScrollBar.track,10%,derived noAutoInverse)
ScrollBar.hoverTrackColor=lighten($ScrollBar.track,4%,derived noAutoInverse) ScrollBar.hoverTrackColor = lighten($ScrollBar.track,4%,derived noAutoInverse)
ScrollBar.hoverThumbColor=lighten($ScrollBar.thumb,10%,derived noAutoInverse) ScrollBar.hoverThumbColor = lighten($ScrollBar.thumb,10%,derived noAutoInverse)
ScrollBar.pressedThumbColor=lighten($ScrollBar.thumb,15%,derived noAutoInverse) ScrollBar.pressedThumbColor = lighten($ScrollBar.thumb,15%,derived noAutoInverse)
ScrollBar.hoverButtonBackground=lighten(@background,5%,derived noAutoInverse) ScrollBar.hoverButtonBackground = lighten(@background,5%,derived noAutoInverse)
ScrollBar.pressedButtonBackground=lighten(@background,10%,derived noAutoInverse) ScrollBar.pressedButtonBackground = lighten(@background,10%,derived noAutoInverse)
#---- Separator ---- #---- Separator ----
Separator.foreground=#515151 Separator.foreground = #515151
#---- Slider ---- #---- Slider ----
Slider.trackValueColor=#4A88C7 Slider.trackValueColor = #4A88C7
Slider.trackColor=#646464 Slider.trackColor = #646464
Slider.thumbColor=$Slider.trackValueColor Slider.thumbColor = $Slider.trackValueColor
Slider.tickColor=#888 Slider.tickColor = #888
Slider.focusedColor=fade($Component.focusColor,70%,derived) Slider.focusedColor = fade($Component.focusColor,70%,derived)
Slider.hoverThumbColor=darken($Slider.thumbColor,10%,derived) Slider.hoverThumbColor = darken($Slider.thumbColor,10%,derived)
Slider.pressedThumbColor=darken($Slider.thumbColor,15%,derived) Slider.pressedThumbColor = darken($Slider.thumbColor,15%,derived)
Slider.disabledTrackColor=#4c5052 Slider.disabledTrackColor = #4c5052
Slider.disabledThumbColor=$Slider.disabledTrackColor Slider.disabledThumbColor = $Slider.disabledTrackColor
#---- SplitPane ---- #---- SplitPane ----
SplitPaneDivider.draggingColor=#646464 SplitPaneDivider.draggingColor = #646464
#---- TabbedPane ---- #---- TabbedPane ----
TabbedPane.underlineColor=#4A88C7 TabbedPane.underlineColor = #4A88C7
TabbedPane.disabledUnderlineColor=#7a7a7a TabbedPane.disabledUnderlineColor = #7a7a7a
TabbedPane.hoverColor=darken($TabbedPane.background,5%,derived noAutoInverse) TabbedPane.hoverColor = darken($TabbedPane.background,5%,derived noAutoInverse)
TabbedPane.focusColor=#3d4b5c TabbedPane.focusColor = #3d4b5c
TabbedPane.contentAreaColor=#646464 TabbedPane.contentAreaColor = #646464
TabbedPane.buttonHoverBackground=darken($TabbedPane.background,5%,derived noAutoInverse) TabbedPane.buttonHoverBackground = darken($TabbedPane.background,5%,derived noAutoInverse)
TabbedPane.buttonPressedBackground=darken($TabbedPane.background,8%,derived noAutoInverse) TabbedPane.buttonPressedBackground = darken($TabbedPane.background,8%,derived noAutoInverse)
TabbedPane.closeBackground=null TabbedPane.closeBackground = null
TabbedPane.closeForeground=@disabledText TabbedPane.closeForeground = @disabledText
TabbedPane.closeHoverBackground=lighten($TabbedPane.background,5%,derived) TabbedPane.closeHoverBackground = lighten($TabbedPane.background,5%,derived)
TabbedPane.closeHoverForeground=@foreground TabbedPane.closeHoverForeground = @foreground
TabbedPane.closePressedBackground=lighten($TabbedPane.background,10%,derived) TabbedPane.closePressedBackground = lighten($TabbedPane.background,10%,derived)
TabbedPane.closePressedForeground=$TabbedPane.closeHoverForeground TabbedPane.closePressedForeground = $TabbedPane.closeHoverForeground
#---- Table ---- #---- Table ----
Table.gridColor=lighten($Table.background,5%) Table.gridColor = lighten($Table.background,5%)
#---- TableHeader ---- #---- TableHeader ----
TableHeader.separatorColor=lighten($TableHeader.background,10%) TableHeader.separatorColor = lighten($TableHeader.background,10%)
TableHeader.bottomSeparatorColor=$TableHeader.separatorColor TableHeader.bottomSeparatorColor = $TableHeader.separatorColor
#---- TitlePane ---- #---- TitlePane ----
TitlePane.embeddedForeground=darken($TitlePane.foreground,15%) TitlePane.embeddedForeground = darken($TitlePane.foreground,15%)
TitlePane.buttonHoverBackground=lighten($TitlePane.background,10%,derived) TitlePane.buttonHoverBackground = lighten($TitlePane.background,10%,derived)
TitlePane.buttonPressedBackground=lighten($TitlePane.background,20%,derived) TitlePane.buttonPressedBackground = lighten($TitlePane.background,20%,derived)
#---- ToggleButton ---- #---- ToggleButton ----
ToggleButton.selectedBackground=lighten($ToggleButton.background,10%,derived) ToggleButton.selectedBackground = lighten($ToggleButton.background,10%,derived)
ToggleButton.disabledSelectedBackground=lighten($ToggleButton.background,3%,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 ----
ToolTip.border=4,6,4,6 ToolTip.border = 4,6,4,6
ToolTip.background=#1e2123 ToolTip.background = #1e2123
#---- Tree ---- #---- Tree ----
Tree.hash=#505355 Tree.hash = #505355

View File

@@ -20,27 +20,27 @@
#---- Button ---- #---- Button ----
Button.focusedBackground=null Button.focusedBackground = null
Button.default.background=#4D8AC9 Button.default.background = #4D8AC9
Button.default.foreground=#fff Button.default.foreground = #fff
Button.default.focusedBackground=null Button.default.focusedBackground = null
Button.default.borderColor=#3D75B2 Button.default.borderColor = #3D75B2
Button.default.hoverBorderColor=#A9C9F5 Button.default.hoverBorderColor = #A9C9F5
Button.default.focusedBorderColor=#A9C9F5 Button.default.focusedBorderColor = #A9C9F5
Button.default.focusColor=#97c3f3 Button.default.focusColor = #97c3f3
Button.default.boldText=true Button.default.boldText = true
Button.default.borderWidth=1 Button.default.borderWidth = 1
#---- CheckBox ---- #---- CheckBox ----
CheckBox.icon.style=filled CheckBox.icon.style = filled
#---- Component ---- #---- Component ----
Component.focusWidth=2 Component.focusWidth = 2
Component.innerFocusWidth=0 Component.innerFocusWidth = 0
Component.innerOutlineWidth=0 Component.innerOutlineWidth = 0
Component.arrowType=triangle Component.arrowType = triangle

View File

@@ -20,303 +20,303 @@
#---- variables ---- #---- variables ----
@background=#f2f2f2 @background = #f2f2f2
@foreground=#000 @foreground = #000
@selectionBackground=#2675BF @selectionBackground = #2675BF
@selectionForeground=#fff @selectionForeground = #fff
@selectionInactiveBackground=#d4d4d4 @selectionInactiveBackground = #d4d4d4
@selectionInactiveForeground=@foreground @selectionInactiveForeground = @foreground
@disabledText=#8C8C8C @disabledText = #8C8C8C
@textComponentBackground=#fff @textComponentBackground = #fff
@menuBackground=#fff @menuBackground = #fff
@menuHoverBackground=darken(@menuBackground,10%,derived) @menuHoverBackground = darken(@menuBackground,10%,derived)
@menuCheckBackground=lighten(@selectionBackground,40%) @menuCheckBackground = lighten(@selectionBackground,40%)
@menuAcceleratorForeground=lighten(@foreground,30%) @menuAcceleratorForeground = lighten(@foreground,30%)
@menuAcceleratorSelectionForeground=@selectionForeground @menuAcceleratorSelectionForeground = @selectionForeground
@cellFocusColor=#000 @cellFocusColor = #000
@icon=#afafaf @icon = #afafaf
# Drop (use lazy colors for IntelliJ platform themes, which usually do not specify these colors) # Drop (use lazy colors for IntelliJ platform themes, which usually do not specify these colors)
@dropCellBackground=lighten(List.selectionBackground,10%,lazy) @dropCellBackground = lighten(List.selectionBackground,10%,lazy)
@dropCellForeground=lazy(List.selectionForeground) @dropCellForeground = lazy(List.selectionForeground)
@dropLineColor=lighten(List.selectionBackground,20%,lazy) @dropLineColor = lighten(List.selectionBackground,20%,lazy)
@dropLineShortColor=darken(List.selectionBackground,20%,lazy) @dropLineShortColor = darken(List.selectionBackground,20%,lazy)
#---- system colors ---- #---- system colors ----
activeCaption=#99b4d1 activeCaption = #99b4d1
inactiveCaption=#bfcddb inactiveCaption = #bfcddb
controlHighlight=#e3e3e3 controlHighlight = #e3e3e3
controlLtHighlight=#fff controlLtHighlight = #fff
controlDkShadow=darken($controlShadow,15%) controlDkShadow = darken($controlShadow,15%)
#---- Button ---- #---- Button ----
Button.background=#fff Button.background = #fff
Button.focusedBackground=#e3f1fa Button.focusedBackground = #e3f1fa
Button.hoverBackground=darken($Button.background,3%,derived) Button.hoverBackground = darken($Button.background,3%,derived)
Button.pressedBackground=darken($Button.background,10%,derived) Button.pressedBackground = darken($Button.background,10%,derived)
Button.selectedBackground=darken($Button.background,20%,derived) Button.selectedBackground = darken($Button.background,20%,derived)
Button.selectedForeground=@foreground Button.selectedForeground = @foreground
Button.disabledSelectedBackground=darken($Button.background,13%,derived) Button.disabledSelectedBackground = darken($Button.background,13%,derived)
Button.borderColor=$Component.borderColor Button.borderColor = $Component.borderColor
Button.disabledBorderColor=$Component.disabledBorderColor Button.disabledBorderColor = $Component.disabledBorderColor
Button.focusedBorderColor=$Component.focusedBorderColor Button.focusedBorderColor = $Component.focusedBorderColor
Button.hoverBorderColor=$Button.focusedBorderColor Button.hoverBorderColor = $Button.focusedBorderColor
Button.default.background=$Button.background Button.default.background = $Button.background
Button.default.foreground=@foreground Button.default.foreground = @foreground
Button.default.focusedBackground=$Button.focusedBackground Button.default.focusedBackground = $Button.focusedBackground
Button.default.hoverBackground=$Button.hoverBackground Button.default.hoverBackground = $Button.hoverBackground
Button.default.pressedBackground=$Button.pressedBackground Button.default.pressedBackground = $Button.pressedBackground
Button.default.borderColor=#4F9EE3 Button.default.borderColor = #4F9EE3
Button.default.hoverBorderColor=$Button.hoverBorderColor Button.default.hoverBorderColor = $Button.hoverBorderColor
Button.default.focusedBorderColor=$Button.focusedBorderColor Button.default.focusedBorderColor = $Button.focusedBorderColor
Button.default.focusColor=$Component.focusColor Button.default.focusColor = $Component.focusColor
Button.default.borderWidth=2 Button.default.borderWidth = 2
Button.toolbar.hoverBackground=darken($Button.background,12%,derived) Button.toolbar.hoverBackground = darken($Button.background,12%,derived)
Button.toolbar.pressedBackground=darken($Button.background,15%,derived) Button.toolbar.pressedBackground = darken($Button.background,15%,derived)
Button.toolbar.selectedBackground=$Button.selectedBackground Button.toolbar.selectedBackground = $Button.selectedBackground
#---- CheckBox ---- #---- CheckBox ----
# enabled # enabled
CheckBox.icon.borderColor=#b0b0b0 CheckBox.icon.borderColor = #b0b0b0
CheckBox.icon.background=#fff CheckBox.icon.background = #fff
CheckBox.icon.selectedBorderColor=$CheckBox.icon.borderColor CheckBox.icon.selectedBorderColor = $CheckBox.icon.borderColor
CheckBox.icon.selectedBackground=$CheckBox.icon.background CheckBox.icon.selectedBackground = $CheckBox.icon.background
CheckBox.icon.checkmarkColor=#4F9EE3 CheckBox.icon.checkmarkColor = #4F9EE3
# disabled # disabled
CheckBox.icon.disabledBorderColor=#BDBDBD CheckBox.icon.disabledBorderColor = #BDBDBD
CheckBox.icon.disabledBackground=@background CheckBox.icon.disabledBackground = @background
CheckBox.icon.disabledCheckmarkColor=#ABABAB CheckBox.icon.disabledCheckmarkColor = #ABABAB
# focused # focused
CheckBox.icon.focusedBorderColor=#7B9FC7 CheckBox.icon.focusedBorderColor = #7B9FC7
CheckBox.icon.focusedBackground=$Button.focusedBackground CheckBox.icon.focusedBackground = $Button.focusedBackground
# hover # hover
CheckBox.icon.hoverBorderColor=$CheckBox.icon.focusedBorderColor CheckBox.icon.hoverBorderColor = $CheckBox.icon.focusedBorderColor
CheckBox.icon.hoverBackground=$Button.hoverBackground CheckBox.icon.hoverBackground = $Button.hoverBackground
# pressed # pressed
CheckBox.icon.pressedBackground=$Button.pressedBackground CheckBox.icon.pressedBackground = $Button.pressedBackground
# used if CheckBox.icon.style=filled # used if CheckBox.icon.style = filled
# enabled # enabled
CheckBox.icon[filled].selectedBorderColor=#4B97D9 CheckBox.icon[filled].selectedBorderColor = #4B97D9
CheckBox.icon[filled].selectedBackground=#4F9EE3 CheckBox.icon[filled].selectedBackground = #4F9EE3
CheckBox.icon[filled].checkmarkColor=#fff CheckBox.icon[filled].checkmarkColor = #fff
# focused # focused
CheckBox.icon[filled].selectedFocusedBorderColor=#ACCFF7 CheckBox.icon[filled].selectedFocusedBorderColor = #ACCFF7
CheckBox.icon[filled].selectedFocusedBackground=$CheckBox.icon[filled].selectedBackground CheckBox.icon[filled].selectedFocusedBackground = $CheckBox.icon[filled].selectedBackground
CheckBox.icon[filled].selectedFocusedCheckmarkColor=$CheckBox.icon.focusedBackground CheckBox.icon[filled].selectedFocusedCheckmarkColor = $CheckBox.icon.focusedBackground
# hover # hover
CheckBox.icon[filled].selectedHoverBackground=darken($CheckBox.icon[filled].selectedBackground,5%) CheckBox.icon[filled].selectedHoverBackground = darken($CheckBox.icon[filled].selectedBackground,5%)
# pressed # pressed
CheckBox.icon[filled].selectedPressedBackground=darken($CheckBox.icon[filled].selectedBackground,10%) CheckBox.icon[filled].selectedPressedBackground = darken($CheckBox.icon[filled].selectedBackground,10%)
#---- ComboBox ---- #---- ComboBox ----
ComboBox.buttonEditableBackground=#fafafa ComboBox.buttonEditableBackground = #fafafa
ComboBox.buttonArrowColor=#666 ComboBox.buttonArrowColor = #666
ComboBox.buttonDisabledArrowColor=lighten($ComboBox.buttonArrowColor,25%) ComboBox.buttonDisabledArrowColor = lighten($ComboBox.buttonArrowColor,25%)
ComboBox.buttonHoverArrowColor=lighten($ComboBox.buttonArrowColor,20%,derived noAutoInverse) ComboBox.buttonHoverArrowColor = lighten($ComboBox.buttonArrowColor,20%,derived noAutoInverse)
ComboBox.buttonPressedArrowColor=lighten($ComboBox.buttonArrowColor,30%,derived noAutoInverse) ComboBox.buttonPressedArrowColor = lighten($ComboBox.buttonArrowColor,30%,derived noAutoInverse)
#---- Component ---- #---- Component ----
Component.borderColor=#c4c4c4 Component.borderColor = #c4c4c4
Component.disabledBorderColor=#cfcfcf Component.disabledBorderColor = #cfcfcf
Component.focusedBorderColor=#87afda Component.focusedBorderColor = #87afda
Component.focusColor=#97c3f3 Component.focusColor = #97c3f3
Component.linkColor=#2470B3 Component.linkColor = #2470B3
Component.grayFilter=25,-25,100 Component.grayFilter = 25,-25,100
Component.error.borderColor=lighten(desaturate($Component.error.focusedBorderColor,20%),25%) Component.error.borderColor = lighten(desaturate($Component.error.focusedBorderColor,20%),25%)
Component.error.focusedBorderColor=#e53e4d Component.error.focusedBorderColor = #e53e4d
Component.warning.borderColor=lighten(saturate($Component.warning.focusedBorderColor,25%),20%) Component.warning.borderColor = lighten(saturate($Component.warning.focusedBorderColor,25%),20%)
Component.warning.focusedBorderColor=#e2a53a Component.warning.focusedBorderColor = #e2a53a
Component.custom.borderColor=lighten(desaturate(#f00,20%,derived noAutoInverse),25%,derived noAutoInverse) Component.custom.borderColor = lighten(desaturate(#f00,20%,derived noAutoInverse),25%,derived noAutoInverse)
#---- Desktop ---- #---- Desktop ----
Desktop.background=#E6EBF0 Desktop.background = #E6EBF0
#---- DesktopIcon ---- #---- DesktopIcon ----
DesktopIcon.background=darken($Desktop.background,10%) DesktopIcon.background = darken($Desktop.background,10%)
#---- HelpButton ---- #---- HelpButton ----
HelpButton.questionMarkColor=#4F9EE3 HelpButton.questionMarkColor = #4F9EE3
#---- InternalFrame ---- #---- InternalFrame ----
InternalFrame.activeTitleBackground=#fff InternalFrame.activeTitleBackground = #fff
InternalFrame.activeTitleForeground=@foreground InternalFrame.activeTitleForeground = @foreground
InternalFrame.inactiveTitleBackground=#fafafa InternalFrame.inactiveTitleBackground = #fafafa
InternalFrame.inactiveTitleForeground=@disabledText InternalFrame.inactiveTitleForeground = @disabledText
InternalFrame.activeBorderColor=darken($Component.borderColor,20%) InternalFrame.activeBorderColor = darken($Component.borderColor,20%)
InternalFrame.inactiveBorderColor=$Component.borderColor InternalFrame.inactiveBorderColor = $Component.borderColor
InternalFrame.buttonHoverBackground=darken($InternalFrame.activeTitleBackground,10%,derived) InternalFrame.buttonHoverBackground = darken($InternalFrame.activeTitleBackground,10%,derived)
InternalFrame.buttonPressedBackground=darken($InternalFrame.activeTitleBackground,20%,derived) InternalFrame.buttonPressedBackground = darken($InternalFrame.activeTitleBackground,20%,derived)
InternalFrame.closeHoverBackground=lazy(Actions.Red) InternalFrame.closeHoverBackground = lazy(Actions.Red)
InternalFrame.closePressedBackground=darken(Actions.Red,10%,lazy) InternalFrame.closePressedBackground = darken(Actions.Red,10%,lazy)
InternalFrame.closeHoverForeground=#fff InternalFrame.closeHoverForeground = #fff
InternalFrame.closePressedForeground=#fff InternalFrame.closePressedForeground = #fff
InternalFrame.activeDropShadowOpacity=0.25 InternalFrame.activeDropShadowOpacity = 0.25
InternalFrame.inactiveDropShadowOpacity=0.5 InternalFrame.inactiveDropShadowOpacity = 0.5
#---- Menu ---- #---- Menu ----
Menu.icon.arrowColor=#666 Menu.icon.arrowColor = #666
Menu.icon.disabledArrowColor=#ABABAB Menu.icon.disabledArrowColor = #ABABAB
#---- MenuBar ---- #---- MenuBar ----
MenuBar.borderColor=#cdcdcd MenuBar.borderColor = #cdcdcd
#---- MenuItemCheckBox ---- #---- MenuItemCheckBox ----
MenuItemCheckBox.icon.checkmarkColor=#4F9EE3 MenuItemCheckBox.icon.checkmarkColor = #4F9EE3
MenuItemCheckBox.icon.disabledCheckmarkColor=#ABABAB MenuItemCheckBox.icon.disabledCheckmarkColor = #ABABAB
#---- PasswordField ---- #---- PasswordField ----
PasswordField.capsLockIconColor=#00000064 PasswordField.capsLockIconColor = #00000064
#---- Popup ---- #---- Popup ----
Popup.dropShadowColor=#000 Popup.dropShadowColor = #000
Popup.dropShadowOpacity=0.15 Popup.dropShadowOpacity = 0.15
#---- PopupMenu ---- #---- PopupMenu ----
PopupMenu.borderColor=#adadad PopupMenu.borderColor = #adadad
#---- ProgressBar ---- #---- ProgressBar ----
ProgressBar.background=#D1D1D1 ProgressBar.background = #D1D1D1
ProgressBar.foreground=#1E82E6 ProgressBar.foreground = #1E82E6
ProgressBar.selectionForeground=@textComponentBackground ProgressBar.selectionForeground = @textComponentBackground
ProgressBar.selectionBackground=@foreground ProgressBar.selectionBackground = @foreground
#---- RootPane ---- #---- RootPane ----
RootPane.activeBorderColor=#707070 RootPane.activeBorderColor = #707070
RootPane.inactiveBorderColor=lighten($RootPane.activeBorderColor,20%,derived) RootPane.inactiveBorderColor = lighten($RootPane.activeBorderColor,20%,derived)
#---- ScrollBar ---- #---- ScrollBar ----
ScrollBar.track=lighten(@background,1%,derived noAutoInverse) ScrollBar.track = lighten(@background,1%,derived noAutoInverse)
ScrollBar.thumb=darken($ScrollBar.track,10%,derived noAutoInverse) ScrollBar.thumb = darken($ScrollBar.track,10%,derived noAutoInverse)
ScrollBar.hoverTrackColor=darken($ScrollBar.track,3%,derived noAutoInverse) ScrollBar.hoverTrackColor = darken($ScrollBar.track,3%,derived noAutoInverse)
ScrollBar.hoverThumbColor=darken($ScrollBar.thumb,10%,derived noAutoInverse) ScrollBar.hoverThumbColor = darken($ScrollBar.thumb,10%,derived noAutoInverse)
ScrollBar.pressedThumbColor=darken($ScrollBar.thumb,20%,derived noAutoInverse) ScrollBar.pressedThumbColor = darken($ScrollBar.thumb,20%,derived noAutoInverse)
ScrollBar.hoverButtonBackground=darken(@background,5%,derived noAutoInverse) ScrollBar.hoverButtonBackground = darken(@background,5%,derived noAutoInverse)
ScrollBar.pressedButtonBackground=darken(@background,10%,derived noAutoInverse) ScrollBar.pressedButtonBackground = darken(@background,10%,derived noAutoInverse)
#---- Separator ---- #---- Separator ----
Separator.foreground=#d1d1d1 Separator.foreground = #d1d1d1
#---- Slider ---- #---- Slider ----
Slider.trackValueColor=#1E82E6 Slider.trackValueColor = #1E82E6
Slider.trackColor=#c4c4c4 Slider.trackColor = #c4c4c4
Slider.thumbColor=$Slider.trackValueColor Slider.thumbColor = $Slider.trackValueColor
Slider.tickColor=#888 Slider.tickColor = #888
Slider.focusedColor=fade($Component.focusColor,50%,derived) Slider.focusedColor = fade($Component.focusColor,50%,derived)
Slider.hoverThumbColor=lighten($Slider.thumbColor,10%,derived) Slider.hoverThumbColor = lighten($Slider.thumbColor,10%,derived)
Slider.pressedThumbColor=lighten($Slider.thumbColor,15%,derived) Slider.pressedThumbColor = lighten($Slider.thumbColor,15%,derived)
Slider.disabledTrackColor=#c0c0c0 Slider.disabledTrackColor = #c0c0c0
Slider.disabledThumbColor=$Slider.disabledTrackColor Slider.disabledThumbColor = $Slider.disabledTrackColor
#---- SplitPane ---- #---- SplitPane ----
SplitPaneDivider.draggingColor=#c4c4c4 SplitPaneDivider.draggingColor = #c4c4c4
#---- TabbedPane ---- #---- TabbedPane ----
TabbedPane.underlineColor=#4083C9 TabbedPane.underlineColor = #4083C9
TabbedPane.disabledUnderlineColor=#ababab TabbedPane.disabledUnderlineColor = #ababab
TabbedPane.hoverColor=darken($TabbedPane.background,7%,derived) TabbedPane.hoverColor = darken($TabbedPane.background,7%,derived)
TabbedPane.focusColor=#dae4ed TabbedPane.focusColor = #dae4ed
TabbedPane.contentAreaColor=#bfbfbf TabbedPane.contentAreaColor = #bfbfbf
TabbedPane.buttonHoverBackground=darken($TabbedPane.background,7%,derived) TabbedPane.buttonHoverBackground = darken($TabbedPane.background,7%,derived)
TabbedPane.buttonPressedBackground=darken($TabbedPane.background,10%,derived) TabbedPane.buttonPressedBackground = darken($TabbedPane.background,10%,derived)
TabbedPane.closeBackground=null TabbedPane.closeBackground = null
TabbedPane.closeForeground=@disabledText TabbedPane.closeForeground = @disabledText
TabbedPane.closeHoverBackground=darken($TabbedPane.background,20%,derived) TabbedPane.closeHoverBackground = darken($TabbedPane.background,20%,derived)
TabbedPane.closeHoverForeground=@foreground TabbedPane.closeHoverForeground = @foreground
TabbedPane.closePressedBackground=darken($TabbedPane.background,25%,derived) TabbedPane.closePressedBackground = darken($TabbedPane.background,25%,derived)
TabbedPane.closePressedForeground=$TabbedPane.closeHoverForeground TabbedPane.closePressedForeground = $TabbedPane.closeHoverForeground
#---- Table ---- #---- Table ----
Table.gridColor=darken($Table.background,5%) Table.gridColor = darken($Table.background,5%)
#---- TableHeader ---- #---- TableHeader ----
TableHeader.separatorColor=darken($TableHeader.background,10%) TableHeader.separatorColor = darken($TableHeader.background,10%)
TableHeader.bottomSeparatorColor=$TableHeader.separatorColor TableHeader.bottomSeparatorColor = $TableHeader.separatorColor
#---- TitlePane ---- #---- TitlePane ----
TitlePane.embeddedForeground=lighten($TitlePane.foreground,35%) TitlePane.embeddedForeground = lighten($TitlePane.foreground,35%)
TitlePane.buttonHoverBackground=darken($TitlePane.background,10%,derived) TitlePane.buttonHoverBackground = darken($TitlePane.background,10%,derived)
TitlePane.buttonPressedBackground=darken($TitlePane.background,20%,derived) TitlePane.buttonPressedBackground = darken($TitlePane.background,20%,derived)
#---- ToggleButton ---- #---- ToggleButton ----
ToggleButton.selectedBackground=darken($ToggleButton.background,20%,derived) ToggleButton.selectedBackground = darken($ToggleButton.background,20%,derived)
ToggleButton.disabledSelectedBackground=darken($ToggleButton.background,13%,derived) ToggleButton.disabledSelectedBackground = darken($ToggleButton.background,13%,derived)
ToggleButton.toolbar.selectedBackground=$ToggleButton.selectedBackground ToggleButton.toolbar.selectedBackground = $ToggleButton.selectedBackground
#---- ToolTip ---- #---- ToolTip ----
ToolTip.border=4,6,4,6,$InternalFrame.activeBorderColor ToolTip.border = 4,6,4,6,$InternalFrame.activeBorderColor
ToolTip.background=#fafafa ToolTip.background = #fafafa
#---- Tree ---- #---- Tree ----
Tree.hash=#E6E6E6 Tree.hash = #E6E6E6

View File

@@ -16,137 +16,137 @@
#---- Button ---- #---- Button ----
Button.startBackground=$Button.background Button.startBackground = $Button.background
Button.endBackground=$Button.background Button.endBackground = $Button.background
Button.startBorderColor=$Button.borderColor Button.startBorderColor = $Button.borderColor
Button.endBorderColor=$Button.borderColor Button.endBorderColor = $Button.borderColor
Button.default.startBackground=$Button.default.background Button.default.startBackground = $Button.default.background
Button.default.endBackground=$Button.default.background Button.default.endBackground = $Button.default.background
Button.default.startBorderColor=$Button.default.borderColor Button.default.startBorderColor = $Button.default.borderColor
Button.default.endBorderColor=$Button.default.borderColor Button.default.endBorderColor = $Button.default.borderColor
Button.hoverBorderColor=null Button.hoverBorderColor = null
Button.default.hoverBorderColor=null Button.default.hoverBorderColor = null
#---- HelpButton ---- #---- HelpButton ----
HelpButton.hoverBorderColor=null HelpButton.hoverBorderColor = null
#---- Slider ---- #---- Slider ----
Slider.focusedColor=fade($Component.focusColor,40%,derived) Slider.focusedColor = fade($Component.focusColor,40%,derived)
#---- ToggleButton ---- #---- ToggleButton ----
ToggleButton.startBackground=$ToggleButton.background ToggleButton.startBackground = $ToggleButton.background
ToggleButton.endBackground=$ToggleButton.background ToggleButton.endBackground = $ToggleButton.background
[dark]ToggleButton.selectedBackground=lighten($ToggleButton.background,15%,derived) [dark]ToggleButton.selectedBackground = lighten($ToggleButton.background,15%,derived)
[dark]ToggleButton.disabledSelectedBackground=lighten($ToggleButton.background,5%,derived) [dark]ToggleButton.disabledSelectedBackground = lighten($ToggleButton.background,5%,derived)
#---- theme specific ---- #---- theme specific ----
[Arc_Theme]ProgressBar.selectionBackground=#000 [Arc_Theme]ProgressBar.selectionBackground = #000
[Arc_Theme]ProgressBar.selectionForeground=#fff [Arc_Theme]ProgressBar.selectionForeground = #fff
[Arc_Theme_-_Orange]ProgressBar.selectionBackground=#000 [Arc_Theme_-_Orange]ProgressBar.selectionBackground = #000
[Arc_Theme_-_Orange]ProgressBar.selectionForeground=#fff [Arc_Theme_-_Orange]ProgressBar.selectionForeground = #fff
[Arc_Theme_Dark]ProgressBar.selectionBackground=#ddd [Arc_Theme_Dark]ProgressBar.selectionBackground = #ddd
[Arc_Theme_Dark]ProgressBar.selectionForeground=#ddd [Arc_Theme_Dark]ProgressBar.selectionForeground = #ddd
[Arc_Theme_Dark_-_Orange]ProgressBar.selectionBackground=#ddd [Arc_Theme_Dark_-_Orange]ProgressBar.selectionBackground = #ddd
[Arc_Theme_Dark_-_Orange]ProgressBar.selectionForeground=#fff [Arc_Theme_Dark_-_Orange]ProgressBar.selectionForeground = #fff
[Cobalt_2]CheckBox.icon.background=#002946 [Cobalt_2]CheckBox.icon.background = #002946
[Cobalt_2]CheckBox.icon.checkmarkColor=#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.selectionBackground = #fff
[Dracula]ProgressBar.selectionForeground=#fff [Dracula]ProgressBar.selectionForeground = #fff
[Gruvbox_Dark_Hard]ToggleButton.selectedBackground=$ToggleButton.selectedBackground [Gruvbox_Dark_Hard]ToggleButton.selectedBackground = $ToggleButton.selectedBackground
[Gruvbox_Dark_Hard]ToggleButton.toolbar.selectedBackground=$ToggleButton.toolbar.selectedBackground [Gruvbox_Dark_Hard]ToggleButton.toolbar.selectedBackground = $ToggleButton.toolbar.selectedBackground
[Gruvbox_Dark_Medium]ToggleButton.selectedBackground=$ToggleButton.selectedBackground [Gruvbox_Dark_Medium]ToggleButton.selectedBackground = $ToggleButton.selectedBackground
[Gruvbox_Dark_Medium]ToggleButton.toolbar.selectedBackground=$ToggleButton.toolbar.selectedBackground [Gruvbox_Dark_Medium]ToggleButton.toolbar.selectedBackground = $ToggleButton.toolbar.selectedBackground
[Gruvbox_Dark_Soft]ToggleButton.selectedBackground=$ToggleButton.selectedBackground [Gruvbox_Dark_Soft]ToggleButton.selectedBackground = $ToggleButton.selectedBackground
[Gruvbox_Dark_Soft]ToggleButton.toolbar.selectedBackground=$ToggleButton.toolbar.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.selectedBackground=$ToggleButton.selectedBackground [Hiberbee_Dark]ToggleButton.selectedBackground = $ToggleButton.selectedBackground
[Hiberbee_Dark]ToggleButton.toolbar.selectedBackground=$ToggleButton.toolbar.selectedBackground [Hiberbee_Dark]ToggleButton.toolbar.selectedBackground = $ToggleButton.toolbar.selectedBackground
[High_contrast]ToggleButton.selectedBackground=#fff [High_contrast]ToggleButton.selectedBackground = #fff
[High_contrast]ToggleButton.selectedForeground=#000 [High_contrast]ToggleButton.selectedForeground = #000
[High_contrast]ToggleButton.disabledSelectedBackground=#444 [High_contrast]ToggleButton.disabledSelectedBackground = #444
[High_contrast]ToggleButton.toolbar.selectedBackground=#fff [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.trackValueColor = #ececee
[vuesion-theme]Slider.trackColor=#303a45 [vuesion-theme]Slider.trackColor = #303a45
[vuesion-theme]Slider.thumbColor=#ececee [vuesion-theme]Slider.thumbColor = #ececee
[vuesion-theme]Slider.focusedColor=fade(#ececee,20%) [vuesion-theme]Slider.focusedColor = fade(#ececee,20%)
# Material Theme UI Lite # Material Theme UI Lite
[Dracula_Contrast]ProgressBar.selectionBackground=#fff [Dracula_Contrast]ProgressBar.selectionBackground = #fff
[Dracula_Contrast]ProgressBar.selectionForeground=#fff [Dracula_Contrast]ProgressBar.selectionForeground = #fff
[GitHub]ProgressBar.selectionBackground=#222 [GitHub]ProgressBar.selectionBackground = #222
[GitHub]ProgressBar.selectionForeground=#222 [GitHub]ProgressBar.selectionForeground = #222
[GitHub_Contrast]ProgressBar.selectionBackground=#222 [GitHub_Contrast]ProgressBar.selectionBackground = #222
[GitHub_Contrast]ProgressBar.selectionForeground=#222 [GitHub_Contrast]ProgressBar.selectionForeground = #222
[Light_Owl]ProgressBar.selectionBackground=#111 [Light_Owl]ProgressBar.selectionBackground = #111
[Light_Owl]ProgressBar.selectionForeground=#fff [Light_Owl]ProgressBar.selectionForeground = #fff
[Light_Owl_Contrast]ProgressBar.selectionBackground=#111 [Light_Owl_Contrast]ProgressBar.selectionBackground = #111
[Light_Owl_Contrast]ProgressBar.selectionForeground=#fff [Light_Owl_Contrast]ProgressBar.selectionForeground = #fff
[Material_Lighter]ProgressBar.selectionBackground=#222 [Material_Lighter]ProgressBar.selectionBackground = #222
[Material_Lighter]ProgressBar.selectionForeground=#fff [Material_Lighter]ProgressBar.selectionForeground = #fff
[Material_Lighter_Contrast]ProgressBar.selectionBackground=#222 [Material_Lighter_Contrast]ProgressBar.selectionBackground = #222
[Material_Lighter_Contrast]ProgressBar.selectionForeground=#fff [Material_Lighter_Contrast]ProgressBar.selectionForeground = #fff
[Material_Oceanic]ProgressBar.selectionBackground=#ddd [Material_Oceanic]ProgressBar.selectionBackground = #ddd
[Material_Oceanic]ProgressBar.selectionForeground=#ddd [Material_Oceanic]ProgressBar.selectionForeground = #ddd
[Material_Oceanic_Contrast]ProgressBar.selectionBackground=#ddd [Material_Oceanic_Contrast]ProgressBar.selectionBackground = #ddd
[Material_Oceanic_Contrast]ProgressBar.selectionForeground=#ddd [Material_Oceanic_Contrast]ProgressBar.selectionForeground = #ddd
[Material_Palenight]ProgressBar.selectionBackground=#ddd [Material_Palenight]ProgressBar.selectionBackground = #ddd
[Material_Palenight]ProgressBar.selectionForeground=#ddd [Material_Palenight]ProgressBar.selectionForeground = #ddd
[Material_Palenight_Contrast]ProgressBar.selectionBackground=#ddd [Material_Palenight_Contrast]ProgressBar.selectionBackground = #ddd
[Material_Palenight_Contrast]ProgressBar.selectionForeground=#ddd [Material_Palenight_Contrast]ProgressBar.selectionForeground = #ddd
[Night_Owl]ProgressBar.selectionBackground=#ddd [Night_Owl]ProgressBar.selectionBackground = #ddd
[Night_Owl]ProgressBar.selectionForeground=#ddd [Night_Owl]ProgressBar.selectionForeground = #ddd
[Night_Owl_Contrast]ProgressBar.selectionBackground=#ddd [Night_Owl_Contrast]ProgressBar.selectionBackground = #ddd
[Night_Owl_Contrast]ProgressBar.selectionForeground=#ddd [Night_Owl_Contrast]ProgressBar.selectionForeground = #ddd
[Solarized_Dark]ProgressBar.selectionBackground=#ccc [Solarized_Dark]ProgressBar.selectionBackground = #ccc
[Solarized_Dark]ProgressBar.selectionForeground=#ccc [Solarized_Dark]ProgressBar.selectionForeground = #ccc
[Material_Solarized_Dark_Contrast]ProgressBar.selectionBackground=#ccc [Material_Solarized_Dark_Contrast]ProgressBar.selectionBackground = #ccc
[Material_Solarized_Dark_Contrast]ProgressBar.selectionForeground=#ccc [Material_Solarized_Dark_Contrast]ProgressBar.selectionForeground = #ccc
[Solarized_Light]ProgressBar.selectionBackground=#222 [Solarized_Light]ProgressBar.selectionBackground = #222
[Solarized_Light]ProgressBar.selectionForeground=#fff [Solarized_Light]ProgressBar.selectionForeground = #fff
[Material_Solarized_Light_Contrast]ProgressBar.selectionBackground=#222 [Material_Solarized_Light_Contrast]ProgressBar.selectionBackground = #222
[Material_Solarized_Light_Contrast]ProgressBar.selectionForeground=#fff [Material_Solarized_Light_Contrast]ProgressBar.selectionForeground = #fff

View File

@@ -15,51 +15,51 @@
#---- FileChooser ---- #---- FileChooser ----
#fields #fields
FileChooser.lookInLabel.textAndMnemonic=Look &In: FileChooser.lookInLabel.textAndMnemonic = Look &In:
FileChooser.saveInLabelText=Save In: FileChooser.saveInLabelText = Save In:
FileChooser.fileNameLabel.textAndMnemonic=File &Name: FileChooser.fileNameLabel.textAndMnemonic = File &Name:
FileChooser.folderNameLabel.textAndMnemonic=Folder &name: FileChooser.folderNameLabel.textAndMnemonic = Folder &name:
FileChooser.filesOfTypeLabel.textAndMnemonic=Files of &Type: FileChooser.filesOfTypeLabel.textAndMnemonic = Files of &Type:
# toolbar # toolbar
FileChooser.upFolderToolTipText=Up One Level FileChooser.upFolderToolTipText = Up One Level
FileChooser.upFolderAccessibleName=Up FileChooser.upFolderAccessibleName = Up
FileChooser.homeFolderToolTipText=Home FileChooser.homeFolderToolTipText = Home
FileChooser.homeFolderAccessibleName=Home FileChooser.homeFolderAccessibleName = Home
FileChooser.newFolderToolTipText=Create New Folder FileChooser.newFolderToolTipText = Create New Folder
FileChooser.newFolderAccessibleName=New Folder FileChooser.newFolderAccessibleName = New Folder
FileChooser.listViewButtonToolTipText=List FileChooser.listViewButtonToolTipText = List
FileChooser.listViewButtonAccessibleName=List FileChooser.listViewButtonAccessibleName = List
FileChooser.detailsViewButtonToolTipText=Details FileChooser.detailsViewButtonToolTipText = Details
FileChooser.detailsViewButtonAccessibleName=Details FileChooser.detailsViewButtonAccessibleName = Details
# details table header # details table header
FileChooser.fileNameHeaderText=Name FileChooser.fileNameHeaderText = Name
FileChooser.fileSizeHeaderText=Size FileChooser.fileSizeHeaderText = Size
FileChooser.fileTypeHeaderText=Type FileChooser.fileTypeHeaderText = Type
FileChooser.fileDateHeaderText=Modified FileChooser.fileDateHeaderText = Modified
FileChooser.fileAttrHeaderText=Attributes FileChooser.fileAttrHeaderText = Attributes
# popup menu # popup menu
FileChooser.viewMenuLabelText=View FileChooser.viewMenuLabelText = View
FileChooser.refreshActionLabelText=Refresh FileChooser.refreshActionLabelText = Refresh
FileChooser.newFolderActionLabelText=New Folder FileChooser.newFolderActionLabelText = New Folder
FileChooser.listViewActionLabelText=List FileChooser.listViewActionLabelText = List
FileChooser.detailsViewActionLabelText=Details FileChooser.detailsViewActionLabelText = Details
#---- SplitPaneDivider ---- #---- SplitPaneDivider ----
SplitPaneDivider.collapseLeftToolTipText=Collapse Left Pane SplitPaneDivider.collapseLeftToolTipText = Collapse Left Pane
SplitPaneDivider.collapseRightToolTipText=Collapse Right Pane SplitPaneDivider.collapseRightToolTipText = Collapse Right Pane
SplitPaneDivider.collapseTopToolTipText=Collapse Top Pane SplitPaneDivider.collapseTopToolTipText = Collapse Top Pane
SplitPaneDivider.collapseBottomToolTipText=Collapse Bottom Pane SplitPaneDivider.collapseBottomToolTipText = Collapse Bottom Pane
SplitPaneDivider.expandLeftToolTipText=Expand Left Pane SplitPaneDivider.expandLeftToolTipText = Expand Left Pane
SplitPaneDivider.expandRightToolTipText=Expand Right Pane SplitPaneDivider.expandRightToolTipText = Expand Right Pane
SplitPaneDivider.expandTopToolTipText=Expand Top Pane SplitPaneDivider.expandTopToolTipText = Expand Top Pane
SplitPaneDivider.expandBottomToolTipText=Expand Bottom Pane SplitPaneDivider.expandBottomToolTipText = Expand Bottom Pane
#---- TabbedPane ---- #---- TabbedPane ----
TabbedPane.moreTabsButtonToolTipText=Show Hidden Tabs TabbedPane.moreTabsButtonToolTipText = Show Hidden Tabs

View File

@@ -15,39 +15,39 @@
#---- FileChooser ---- #---- FileChooser ----
#fields #fields
FileChooser.lookInLabel.textAndMnemonic=Suchen &in: FileChooser.lookInLabel.textAndMnemonic = Suchen &in:
FileChooser.saveInLabelText=Speichern in: FileChooser.saveInLabelText = Speichern in:
FileChooser.fileNameLabel.textAndMnemonic=&Dateiname: FileChooser.fileNameLabel.textAndMnemonic = &Dateiname:
FileChooser.folderNameLabel.textAndMnemonic=Ordner&name: FileChooser.folderNameLabel.textAndMnemonic = Ordner&name:
FileChooser.filesOfTypeLabel.textAndMnemonic=Datei&typ: FileChooser.filesOfTypeLabel.textAndMnemonic = Datei&typ:
# toolbar # toolbar
FileChooser.upFolderToolTipText=Eine Ebene h\u00F6her FileChooser.upFolderToolTipText = Eine Ebene h\u00F6her
FileChooser.upFolderAccessibleName=Nach oben FileChooser.upFolderAccessibleName = Nach oben
FileChooser.homeFolderToolTipText=Home FileChooser.homeFolderToolTipText = Home
FileChooser.homeFolderAccessibleName=Home FileChooser.homeFolderAccessibleName = Home
FileChooser.newFolderToolTipText=Neuen Ordner erstellen FileChooser.newFolderToolTipText = Neuen Ordner erstellen
FileChooser.newFolderAccessibleName=Neuer Ordner FileChooser.newFolderAccessibleName = Neuer Ordner
FileChooser.listViewButtonToolTipText=Liste FileChooser.listViewButtonToolTipText = Liste
FileChooser.listViewButtonAccessibleName=Liste FileChooser.listViewButtonAccessibleName = Liste
FileChooser.detailsViewButtonToolTipText=Details FileChooser.detailsViewButtonToolTipText = Details
FileChooser.detailsViewButtonAccessibleName=Details FileChooser.detailsViewButtonAccessibleName = Details
# details table header # details table header
FileChooser.fileNameHeaderText=Name FileChooser.fileNameHeaderText = Name
FileChooser.fileSizeHeaderText=Gr\u00F6\u00DFe FileChooser.fileSizeHeaderText = Gr\u00F6\u00DFe
FileChooser.fileTypeHeaderText=Typ FileChooser.fileTypeHeaderText = Typ
FileChooser.fileDateHeaderText=\u00C4nderungsdatum FileChooser.fileDateHeaderText = \u00C4nderungsdatum
FileChooser.fileAttrHeaderText=Attribute FileChooser.fileAttrHeaderText = Attribute
# popup menu # popup menu
FileChooser.viewMenuLabelText=Ansicht FileChooser.viewMenuLabelText = Ansicht
FileChooser.refreshActionLabelText=Aktualisieren FileChooser.refreshActionLabelText = Aktualisieren
FileChooser.newFolderActionLabelText=Neuer Ordner FileChooser.newFolderActionLabelText = Neuer Ordner
FileChooser.listViewActionLabelText=Liste FileChooser.listViewActionLabelText = Liste
FileChooser.detailsViewActionLabelText=Details FileChooser.detailsViewActionLabelText = Details
#---- TabbedPane ---- #---- TabbedPane ----
TabbedPane.moreTabsButtonToolTipText=Verdeckte Tabs anzeigen TabbedPane.moreTabsButtonToolTipText = Verdeckte Tabs anzeigen

View File

@@ -15,34 +15,34 @@
#---- FileChooser ---- #---- FileChooser ----
#fields #fields
FileChooser.lookInLabel.textAndMnemonic=Rechercher &dans: FileChooser.lookInLabel.textAndMnemonic = Rechercher &dans:
FileChooser.saveInLabelText=Enregistrer dans: FileChooser.saveInLabelText = Enregistrer dans:
FileChooser.fileNameLabel.textAndMnemonic=&Nom du fichier: FileChooser.fileNameLabel.textAndMnemonic = &Nom du fichier:
FileChooser.folderNameLabel.textAndMnemonic=&Nom du dossier: FileChooser.folderNameLabel.textAndMnemonic = &Nom du dossier:
FileChooser.filesOfTypeLabel.textAndMnemonic=&Type de fichier: FileChooser.filesOfTypeLabel.textAndMnemonic = &Type de fichier:
# toolbar # toolbar
FileChooser.upFolderToolTipText=Remonte d'un niveau FileChooser.upFolderToolTipText = Remonte d'un niveau
FileChooser.upFolderAccessibleName=Monter FileChooser.upFolderAccessibleName = Monter
FileChooser.homeFolderToolTipText=R\u00E9pertoire de base FileChooser.homeFolderToolTipText = R\u00E9pertoire de base
FileChooser.homeFolderAccessibleName=R\u00E9pertoire de base FileChooser.homeFolderAccessibleName = R\u00E9pertoire de base
FileChooser.newFolderToolTipText=Cr\u00E9e un dossier FileChooser.newFolderToolTipText = Cr\u00E9e un dossier
FileChooser.newFolderAccessibleName=Nouveau dossier FileChooser.newFolderAccessibleName = Nouveau dossier
FileChooser.listViewButtonToolTipText=Liste FileChooser.listViewButtonToolTipText = Liste
FileChooser.listViewButtonAccessibleName=Liste FileChooser.listViewButtonAccessibleName = Liste
FileChooser.detailsViewButtonToolTipText=D\u00E9tails FileChooser.detailsViewButtonToolTipText = D\u00E9tails
FileChooser.detailsViewButtonAccessibleName=D\u00E9tails FileChooser.detailsViewButtonAccessibleName = D\u00E9tails
# details table header # details table header
FileChooser.fileNameHeaderText=Nom FileChooser.fileNameHeaderText = Nom
FileChooser.fileSizeHeaderText=Taille FileChooser.fileSizeHeaderText = Taille
FileChooser.fileTypeHeaderText=Type FileChooser.fileTypeHeaderText = Type
FileChooser.fileDateHeaderText=Modifi\u00E9 FileChooser.fileDateHeaderText = Modifi\u00E9
FileChooser.fileAttrHeaderText=Attributs FileChooser.fileAttrHeaderText = Attributs
# popup menu # popup menu
FileChooser.viewMenuLabelText=Affichage FileChooser.viewMenuLabelText = Affichage
FileChooser.refreshActionLabelText=Actualiser FileChooser.refreshActionLabelText = Actualiser
FileChooser.newFolderActionLabelText=Nouveau dossier FileChooser.newFolderActionLabelText = Nouveau dossier
FileChooser.listViewActionLabelText=Liste FileChooser.listViewActionLabelText = Liste
FileChooser.detailsViewActionLabelText=D\u00E9tails FileChooser.detailsViewActionLabelText = D\u00E9tails

View File

@@ -7,7 +7,7 @@
# base theme (light, dark, intellij or darcula) # base theme (light, dark, intellij or darcula)
@baseTheme=light @baseTheme = light
# add you theme defaults here # add you theme defaults here
@background=#ccc @background = #ccc

View File

@@ -14,4 +14,4 @@
# limitations under the License. # limitations under the License.
# #
HintPanel.backgroundColor=darken(#ffffe1,80%) HintPanel.backgroundColor = darken(#ffffe1,80%)

View File

@@ -14,4 +14,4 @@
# limitations under the License. # limitations under the License.
# #
HintPanel.backgroundColor=#ffffe1 HintPanel.backgroundColor = #ffffe1

View File

@@ -16,23 +16,23 @@
#---- UI delegates ---- #---- UI delegates ----
JideTabbedPaneUI=com.formdev.flatlaf.jideoss.ui.FlatJideTabbedPaneUI JideTabbedPaneUI = com.formdev.flatlaf.jideoss.ui.FlatJideTabbedPaneUI
RangeSliderUI=com.formdev.flatlaf.jideoss.ui.FlatRangeSliderUI RangeSliderUI = com.formdev.flatlaf.jideoss.ui.FlatRangeSliderUI
#---- JidePopup ---- #---- JidePopup ----
Resizable.resizeBorder=4,4,4,4,$PopupMenu.borderColor Resizable.resizeBorder = 4,4,4,4,$PopupMenu.borderColor
#---- JideTabbedPane ---- #---- JideTabbedPane ----
JideTabbedPane.background=@background JideTabbedPane.background = @background
JideTabbedPane.foreground=@foreground JideTabbedPane.foreground = @foreground
JideTabbedPane.tabAreaBackground=@background JideTabbedPane.tabAreaBackground = @background
JideTabbedPane.tabInsets=$TabbedPane.tabInsets JideTabbedPane.tabInsets = $TabbedPane.tabInsets
JideTabbedPane.tabAreaInsets=$TabbedPane.tabAreaInsets JideTabbedPane.tabAreaInsets = $TabbedPane.tabAreaInsets
JideTabbedPane.contentBorderInsets=0,0,0,0 JideTabbedPane.contentBorderInsets = 0,0,0,0
JideTabbedPane.tabRunOverlay=$TabbedPane.tabRunOverlay JideTabbedPane.tabRunOverlay = $TabbedPane.tabRunOverlay
JideTabbedPane.shadow=$TabbedPane.shadow JideTabbedPane.shadow = $TabbedPane.shadow

View File

@@ -16,59 +16,59 @@
#---- BusyLabel ---- #---- BusyLabel ----
JXBusyLabel.baseColor=#777 JXBusyLabel.baseColor = #777
JXBusyLabel.highlightColor=#e0e0e0 JXBusyLabel.highlightColor = #e0e0e0
#---- Header ---- #---- Header ----
JXHeader.background=@background JXHeader.background = @background
JXHeader.startBackground=#4c5052 JXHeader.startBackground = #4c5052
#---- HighlighterFactory ---- #---- HighlighterFactory ----
UIColorHighlighter.stripingBackground=lighten(@textComponentBackground,5%) UIColorHighlighter.stripingBackground = lighten(@textComponentBackground,5%)
#---- Hyperlink ---- #---- Hyperlink ----
Hyperlink.linkColor=#589df6 Hyperlink.linkColor = #589df6
Hyperlink.visitedColor=$Hyperlink.linkColor Hyperlink.visitedColor = $Hyperlink.linkColor
Hyperlink.disabledText=@disabledText Hyperlink.disabledText = @disabledText
#---- MonthView ---- #---- MonthView ----
JXMonthView.background=@textComponentBackground JXMonthView.background = @textComponentBackground
JXMonthView.monthStringBackground=#4c5052 JXMonthView.monthStringBackground = #4c5052
JXMonthView.monthStringForeground=@foreground JXMonthView.monthStringForeground = @foreground
JXMonthView.daysOfTheWeekForeground=#aaa JXMonthView.daysOfTheWeekForeground = #aaa
JXMonthView.weekOfTheYearForeground=#888 JXMonthView.weekOfTheYearForeground = #888
JXMonthView.unselectableDayForeground=#E05555 JXMonthView.unselectableDayForeground = #E05555
JXMonthView.selectedBackground=@selectionBackground JXMonthView.selectedBackground = @selectionBackground
JXMonthView.flaggedDayForeground=#E05555 JXMonthView.flaggedDayForeground = #E05555
JXMonthView.leadingDayForeground=@disabledText JXMonthView.leadingDayForeground = @disabledText
JXMonthView.trailingDayForeground=@disabledText JXMonthView.trailingDayForeground = @disabledText
JXMonthView.arrowColor=@foreground JXMonthView.arrowColor = @foreground
JXMonthView.disabledArrowColor=@disabledText JXMonthView.disabledArrowColor = @disabledText
#---- TaskPaneContainer ---- #---- TaskPaneContainer ----
TaskPaneContainer.background=#3E434C TaskPaneContainer.background = #3E434C
TaskPaneContainer.border=10,10,10,10 TaskPaneContainer.border = 10,10,10,10
#---- TaskPane ---- #---- TaskPane ----
TaskPane.background=@background TaskPane.background = @background
TaskPane.borderColor=$Button.borderColor TaskPane.borderColor = $Button.borderColor
TaskPane.contentInsets=10,10,10,10 TaskPane.contentInsets = 10,10,10,10
TaskPane.titleBackgroundGradientStart=#4c5052 TaskPane.titleBackgroundGradientStart = #4c5052
TaskPane.titleForeground=@foreground TaskPane.titleForeground = @foreground
TaskPane.titleOver=#888 TaskPane.titleOver = #888
TaskPane.specialTitleBackground=#afafaf TaskPane.specialTitleBackground = #afafaf
TaskPane.specialTitleForeground=#222 TaskPane.specialTitleForeground = #222
TaskPane.specialTitleOver=#666 TaskPane.specialTitleOver = #666

View File

@@ -16,29 +16,29 @@
#---- UI delegates ---- #---- UI delegates ----
BusyLabelUI=com.formdev.flatlaf.swingx.ui.FlatBusyLabelUI BusyLabelUI = com.formdev.flatlaf.swingx.ui.FlatBusyLabelUI
DatePickerUI=com.formdev.flatlaf.swingx.ui.FlatDatePickerUI DatePickerUI = com.formdev.flatlaf.swingx.ui.FlatDatePickerUI
HeaderUI=com.formdev.flatlaf.swingx.ui.FlatHeaderUI HeaderUI = com.formdev.flatlaf.swingx.ui.FlatHeaderUI
HyperlinkUI=com.formdev.flatlaf.swingx.ui.FlatHyperlinkUI HyperlinkUI = com.formdev.flatlaf.swingx.ui.FlatHyperlinkUI
MonthViewUI=com.formdev.flatlaf.swingx.ui.FlatMonthViewUI MonthViewUI = com.formdev.flatlaf.swingx.ui.FlatMonthViewUI
swingx/TaskPaneUI=com.formdev.flatlaf.swingx.ui.FlatTaskPaneUI swingx/TaskPaneUI = com.formdev.flatlaf.swingx.ui.FlatTaskPaneUI
TitledPanelUI=com.formdev.flatlaf.swingx.ui.FlatTitledPanelUI TitledPanelUI = com.formdev.flatlaf.swingx.ui.FlatTitledPanelUI
#---- DatePicker ---- #---- DatePicker ----
JXDatePicker.border=com.formdev.flatlaf.swingx.ui.FlatDatePickerBorder JXDatePicker.border = com.formdev.flatlaf.swingx.ui.FlatDatePickerBorder
#---- MonthView ---- #---- MonthView ----
JXMonthView.monthDownFileName={icon}com.formdev.flatlaf.swingx.ui.FlatMonthDownIcon JXMonthView.monthDownFileName = {icon}com.formdev.flatlaf.swingx.ui.FlatMonthDownIcon
JXMonthView.monthUpFileName={icon}com.formdev.flatlaf.swingx.ui.FlatMonthUpIcon JXMonthView.monthUpFileName = {icon}com.formdev.flatlaf.swingx.ui.FlatMonthUpIcon
#---- TitledPanel ---- #---- TitledPanel ----
JXTitledPanel.borderColor=$Button.borderColor JXTitledPanel.borderColor = $Button.borderColor
JXTitledPanel.titleBackground=$TaskPane.titleBackgroundGradientStart JXTitledPanel.titleBackground = $TaskPane.titleBackgroundGradientStart
JXTitledPanel.titleForeground=$TaskPane.titleForeground JXTitledPanel.titleForeground = $TaskPane.titleForeground
JXTitledPanel.captionInsets=4,10,4,10 JXTitledPanel.captionInsets = 4,10,4,10

View File

@@ -16,59 +16,59 @@
#---- BusyLabel ---- #---- BusyLabel ----
JXBusyLabel.baseColor=#c4c4c4 JXBusyLabel.baseColor = #c4c4c4
JXBusyLabel.highlightColor=#808080 JXBusyLabel.highlightColor = #808080
#---- Header ---- #---- Header ----
JXHeader.background=@background JXHeader.background = @background
JXHeader.startBackground=#fff JXHeader.startBackground = #fff
#---- HighlighterFactory ---- #---- HighlighterFactory ----
UIColorHighlighter.stripingBackground=darken(@textComponentBackground,5%) UIColorHighlighter.stripingBackground = darken(@textComponentBackground,5%)
#---- Hyperlink ---- #---- Hyperlink ----
Hyperlink.linkColor=$Component.linkColor Hyperlink.linkColor = $Component.linkColor
Hyperlink.visitedColor=$Hyperlink.linkColor Hyperlink.visitedColor = $Hyperlink.linkColor
Hyperlink.disabledText=@disabledText Hyperlink.disabledText = @disabledText
#---- MonthView ---- #---- MonthView ----
JXMonthView.background=@textComponentBackground JXMonthView.background = @textComponentBackground
JXMonthView.monthStringBackground=#dfdfdf JXMonthView.monthStringBackground = #dfdfdf
JXMonthView.monthStringForeground=@foreground JXMonthView.monthStringForeground = @foreground
JXMonthView.daysOfTheWeekForeground=#444 JXMonthView.daysOfTheWeekForeground = #444
JXMonthView.weekOfTheYearForeground=#666 JXMonthView.weekOfTheYearForeground = #666
JXMonthView.unselectableDayForeground=#E02222 JXMonthView.unselectableDayForeground = #E02222
JXMonthView.selectedBackground=#B9CEF8 JXMonthView.selectedBackground = #B9CEF8
JXMonthView.flaggedDayForeground=#E02222 JXMonthView.flaggedDayForeground = #E02222
JXMonthView.leadingDayForeground=@disabledText JXMonthView.leadingDayForeground = @disabledText
JXMonthView.trailingDayForeground=@disabledText JXMonthView.trailingDayForeground = @disabledText
JXMonthView.arrowColor=@foreground JXMonthView.arrowColor = @foreground
JXMonthView.disabledArrowColor=@disabledText JXMonthView.disabledArrowColor = @disabledText
#---- TaskPaneContainer ---- #---- TaskPaneContainer ----
TaskPaneContainer.background=#E6EBF0 TaskPaneContainer.background = #E6EBF0
TaskPaneContainer.border=10,10,10,10 TaskPaneContainer.border = 10,10,10,10
#---- TaskPane ---- #---- TaskPane ----
TaskPane.background=@background TaskPane.background = @background
TaskPane.borderColor=$Button.borderColor TaskPane.borderColor = $Button.borderColor
TaskPane.contentInsets=10,10,10,10 TaskPane.contentInsets = 10,10,10,10
TaskPane.titleBackgroundGradientStart=#dfdfdf TaskPane.titleBackgroundGradientStart = #dfdfdf
TaskPane.titleForeground=#222 TaskPane.titleForeground = #222
TaskPane.titleOver=#666 TaskPane.titleOver = #666
TaskPane.specialTitleBackground=#afafaf TaskPane.specialTitleBackground = #afafaf
TaskPane.specialTitleForeground=#222 TaskPane.specialTitleForeground = #222
TaskPane.specialTitleOver=#666 TaskPane.specialTitleOver = #666

View File

@@ -16,351 +16,351 @@
#---- variables ---- #---- variables ----
@background=#cfc @background = #cfc
@foreground=#f00 @foreground = #f00
@selectionBackground=#0a0 @selectionBackground = #0a0
@selectionForeground=#ff0 @selectionForeground = #ff0
@selectionInactiveBackground=#888 @selectionInactiveBackground = #888
@selectionInactiveForeground=#fff @selectionInactiveForeground = #fff
@disabledText=#008 @disabledText = #008
@textComponentBackground=#fff @textComponentBackground = #fff
@menuBackground=#fff @menuBackground = #fff
@menuHoverBackground=darken(@menuBackground,10%) @menuHoverBackground = darken(@menuBackground,10%)
@menuCheckBackground=#ccf @menuCheckBackground = #ccf
@menuAcceleratorForeground=#f88 @menuAcceleratorForeground = #f88
@menuAcceleratorSelectionForeground=#fff @menuAcceleratorSelectionForeground = #fff
@cellFocusColor=#f00 @cellFocusColor = #f00
@icon=#afafaf @icon = #afafaf
@dropCellBackground=#f00 @dropCellBackground = #f00
@dropCellForeground=#0f0 @dropCellForeground = #0f0
@dropLineColor=#00f @dropLineColor = #00f
@dropLineShortColor=#ff0 @dropLineShortColor = #ff0
#---- globals ---- #---- globals ----
*.caretForeground=#00f *.caretForeground = #00f
*.inactiveBackground=#f0f0f0 *.inactiveBackground = #f0f0f0
*.inactiveForeground=#008 *.inactiveForeground = #008
*.disabledBackground=#e0e0e0 *.disabledBackground = #e0e0e0
#---- system colors ---- #---- system colors ----
activeCaption=#99b4d1 activeCaption = #99b4d1
inactiveCaption=#bfcddb inactiveCaption = #bfcddb
controlHighlight=#e3e3e3 controlHighlight = #e3e3e3
controlLtHighlight=#fff controlLtHighlight = #fff
controlShadow=#a0a0a0 controlShadow = #a0a0a0
controlDkShadow=#696969 controlDkShadow = #696969
#---- Button ---- #---- Button ----
Button.startBackground=#fff Button.startBackground = #fff
Button.endBackground=#bbb Button.endBackground = #bbb
Button.focusedBackground=#0ff Button.focusedBackground = #0ff
Button.hoverBackground=#ff0 Button.hoverBackground = #ff0
Button.pressedBackground=#FFC800 Button.pressedBackground = #FFC800
Button.startBorderColor=#00f Button.startBorderColor = #00f
Button.endBorderColor=#f00 Button.endBorderColor = #f00
Button.disabledBorderColor=#008 Button.disabledBorderColor = #008
Button.focusedBorderColor=#466d94 Button.focusedBorderColor = #466d94
Button.hoverBorderColor=#f00 Button.hoverBorderColor = #f00
Button.default.startBackground=#ddd Button.default.startBackground = #ddd
Button.default.endBackground=#888 Button.default.endBackground = #888
Button.default.foreground=#800 Button.default.foreground = #800
Button.default.focusedBackground=#0ff Button.default.focusedBackground = #0ff
Button.default.hoverBackground=#ff0 Button.default.hoverBackground = #ff0
Button.default.pressedBackground=#FFC800 Button.default.pressedBackground = #FFC800
Button.default.startBorderColor=#f00 Button.default.startBorderColor = #f00
Button.default.endBorderColor=#00f Button.default.endBorderColor = #00f
Button.default.hoverBorderColor=#f00 Button.default.hoverBorderColor = #f00
Button.default.focusedBorderColor=#537699 Button.default.focusedBorderColor = #537699
Button.default.focusColor=#f00 Button.default.focusColor = #f00
Button.toolbar.hoverBackground=#fff Button.toolbar.hoverBackground = #fff
Button.toolbar.pressedBackground=#eee Button.toolbar.pressedBackground = #eee
#---- CheckBox ---- #---- CheckBox ----
# enabled # enabled
CheckBox.icon.borderColor=#878787 CheckBox.icon.borderColor = #878787
CheckBox.icon.background=#fff CheckBox.icon.background = #fff
CheckBox.icon.selectedBorderColor=#4982CC CheckBox.icon.selectedBorderColor = #4982CC
CheckBox.icon.selectedBackground=#4D89C9 CheckBox.icon.selectedBackground = #4D89C9
CheckBox.icon.checkmarkColor=#fff CheckBox.icon.checkmarkColor = #fff
# disabled # disabled
CheckBox.icon.disabledBorderColor=#BDBDBD CheckBox.icon.disabledBorderColor = #BDBDBD
CheckBox.icon.disabledBackground=#F2F2F2 CheckBox.icon.disabledBackground = #F2F2F2
CheckBox.icon.disabledCheckmarkColor=#ABABAB CheckBox.icon.disabledCheckmarkColor = #ABABAB
# focused # focused
CheckBox.icon.focusedBorderColor=#7B9FC7 CheckBox.icon.focusedBorderColor = #7B9FC7
CheckBox.icon.focusedBackground=#0ff CheckBox.icon.focusedBackground = #0ff
CheckBox.icon.selectedFocusedBorderColor=#ACCFF7 CheckBox.icon.selectedFocusedBorderColor = #ACCFF7
# hover # hover
CheckBox.icon.hoverBorderColor=#f00 CheckBox.icon.hoverBorderColor = #f00
CheckBox.icon.hoverBackground=#ff0 CheckBox.icon.hoverBackground = #ff0
# pressed # pressed
CheckBox.icon.pressedBackground=#FFC800 CheckBox.icon.pressedBackground = #FFC800
#---- ComboBox ---- #---- ComboBox ----
ComboBox.background=#fff ComboBox.background = #fff
ComboBox.buttonBackground=#f0f0f0 ComboBox.buttonBackground = #f0f0f0
ComboBox.buttonEditableBackground=#ccc ComboBox.buttonEditableBackground = #ccc
ComboBox.buttonArrowColor=#666 ComboBox.buttonArrowColor = #666
ComboBox.buttonDisabledArrowColor=#ABABAB ComboBox.buttonDisabledArrowColor = #ABABAB
ComboBox.buttonHoverArrowColor=#f00 ComboBox.buttonHoverArrowColor = #f00
ComboBox.buttonPressedArrowColor=#00f ComboBox.buttonPressedArrowColor = #00f
#---- Component ---- #---- Component ----
Component.borderColor=#f00 Component.borderColor = #f00
Component.disabledBorderColor=#008 Component.disabledBorderColor = #008
Component.focusedBorderColor=#466d94 Component.focusedBorderColor = #466d94
Component.focusColor=#97c3f3 Component.focusColor = #97c3f3
#Component.focusWidth=5 #Component.focusWidth = 5
#Component.arc=8 #Component.arc = 8
Component.grayFilter=25,25,100 Component.grayFilter = 25,25,100
#---- Desktop ---- #---- Desktop ----
Desktop.background=#afe Desktop.background = #afe
#---- DesktopIcon ---- #---- DesktopIcon ----
DesktopIcon.background=darken($Desktop.background,20%) DesktopIcon.background = darken($Desktop.background,20%)
#---- HelpButton ---- #---- HelpButton ----
HelpButton.questionMarkColor=#00f HelpButton.questionMarkColor = #00f
#---- InternalFrame ---- #---- InternalFrame ----
InternalFrame.activeTitleBackground=#800 InternalFrame.activeTitleBackground = #800
InternalFrame.activeTitleForeground=#faa InternalFrame.activeTitleForeground = #faa
InternalFrame.inactiveTitleBackground=#080 InternalFrame.inactiveTitleBackground = #080
InternalFrame.inactiveTitleForeground=#afa InternalFrame.inactiveTitleForeground = #afa
InternalFrame.activeBorderColor=#f00 InternalFrame.activeBorderColor = #f00
InternalFrame.inactiveBorderColor=#0f0 InternalFrame.inactiveBorderColor = #0f0
InternalFrame.buttonHoverBackground=#060 InternalFrame.buttonHoverBackground = #060
InternalFrame.buttonPressedBackground=#0a0 InternalFrame.buttonPressedBackground = #0a0
InternalFrame.closeHoverBackground=#008 InternalFrame.closeHoverBackground = #008
InternalFrame.closePressedBackground=#00f InternalFrame.closePressedBackground = #00f
InternalFrame.closeHoverForeground=#fff InternalFrame.closeHoverForeground = #fff
InternalFrame.closePressedForeground=#fff InternalFrame.closePressedForeground = #fff
#---- Label ---- #---- Label ----
Label.foreground=#080 Label.foreground = #080
Label.disabledForeground=#008 Label.disabledForeground = #008
#---- List ---- #---- List ----
List.background=#f0ffff List.background = #f0ffff
List.cellNoFocusBorder=1,6,1,6 List.cellNoFocusBorder = 1,6,1,6
List.focusSelectedCellHighlightBorder=1,6,1,6,#800 List.focusSelectedCellHighlightBorder = 1,6,1,6,#800
List.focusCellHighlightBorder=1,6,1,6,#800 List.focusCellHighlightBorder = 1,6,1,6,#800
#---- Menu ---- #---- Menu ----
Menu.icon.arrowColor=#4D89C9 Menu.icon.arrowColor = #4D89C9
Menu.icon.disabledArrowColor=#ABABAB Menu.icon.disabledArrowColor = #ABABAB
#---- MenuBar ---- #---- MenuBar ----
MenuBar.borderColor=#44f MenuBar.borderColor = #44f
MenuBar.hoverBackground=#fdd MenuBar.hoverBackground = #fdd
MenuBar.underlineSelectionBackground=#0f0 MenuBar.underlineSelectionBackground = #0f0
MenuBar.underlineSelectionColor=#f00 MenuBar.underlineSelectionColor = #f00
MenuBar.underlineSelectionHeight=5 MenuBar.underlineSelectionHeight = 5
#---- MenuItemCheckBox ---- #---- MenuItemCheckBox ----
MenuItemCheckBox.icon.checkmarkColor=#4D89C9 MenuItemCheckBox.icon.checkmarkColor = #4D89C9
MenuItemCheckBox.icon.disabledCheckmarkColor=#ABABAB MenuItemCheckBox.icon.disabledCheckmarkColor = #ABABAB
#---- OptionPane ---- #---- OptionPane ----
OptionPane.background=#fdd OptionPane.background = #fdd
OptionPane.foreground=#f00 OptionPane.foreground = #f00
OptionPane.icon.errorColor=#f00 OptionPane.icon.errorColor = #f00
OptionPane.icon.informationColor=#0f0 OptionPane.icon.informationColor = #0f0
OptionPane.icon.questionColor=#00f OptionPane.icon.questionColor = #00f
OptionPane.icon.warningColor=#fc0 OptionPane.icon.warningColor = #fc0
OptionPane.icon.foreground=#fff OptionPane.icon.foreground = #fff
#---- Popup ---- #---- Popup ----
Popup.dropShadowColor=#0f0 Popup.dropShadowColor = #0f0
Popup.dropShadowOpacity=0.5 Popup.dropShadowOpacity = 0.5
Popup.dropShadowInsets=-6,6,6,6 Popup.dropShadowInsets = -6,6,6,6
#---- PopupMenu ---- #---- PopupMenu ----
PopupMenu.borderColor=#00f PopupMenu.borderColor = #00f
#---- PopupMenuSeparator ---- #---- PopupMenuSeparator ----
PopupMenuSeparator.height=30 PopupMenuSeparator.height = 30
PopupMenuSeparator.stripeWidth=3 PopupMenuSeparator.stripeWidth = 3
PopupMenuSeparator.stripeIndent=1 PopupMenuSeparator.stripeIndent = 1
#---- ProgressBar ---- #---- ProgressBar ----
ProgressBar.background=#8f8 ProgressBar.background = #8f8
ProgressBar.foreground=#73737333 ProgressBar.foreground = #73737333
ProgressBar.selectionForeground=#f00 ProgressBar.selectionForeground = #f00
ProgressBar.selectionBackground=#008 ProgressBar.selectionBackground = #008
ProgressBar.cycleTime=10000 ProgressBar.cycleTime = 10000
#---- ScrollBar ---- #---- ScrollBar ----
ScrollBar.track=#8f8 ScrollBar.track = #8f8
ScrollBar.thumb=#73737333 ScrollBar.thumb = #73737333
ScrollBar.hoverTrackColor=#0f0 ScrollBar.hoverTrackColor = #0f0
ScrollBar.hoverThumbColor=#f00 ScrollBar.hoverThumbColor = #f00
#---- Separator ---- #---- Separator ----
Separator.foreground=#0b0 Separator.foreground = #0b0
Separator.height=20 Separator.height = 20
Separator.stripeWidth=10 Separator.stripeWidth = 10
Separator.stripeIndent=5 Separator.stripeIndent = 5
#---- Slider ---- #---- Slider ----
Slider.trackColor=#8f8 Slider.trackColor = #8f8
Slider.thumbColor=#faa Slider.thumbColor = #faa
Slider.thumbBorderColor=#f00 Slider.thumbBorderColor = #f00
Slider.tickColor=#f00 Slider.tickColor = #f00
Slider.focusedColor=$Component.focusColor Slider.focusedColor = $Component.focusColor
Slider.hoverThumbColor=#00f Slider.hoverThumbColor = #00f
Slider.pressedThumbColor=#0f0 Slider.pressedThumbColor = #0f0
Slider.disabledTrackColor=#ff8 Slider.disabledTrackColor = #ff8
Slider.disabledThumbColor=#880 Slider.disabledThumbColor = #880
#---- SplitPane ---- #---- SplitPane ----
SplitPaneDivider.draggingColor=#800 SplitPaneDivider.draggingColor = #800
SplitPaneDivider.oneTouchArrowColor=#0f0 SplitPaneDivider.oneTouchArrowColor = #0f0
SplitPaneDivider.oneTouchHoverArrowColor=#f00 SplitPaneDivider.oneTouchHoverArrowColor = #f00
SplitPaneDivider.oneTouchPressedArrowColor=#00f SplitPaneDivider.oneTouchPressedArrowColor = #00f
#---- TabbedPane ---- #---- TabbedPane ----
TabbedPane.disabledForeground=#777 TabbedPane.disabledForeground = #777
TabbedPane.selectedBackground=#0f0 TabbedPane.selectedBackground = #0f0
TabbedPane.selectedForeground=#00f TabbedPane.selectedForeground = #00f
TabbedPane.underlineColor=#ff0 TabbedPane.underlineColor = #ff0
TabbedPane.disabledUnderlineColor=#7a7a7a TabbedPane.disabledUnderlineColor = #7a7a7a
TabbedPane.hoverColor=#eee TabbedPane.hoverColor = #eee
TabbedPane.focusColor=#ddd TabbedPane.focusColor = #ddd
TabbedPane.tabSeparatorColor=#00f TabbedPane.tabSeparatorColor = #00f
TabbedPane.contentAreaColor=#f00 TabbedPane.contentAreaColor = #f00
TabbedPane.buttonHoverBackground=#ff0 TabbedPane.buttonHoverBackground = #ff0
TabbedPane.buttonPressedBackground=#FFC800 TabbedPane.buttonPressedBackground = #FFC800
TabbedPane.closeSize=16,16 TabbedPane.closeSize = 16,16
TabbedPane.closeArc=999 TabbedPane.closeArc = 999
TabbedPane.closeCrossPlainSize={float}12 TabbedPane.closeCrossPlainSize = {float}12
TabbedPane.closeCrossFilledSize={float}6.5 TabbedPane.closeCrossFilledSize = {float}6.5
TabbedPane.closeCrossLineWidth={float}2 TabbedPane.closeCrossLineWidth = {float}2
#TabbedPane.closeBackground=#faa #TabbedPane.closeBackground = #faa
TabbedPane.closeForeground=#f00 TabbedPane.closeForeground = #f00
TabbedPane.closeHoverBackground=#a00 TabbedPane.closeHoverBackground = #a00
TabbedPane.closeHoverForeground=#fff TabbedPane.closeHoverForeground = #fff
TabbedPane.closePressedBackground=#0f0 TabbedPane.closePressedBackground = #0f0
TabbedPane.closePressedForeground=#000 TabbedPane.closePressedForeground = #000
#---- Table ---- #---- Table ----
Table.rowHeight=25 Table.rowHeight = 25
Table.background=#fffff0 Table.background = #fffff0
Table.sortIconColor=#ff0 Table.sortIconColor = #ff0
Table.gridColor=#0ff Table.gridColor = #0ff
#---- TableHeader ---- #---- TableHeader ----
TableHeader.background=#44f TableHeader.background = #44f
TableHeader.foreground=#fff TableHeader.foreground = #fff
TableHeader.separatorColor=#0f0 TableHeader.separatorColor = #0f0
TableHeader.bottomSeparatorColor=#0f0 TableHeader.bottomSeparatorColor = #0f0
#---- TitledBorder ---- #---- TitledBorder ----
TitledBorder.titleColor=#f0f TitledBorder.titleColor = #f0f
TitledBorder.border=1,1,1,1,#f0f TitledBorder.border = 1,1,1,1,#f0f
#---- TitlePane ---- #---- TitlePane ----
TitlePane.background=#0f0 TitlePane.background = #0f0
TitlePane.inactiveBackground=#080 TitlePane.inactiveBackground = #080
TitlePane.foreground=#00f TitlePane.foreground = #00f
TitlePane.inactiveForeground=#fff TitlePane.inactiveForeground = #fff
#---- ToggleButton ---- #---- ToggleButton ----
ToggleButton.background=#ddf ToggleButton.background = #ddf
ToggleButton.selectedBackground=#4f4 ToggleButton.selectedBackground = #4f4
ToggleButton.selectedForeground=#000 ToggleButton.selectedForeground = #000
ToggleButton.disabledSelectedBackground=#4d4 ToggleButton.disabledSelectedBackground = #4d4
ToggleButton.focusedBackground=#0ff ToggleButton.focusedBackground = #0ff
ToggleButton.hoverBackground=#ff0 ToggleButton.hoverBackground = #ff0
ToggleButton.pressedBackground=#FFC800 ToggleButton.pressedBackground = #FFC800
ToggleButton.toolbar.selectedBackground=#ddd ToggleButton.toolbar.selectedBackground = #ddd
#---- ToolTip ---- #---- ToolTip ----
ToolTip.background=#eef ToolTip.background = #eef
#---- Tree ---- #---- Tree ----
Tree.background=#fff0ff Tree.background = #fff0ff
Tree.paintLines=true Tree.paintLines = true
Tree.hash=#f00 Tree.hash = #f00
Tree.editorBorder=1,1,1,1,#f00 Tree.editorBorder = 1,1,1,1,#f00
Tree.editorBorderSelectionColor=#00f Tree.editorBorderSelectionColor = #00f

View File

@@ -1 +1 @@
# @background=#000 # @background = #000

View File

@@ -1,2 +1,2 @@
# Component.arc=9999 # Component.arc = 9999
# TextComponent.arc=9999 # TextComponent.arc = 9999

View File

@@ -16,5 +16,5 @@
#---- RangeSlider ---- #---- RangeSlider ----
Slider.hoverTrackColor=#44f Slider.hoverTrackColor = #44f
Slider.pressedTrackColor=#8f8 Slider.pressedTrackColor = #8f8

View File

@@ -16,61 +16,61 @@
#---- BusyLabel ---- #---- BusyLabel ----
JXBusyLabel.baseColor=#0f0 JXBusyLabel.baseColor = #0f0
JXBusyLabel.highlightColor=#f00 JXBusyLabel.highlightColor = #f00
#---- Header ---- #---- Header ----
JXHeader.background=#f88 JXHeader.background = #f88
JXHeader.startBackground=#fcc JXHeader.startBackground = #fcc
JXHeader.titleForeground=#00f JXHeader.titleForeground = #00f
JXHeader.descriptionForeground=#f00 JXHeader.descriptionForeground = #f00
#---- Hyperlink ---- #---- Hyperlink ----
Hyperlink.linkColor=#f00 Hyperlink.linkColor = #f00
Hyperlink.visitedColor=#00f Hyperlink.visitedColor = #00f
Hyperlink.disabledText=#008 Hyperlink.disabledText = #008
#---- MonthView ---- #---- MonthView ----
JXMonthView.background=@textComponentBackground JXMonthView.background = @textComponentBackground
JXMonthView.monthStringBackground=#0f0 JXMonthView.monthStringBackground = #0f0
JXMonthView.monthStringForeground=#00f JXMonthView.monthStringForeground = #00f
JXMonthView.daysOfTheWeekForeground=#0f0 JXMonthView.daysOfTheWeekForeground = #0f0
JXMonthView.weekOfTheYearForeground=#00f JXMonthView.weekOfTheYearForeground = #00f
JXMonthView.unselectableDayForeground=#00f JXMonthView.unselectableDayForeground = #00f
JXMonthView.selectedBackground=#afa JXMonthView.selectedBackground = #afa
JXMonthView.flaggedDayForeground=#0ff JXMonthView.flaggedDayForeground = #0ff
JXMonthView.leadingDayForeground=#c0c0c0 JXMonthView.leadingDayForeground = #c0c0c0
JXMonthView.trailingDayForeground=#c0c0c0 JXMonthView.trailingDayForeground = #c0c0c0
JXMonthView.arrowColor=#00f JXMonthView.arrowColor = #00f
JXMonthView.disabledArrowColor=#ABABAB JXMonthView.disabledArrowColor = #ABABAB
#---- TaskPaneContainer ---- #---- TaskPaneContainer ----
TaskPaneContainer.background=#f88 TaskPaneContainer.background = #f88
TaskPaneContainer.border=10,10,10,10 TaskPaneContainer.border = 10,10,10,10
#---- TaskPane ---- #---- TaskPane ----
TaskPane.background=#0f0 TaskPane.background = #0f0
TaskPane.borderColor=#00f TaskPane.borderColor = #00f
TaskPane.contentInsets=10,10,10,10 TaskPane.contentInsets = 10,10,10,10
TaskPane.titleBackgroundGradientStart=#ff0 TaskPane.titleBackgroundGradientStart = #ff0
TaskPane.titleForeground=#f0f TaskPane.titleForeground = #f0f
TaskPane.titleOver=#00a TaskPane.titleOver = #00a
TaskPane.specialTitleBackground=#0ff TaskPane.specialTitleBackground = #0ff
TaskPane.specialTitleForeground=#444 TaskPane.specialTitleForeground = #444
TaskPane.specialTitleOver=#d00 TaskPane.specialTitleOver = #d00
#---- TitledPanel ---- #---- TitledPanel ----
JXTitledPanel.borderColor=$Button.startBorderColor JXTitledPanel.borderColor = $Button.startBorderColor

View File

@@ -2,50 +2,50 @@
# some comment # some comment
# #
ButtonUI=com.formdev.flatlaf.ui.FlatButtonUI ButtonUI = com.formdev.flatlaf.ui.FlatButtonUI
CheckBoxUI = com.formdev.flatlaf.ui.FlatCheckBoxUI CheckBoxUI = com.formdev.flatlaf.ui.FlatCheckBoxUI
Prop.string=some string Prop.string = some string
Prop.string2="some string 123 #f80" Prop.string2 = "some string 123 #f80"
Prop.char1=x Prop.char1 = x
Prop.char2=\u2022 Prop.char2 = \u2022
Prop.integer=123 Prop.integer = 123
Prop.float=456.123 Prop.float = 456.123
Prop.color1=#f80 Prop.color1 = #f80
Prop.color2=#ff8800 Prop.color2 = #ff8800
Prop.color3=#f804 Prop.color3 = #f804
Prop.color4=#ff880044 Prop.color4 = #ff880044
Prop.color5=#12 Prop.color5 = #12
Prop.color6=#12345 Prop.color6 = #12345
Prop.border=1,2,3,4 Prop.border = 1,2,3,4
Prop.scaledInteger={scaledInteger}123 Prop.scaledInteger = {scaledInteger}123
Prop.null=null Prop.null = null
Prop.false=false Prop.false = false
Prop.true=true Prop.true = true
@var1=123 @var1 = 123
Prop.var=@var1 Prop.var = @var1
Prop.ref=$Prop.string Prop.ref = $Prop.string
Prop.lazy=lazy(Prop.string) Prop.lazy = lazy(Prop.string)
Prop.colorFunc1=rgb(12,34,56) Prop.colorFunc1 = rgb(12,34,56)
Prop.colorFunc2=rgba(12,34,56,78) Prop.colorFunc2 = rgba(12,34,56,78)
Prop.colorFunc3=hsl(12,34%,56%) Prop.colorFunc3 = hsl(12,34%,56%)
Prop.colorFunc4=hsla(12,34%,56%,78%) Prop.colorFunc4 = hsla(12,34%,56%,78%)
Prop.colorFunc5=lighten(#fe1289,20%) Prop.colorFunc5 = lighten(#fe1289,20%)
Prop.colorFunc6=darken(#fe1289,20%) Prop.colorFunc6 = darken(#fe1289,20%)
Prop.colorFunc7=lighten($Prop.colorFunc4,20%,relative autoInverse) Prop.colorFunc7 = lighten($Prop.colorFunc4,20%,relative autoInverse)
Prop.colorFunc8=lighten(Prop.colorFunc4,20%,lazy) Prop.colorFunc8 = lighten(Prop.colorFunc4,20%,lazy)
Prop.colorFunc9=fadein(#ff000000,30%) Prop.colorFunc9 = fadein(#ff000000,30%)
Prop.colorFunc10=fadeout(#ff0000,40%) Prop.colorFunc10 = fadeout(#ff0000,40%)
Prop.colorFunc11=fade(#ff0000,50%) Prop.colorFunc11 = fade(#ff0000,50%)
Prop.colorFunc12=#f00 Prop.colorFunc12 = #f00
Prop.colorFunc13=spin($Prop.colorFunc12,40) Prop.colorFunc13 = spin($Prop.colorFunc12,40)
Prop.colorFunc14=spin($Prop.colorFunc12,-40) Prop.colorFunc14 = spin($Prop.colorFunc12,-40)
Prop.colorFunc15=spin($Prop.colorFunc12,400) Prop.colorFunc15 = spin($Prop.colorFunc12,400)
Prop.colorFunc16=spin($Prop.colorFunc12,-400) Prop.colorFunc16 = spin($Prop.colorFunc12,-400)