use short color format #RGB (instead of #RRGGBB) where possible

This commit is contained in:
Karl Tauber
2020-09-11 21:24:00 +02:00
parent 7ebeacf16e
commit ecb94bac6d
7 changed files with 147 additions and 147 deletions

View File

@@ -21,18 +21,18 @@
#---- variables ---- #---- variables ----
@background=#3c3f41 @background=#3c3f41
@foreground=#bbbbbb @foreground=#bbb
@selectionBackground=#4B6EAF @selectionBackground=#4B6EAF
@selectionForeground=@foreground @selectionForeground=@foreground
@selectionInactiveBackground=#0D293E @selectionInactiveBackground=#0D293E
@selectionInactiveForeground=@foreground @selectionInactiveForeground=@foreground
@disabledText=#777777 @disabledText=#777
@textComponentBackground=#45494A @textComponentBackground=#45494A
@menuBackground=darken(@background,5%) @menuBackground=darken(@background,5%)
@menuHoverBackground=lighten(@menuBackground,10%,derived) @menuHoverBackground=lighten(@menuBackground,10%,derived)
@menuCheckBackground=lighten(@menuBackground,10%,derived) @menuCheckBackground=lighten(@menuBackground,10%,derived)
@menuCheckHoverBackground=lighten(@menuBackground,20%,derived) @menuCheckHoverBackground=lighten(@menuBackground,20%,derived)
@cellFocusColor=#000000 @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)
@@ -84,7 +84,7 @@ Button.focusedBorderColor=#466d94
Button.hoverBorderColor=$Button.focusedBorderColor Button.hoverBorderColor=$Button.focusedBorderColor
Button.default.background=#365880 Button.default.background=#365880
Button.default.foreground=#bbbbbb 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
@@ -141,7 +141,7 @@ ComboBox.buttonBackground=@textComponentBackground
ComboBox.buttonEditableBackground=#404445 ComboBox.buttonEditableBackground=#404445
ComboBox.buttonArrowColor=#9A9DA1 ComboBox.buttonArrowColor=#9A9DA1
ComboBox.buttonDisabledArrowColor=#585858 ComboBox.buttonDisabledArrowColor=#585858
ComboBox.buttonHoverArrowColor=#bbbbbb ComboBox.buttonHoverArrowColor=#bbb
#---- Component ---- #---- Component ----
@@ -232,7 +232,7 @@ PopupMenu.borderColor=#5e5e5e
#---- ProgressBar ---- #---- ProgressBar ----
ProgressBar.background=#555555 ProgressBar.background=#555
ProgressBar.foreground=#4A88C7 ProgressBar.foreground=#4A88C7
ProgressBar.selectionForeground=@foreground ProgressBar.selectionForeground=@foreground
ProgressBar.selectionBackground=@foreground ProgressBar.selectionBackground=@foreground
@@ -269,7 +269,7 @@ Separator.foreground=#515151
Slider.trackColor=#646464 Slider.trackColor=#646464
Slider.thumbColor=#A6A6A6 Slider.thumbColor=#A6A6A6
Slider.tickColor=#888888 Slider.tickColor=#888
Slider.hoverColor=darken($Slider.thumbColor,15%,derived) Slider.hoverColor=darken($Slider.thumbColor,15%,derived)
Slider.disabledForeground=#4c5052 Slider.disabledForeground=#4c5052

View File

@@ -23,7 +23,7 @@
Button.focusedBackground=null Button.focusedBackground=null
Button.default.background=#4D8AC9 Button.default.background=#4D8AC9
Button.default.foreground=#FFFFFF 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

View File

@@ -21,18 +21,18 @@
#---- variables ---- #---- variables ----
@background=#f2f2f2 @background=#f2f2f2
@foreground=#000000 @foreground=#000
@selectionBackground=#2675BF @selectionBackground=#2675BF
@selectionForeground=#ffffff @selectionForeground=#fff
@selectionInactiveBackground=#d4d4d4 @selectionInactiveBackground=#d4d4d4
@selectionInactiveForeground=@foreground @selectionInactiveForeground=@foreground
@disabledText=#8C8C8C @disabledText=#8C8C8C
@textComponentBackground=#ffffff @textComponentBackground=#fff
@menuBackground=#fff @menuBackground=#fff
@menuHoverBackground=darken(@menuBackground,10%,derived) @menuHoverBackground=darken(@menuBackground,10%,derived)
@menuCheckBackground=darken(@menuBackground,10%,derived) @menuCheckBackground=darken(@menuBackground,10%,derived)
@menuCheckHoverBackground=darken(@menuBackground,20%,derived) @menuCheckHoverBackground=darken(@menuBackground,20%,derived)
@cellFocusColor=#000000 @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)
@@ -46,7 +46,7 @@
*.background=@background *.background=@background
*.foreground=@foreground *.foreground=@foreground
*.textBackground=#cccccc *.textBackground=#ccc
*.textForeground=@foreground *.textForeground=@foreground
*.caretForeground=@foreground *.caretForeground=@foreground
*.inactiveBackground=@background *.inactiveBackground=@background
@@ -71,7 +71,7 @@ controlDkShadow=darken($controlShadow,15%)
#---- Button ---- #---- Button ----
Button.background=#ffffff 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)
@@ -104,7 +104,7 @@ Button.toolbar.selectedBackground=$Button.selectedBackground
# enabled # enabled
CheckBox.icon.borderColor=#b0b0b0 CheckBox.icon.borderColor=#b0b0b0
CheckBox.icon.background=#FFFFFF 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
@@ -130,7 +130,7 @@ CheckBox.icon.pressedBackground=$Button.pressedBackground
# 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=#FFFFFF 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
@@ -146,9 +146,9 @@ CheckBox.icon[filled].selectedPressedBackground=darken($CheckBox.icon[filled].se
ComboBox.background=@textComponentBackground ComboBox.background=@textComponentBackground
ComboBox.buttonBackground=@textComponentBackground ComboBox.buttonBackground=@textComponentBackground
ComboBox.buttonEditableBackground=#fafafa ComboBox.buttonEditableBackground=#fafafa
ComboBox.buttonArrowColor=#666666 ComboBox.buttonArrowColor=#666
ComboBox.buttonDisabledArrowColor=#ABABAB ComboBox.buttonDisabledArrowColor=#ABABAB
ComboBox.buttonHoverArrowColor=#999999 ComboBox.buttonHoverArrowColor=#999
#---- Component ---- #---- Component ----
@@ -210,7 +210,7 @@ List.background=@textComponentBackground
#---- Menu ---- #---- Menu ----
Menu.icon.arrowColor=#666666 Menu.icon.arrowColor=#666
Menu.icon.disabledArrowColor=#ABABAB Menu.icon.disabledArrowColor=#ABABAB
@@ -281,7 +281,7 @@ Separator.foreground=#d1d1d1
Slider.trackColor=#c4c4c4 Slider.trackColor=#c4c4c4
Slider.thumbColor=#6e6e6e Slider.thumbColor=#6e6e6e
Slider.tickColor=#888888 Slider.tickColor=#888
Slider.hoverColor=lighten($Slider.thumbColor,15%,derived) Slider.hoverColor=lighten($Slider.thumbColor,15%,derived)
Slider.disabledForeground=#c0c0c0 Slider.disabledForeground=#c0c0c0
@@ -289,7 +289,7 @@ Slider.disabledForeground=#c0c0c0
#---- SplitPane ---- #---- SplitPane ----
SplitPaneDivider.draggingColor=#c4c4c4 SplitPaneDivider.draggingColor=#c4c4c4
SplitPaneDivider.oneTouchHoverArrowColor=#333333 SplitPaneDivider.oneTouchHoverArrowColor=#333
#---- TabbedPane ---- #---- TabbedPane ----

View File

@@ -16,7 +16,7 @@
#---- BusyLabel ---- #---- BusyLabel ----
JXBusyLabel.baseColor=#777777 JXBusyLabel.baseColor=#777
JXBusyLabel.highlightColor=#e0e0e0 JXBusyLabel.highlightColor=#e0e0e0
@@ -38,8 +38,8 @@ Hyperlink.disabledText=@disabledText
JXMonthView.background=@textComponentBackground JXMonthView.background=@textComponentBackground
JXMonthView.monthStringBackground=#4c5052 JXMonthView.monthStringBackground=#4c5052
JXMonthView.monthStringForeground=@foreground JXMonthView.monthStringForeground=@foreground
JXMonthView.daysOfTheWeekForeground=#aaaaaa JXMonthView.daysOfTheWeekForeground=#aaa
JXMonthView.weekOfTheYearForeground=#888888 JXMonthView.weekOfTheYearForeground=#888
JXMonthView.unselectableDayForeground=#E05555 JXMonthView.unselectableDayForeground=#E05555
JXMonthView.selectedBackground=@selectionBackground JXMonthView.selectedBackground=@selectionBackground
JXMonthView.flaggedDayForeground=#E05555 JXMonthView.flaggedDayForeground=#E05555
@@ -63,7 +63,7 @@ TaskPane.contentInsets=10,10,10,10
TaskPane.titleBackgroundGradientStart=#4c5052 TaskPane.titleBackgroundGradientStart=#4c5052
TaskPane.titleForeground=@foreground TaskPane.titleForeground=@foreground
TaskPane.titleOver=#888888 TaskPane.titleOver=#888
TaskPane.specialTitleBackground=#afafaf TaskPane.specialTitleBackground=#afafaf
TaskPane.specialTitleForeground=#222222 TaskPane.specialTitleForeground=#222
TaskPane.specialTitleOver=#666666 TaskPane.specialTitleOver=#666

View File

@@ -23,7 +23,7 @@ JXBusyLabel.highlightColor=#808080
#---- Header ---- #---- Header ----
JXHeader.background=@background JXHeader.background=@background
JXHeader.startBackground=#ffffff JXHeader.startBackground=#fff
#---- Hyperlink ---- #---- Hyperlink ----
@@ -38,8 +38,8 @@ Hyperlink.disabledText=@disabledText
JXMonthView.background=@textComponentBackground JXMonthView.background=@textComponentBackground
JXMonthView.monthStringBackground=#dfdfdf JXMonthView.monthStringBackground=#dfdfdf
JXMonthView.monthStringForeground=@foreground JXMonthView.monthStringForeground=@foreground
JXMonthView.daysOfTheWeekForeground=#444444 JXMonthView.daysOfTheWeekForeground=#444
JXMonthView.weekOfTheYearForeground=#666666 JXMonthView.weekOfTheYearForeground=#666
JXMonthView.unselectableDayForeground=#E02222 JXMonthView.unselectableDayForeground=#E02222
JXMonthView.selectedBackground=#B9CEF8 JXMonthView.selectedBackground=#B9CEF8
JXMonthView.flaggedDayForeground=#E02222 JXMonthView.flaggedDayForeground=#E02222
@@ -62,8 +62,8 @@ TaskPane.borderColor=$Button.borderColor
TaskPane.contentInsets=10,10,10,10 TaskPane.contentInsets=10,10,10,10
TaskPane.titleBackgroundGradientStart=#dfdfdf TaskPane.titleBackgroundGradientStart=#dfdfdf
TaskPane.titleForeground=#222222 TaskPane.titleForeground=#222
TaskPane.titleOver=#666666 TaskPane.titleOver=#666
TaskPane.specialTitleBackground=#afafaf TaskPane.specialTitleBackground=#afafaf
TaskPane.specialTitleForeground=#222222 TaskPane.specialTitleForeground=#222
TaskPane.specialTitleOver=#666666 TaskPane.specialTitleOver=#666

View File

@@ -16,19 +16,19 @@
#---- variables ---- #---- variables ----
@background=#ccffcc @background=#cfc
@foreground=#ff0000 @foreground=#f00
@selectionBackground=#00aa00 @selectionBackground=#0a0
@selectionForeground=#ffff00 @selectionForeground=#ff0
@selectionInactiveBackground=#888888 @selectionInactiveBackground=#888
@selectionInactiveForeground=#ffffff @selectionInactiveForeground=#fff
@disabledText=#000088 @disabledText=#008
@textComponentBackground=#ffffff @textComponentBackground=#fff
@menuBackground=#fff @menuBackground=#fff
@menuHoverBackground=darken(@menuBackground,10%) @menuHoverBackground=darken(@menuBackground,10%)
@menuCheckBackground=darken(@menuBackground,10%) @menuCheckBackground=darken(@menuBackground,10%)
@menuCheckHoverBackground=darken(@menuBackground,20%) @menuCheckHoverBackground=darken(@menuBackground,20%)
@cellFocusColor=#ff0000 @cellFocusColor=#f00
@icon=#afafaf @icon=#afafaf
@dropCellBackground=#f00 @dropCellBackground=#f00
@@ -41,18 +41,18 @@
*.background=@background *.background=@background
*.foreground=@foreground *.foreground=@foreground
*.textBackground=#ccffcc *.textBackground=#cfc
*.textForeground=#ff0000 *.textForeground=#f00
*.caretForeground=#0000ff *.caretForeground=#00f
*.inactiveBackground=#f0f0f0 *.inactiveBackground=#f0f0f0
*.inactiveForeground=#000088 *.inactiveForeground=#008
*.selectionBackground=@selectionBackground *.selectionBackground=@selectionBackground
*.selectionForeground=@selectionForeground *.selectionForeground=@selectionForeground
*.disabledBackground=#e0e0e0 *.disabledBackground=#e0e0e0
*.disabledForeground=@disabledText *.disabledForeground=@disabledText
*.disabledText=@disabledText *.disabledText=@disabledText
*.acceleratorForeground=#ff8888 *.acceleratorForeground=#f88
*.acceleratorSelectionForeground=#ffffff *.acceleratorSelectionForeground=#fff
#---- system colors ---- #---- system colors ----
@@ -69,40 +69,40 @@ controlDkShadow=#696969
Button.startBackground=#fff Button.startBackground=#fff
Button.endBackground=#bbb Button.endBackground=#bbb
Button.focusedBackground=#00ffff Button.focusedBackground=#0ff
Button.hoverBackground=#ffff00 Button.hoverBackground=#ff0
Button.pressedBackground=#FFC800 Button.pressedBackground=#FFC800
Button.startBorderColor=#00f Button.startBorderColor=#00f
Button.endBorderColor=#f00 Button.endBorderColor=#f00
Button.disabledBorderColor=#000088 Button.disabledBorderColor=#008
Button.focusedBorderColor=#466d94 Button.focusedBorderColor=#466d94
Button.hoverBorderColor=#ff0000 Button.hoverBorderColor=#f00
Button.default.startBackground=#ddd Button.default.startBackground=#ddd
Button.default.endBackground=#888 Button.default.endBackground=#888
Button.default.foreground=#880000 Button.default.foreground=#800
Button.default.focusedBackground=#00ffff Button.default.focusedBackground=#0ff
Button.default.hoverBackground=#ffff00 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=#ff0000 Button.default.hoverBorderColor=#f00
Button.default.focusedBorderColor=#537699 Button.default.focusedBorderColor=#537699
Button.default.focusColor=#ff0000 Button.default.focusColor=#f00
Button.toolbar.hoverBackground=#ffffff Button.toolbar.hoverBackground=#fff
Button.toolbar.pressedBackground=#eeeeee Button.toolbar.pressedBackground=#eee
#---- CheckBox ---- #---- CheckBox ----
# enabled # enabled
CheckBox.icon.borderColor=#878787 CheckBox.icon.borderColor=#878787
CheckBox.icon.background=#FFFFFF CheckBox.icon.background=#fff
CheckBox.icon.selectedBorderColor=#4982CC CheckBox.icon.selectedBorderColor=#4982CC
CheckBox.icon.selectedBackground=#4D89C9 CheckBox.icon.selectedBackground=#4D89C9
CheckBox.icon.checkmarkColor=#FFFFFF CheckBox.icon.checkmarkColor=#fff
# disabled # disabled
CheckBox.icon.disabledBorderColor=#BDBDBD CheckBox.icon.disabledBorderColor=#BDBDBD
@@ -111,12 +111,12 @@ CheckBox.icon.disabledCheckmarkColor=#ABABAB
# focused # focused
CheckBox.icon.focusedBorderColor=#7B9FC7 CheckBox.icon.focusedBorderColor=#7B9FC7
CheckBox.icon.focusedBackground=#00ffff CheckBox.icon.focusedBackground=#0ff
CheckBox.icon.selectedFocusedBorderColor=#ACCFF7 CheckBox.icon.selectedFocusedBorderColor=#ACCFF7
# hover # hover
CheckBox.icon.hoverBorderColor=#ff0000 CheckBox.icon.hoverBorderColor=#f00
CheckBox.icon.hoverBackground=#ffff00 CheckBox.icon.hoverBackground=#ff0
# pressed # pressed
CheckBox.icon.pressedBackground=#FFC800 CheckBox.icon.pressedBackground=#FFC800
@@ -124,18 +124,18 @@ CheckBox.icon.pressedBackground=#FFC800
#---- ComboBox ---- #---- ComboBox ----
ComboBox.background=#ffffff ComboBox.background=#fff
ComboBox.buttonBackground=#f0f0f0 ComboBox.buttonBackground=#f0f0f0
ComboBox.buttonEditableBackground=#cccccc ComboBox.buttonEditableBackground=#ccc
ComboBox.buttonArrowColor=#666666 ComboBox.buttonArrowColor=#666
ComboBox.buttonDisabledArrowColor=#ABABAB ComboBox.buttonDisabledArrowColor=#ABABAB
ComboBox.buttonHoverArrowColor=#ff0000 ComboBox.buttonHoverArrowColor=#f00
#---- Component ---- #---- Component ----
Component.borderColor=#ff0000 Component.borderColor=#f00
Component.disabledBorderColor=#000088 Component.disabledBorderColor=#008
Component.focusedBorderColor=#466d94 Component.focusedBorderColor=#466d94
Component.focusColor=#97c3f3 Component.focusColor=#97c3f3
#Component.focusWidth=5 #Component.focusWidth=5
@@ -155,7 +155,7 @@ DesktopIcon.background=darken($Desktop.background,20%)
#---- HelpButton ---- #---- HelpButton ----
HelpButton.questionMarkColor=#0000ff HelpButton.questionMarkColor=#00f
#---- InternalFrame ---- #---- InternalFrame ----
@@ -178,16 +178,16 @@ InternalFrame.closePressedForeground=#fff
#---- Label ---- #---- Label ----
Label.foreground=#008800 Label.foreground=#080
Label.disabledForeground=#000088 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,#880000 List.focusSelectedCellHighlightBorder=1,6,1,6,#800
List.focusCellHighlightBorder=1,6,1,6,#880000 List.focusCellHighlightBorder=1,6,1,6,#800
#---- Menu ---- #---- Menu ----
@@ -198,7 +198,7 @@ Menu.icon.disabledArrowColor=#ABABAB
#---- MenuBar ---- #---- MenuBar ----
MenuBar.borderColor=#4444ff MenuBar.borderColor=#44f
MenuBar.hoverBackground=#fdd MenuBar.hoverBackground=#fdd
@@ -210,14 +210,14 @@ MenuItemCheckBox.icon.disabledCheckmarkColor=#ABABAB
#---- OptionPane ---- #---- OptionPane ----
OptionPane.background=#ffdddd OptionPane.background=#fdd
OptionPane.foreground=#ff0000 OptionPane.foreground=#f00
OptionPane.icon.errorColor=#ff0000 OptionPane.icon.errorColor=#f00
OptionPane.icon.informationColor=#00ff00 OptionPane.icon.informationColor=#0f0
OptionPane.icon.questionColor=#0000ff OptionPane.icon.questionColor=#00f
OptionPane.icon.warningColor=#ffcc00 OptionPane.icon.warningColor=#fc0
OptionPane.icon.foreground=#ffffff OptionPane.icon.foreground=#fff
#---- Popup ---- #---- Popup ----
@@ -229,7 +229,7 @@ Popup.dropShadowInsets=-6,6,6,6
#---- PopupMenu ---- #---- PopupMenu ----
PopupMenu.borderColor=#0000ff PopupMenu.borderColor=#00f
#---- PopupMenuSeparator ---- #---- PopupMenuSeparator ----
@@ -241,24 +241,24 @@ PopupMenuSeparator.stripeIndent=1
#---- ProgressBar ---- #---- ProgressBar ----
ProgressBar.background=#88ff88 ProgressBar.background=#8f8
ProgressBar.foreground=#73737333 ProgressBar.foreground=#73737333
ProgressBar.selectionForeground=#ff0000 ProgressBar.selectionForeground=#f00
ProgressBar.selectionBackground=#000088 ProgressBar.selectionBackground=#008
ProgressBar.cycleTime=10000 ProgressBar.cycleTime=10000
#---- ScrollBar ---- #---- ScrollBar ----
ScrollBar.track=#88ff88 ScrollBar.track=#8f8
ScrollBar.thumb=#73737333 ScrollBar.thumb=#73737333
ScrollBar.hoverTrackColor=#00ff00 ScrollBar.hoverTrackColor=#0f0
ScrollBar.hoverThumbColor=#ff0000 ScrollBar.hoverThumbColor=#f00
#---- Separator ---- #---- Separator ----
Separator.foreground=#00bb00 Separator.foreground=#0b0
Separator.height=20 Separator.height=20
Separator.stripeWidth=10 Separator.stripeWidth=10
Separator.stripeIndent=5 Separator.stripeIndent=5
@@ -266,54 +266,54 @@ Separator.stripeIndent=5
#---- Slider ---- #---- Slider ----
Slider.trackColor=#00bb00 Slider.trackColor=#0b0
Slider.thumbColor=#880000 Slider.thumbColor=#800
Slider.tickColor=#ff0000 Slider.tickColor=#f00
Slider.focusedColor=$Component.focusColor Slider.focusedColor=$Component.focusColor
Slider.hoverColor=#0000ff Slider.hoverColor=#00f
Slider.disabledForeground=#000088 Slider.disabledForeground=#008
#---- SplitPane ---- #---- SplitPane ----
SplitPaneDivider.draggingColor=#880000 SplitPaneDivider.draggingColor=#800
SplitPaneDivider.oneTouchArrowColor=#00ff00 SplitPaneDivider.oneTouchArrowColor=#0f0
SplitPaneDivider.oneTouchHoverArrowColor=#ff0000 SplitPaneDivider.oneTouchHoverArrowColor=#f00
#---- TabbedPane ---- #---- TabbedPane ----
TabbedPane.disabledForeground=#777777 TabbedPane.disabledForeground=#777
TabbedPane.selectedBackground=#0f0 TabbedPane.selectedBackground=#0f0
TabbedPane.selectedForeground=#00f TabbedPane.selectedForeground=#00f
TabbedPane.underlineColor=#4A88C7 TabbedPane.underlineColor=#4A88C7
TabbedPane.disabledUnderlineColor=#7a7a7a TabbedPane.disabledUnderlineColor=#7a7a7a
TabbedPane.hoverColor=#eeeeee TabbedPane.hoverColor=#eee
TabbedPane.focusColor=#dddddd TabbedPane.focusColor=#ddd
TabbedPane.tabSeparatorColor=#00f TabbedPane.tabSeparatorColor=#00f
TabbedPane.contentAreaColor=#bbbbbb TabbedPane.contentAreaColor=#bbb
#---- Table ---- #---- Table ----
Table.rowHeight=25 Table.rowHeight=25
Table.background=#fffff0 Table.background=#fffff0
Table.sortIconColor=#ffff00 Table.sortIconColor=#ff0
Table.gridColor=#00ffff Table.gridColor=#0ff
#---- TableHeader ---- #---- TableHeader ----
TableHeader.background=#4444ff TableHeader.background=#44f
TableHeader.foreground=#ffffff TableHeader.foreground=#fff
TableHeader.separatorColor=#00ff00 TableHeader.separatorColor=#0f0
TableHeader.bottomSeparatorColor=#00ff00 TableHeader.bottomSeparatorColor=#0f0
#---- TitledBorder ---- #---- TitledBorder ----
TitledBorder.titleColor=#ff00ff TitledBorder.titleColor=#f0f
TitledBorder.border=1,1,1,1,#ff00ff TitledBorder.border=1,1,1,1,#f0f
#---- TitlePane ---- #---- TitlePane ----
@@ -326,27 +326,27 @@ TitlePane.inactiveForeground=#fff
#---- ToggleButton ---- #---- ToggleButton ----
ToggleButton.background=#ddddff ToggleButton.background=#ddf
ToggleButton.selectedBackground=#44ff44 ToggleButton.selectedBackground=#4f4
ToggleButton.selectedForeground=#000000 ToggleButton.selectedForeground=#000
ToggleButton.disabledSelectedBackground=#44dd44 ToggleButton.disabledSelectedBackground=#4d4
ToggleButton.focusedBackground=#00ffff ToggleButton.focusedBackground=#0ff
ToggleButton.hoverBackground=#ffff00 ToggleButton.hoverBackground=#ff0
ToggleButton.pressedBackground=#FFC800 ToggleButton.pressedBackground=#FFC800
ToggleButton.toolbar.selectedBackground=#dddddd ToggleButton.toolbar.selectedBackground=#ddd
#---- ToolTip ---- #---- ToolTip ----
ToolTip.background=#eeeeff ToolTip.background=#eef
#---- Tree ---- #---- Tree ----
Tree.background=#fff0ff Tree.background=#fff0ff
Tree.paintLines=true Tree.paintLines=true
Tree.hash=#ff0000 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

@@ -16,59 +16,59 @@
#---- BusyLabel ---- #---- BusyLabel ----
JXBusyLabel.baseColor=#00ff00 JXBusyLabel.baseColor=#0f0
JXBusyLabel.highlightColor=#ff0000 JXBusyLabel.highlightColor=#f00
#---- Header ---- #---- Header ----
JXHeader.background=#ff8888 JXHeader.background=#f88
JXHeader.startBackground=#ffcccc JXHeader.startBackground=#fcc
JXHeader.titleForeground=#0000ff JXHeader.titleForeground=#00f
JXHeader.descriptionForeground=#ff0000 JXHeader.descriptionForeground=#f00
#---- Hyperlink ---- #---- Hyperlink ----
Hyperlink.linkColor=#ff0000 Hyperlink.linkColor=#f00
Hyperlink.visitedColor=#0000ff Hyperlink.visitedColor=#00f
Hyperlink.disabledText=#000088 Hyperlink.disabledText=#008
#---- MonthView ---- #---- MonthView ----
JXMonthView.background=@textComponentBackground JXMonthView.background=@textComponentBackground
JXMonthView.monthStringBackground=#00ff00 JXMonthView.monthStringBackground=#0f0
JXMonthView.monthStringForeground=#0000ff JXMonthView.monthStringForeground=#00f
JXMonthView.daysOfTheWeekForeground=#00ff00 JXMonthView.daysOfTheWeekForeground=#0f0
JXMonthView.weekOfTheYearForeground=#0000ff JXMonthView.weekOfTheYearForeground=#00f
JXMonthView.unselectableDayForeground=#0000ff JXMonthView.unselectableDayForeground=#00f
JXMonthView.selectedBackground=#aaffaa JXMonthView.selectedBackground=#afa
JXMonthView.flaggedDayForeground=#00ffff JXMonthView.flaggedDayForeground=#0ff
JXMonthView.leadingDayForeground=#c0c0c0 JXMonthView.leadingDayForeground=#c0c0c0
JXMonthView.trailingDayForeground=#c0c0c0 JXMonthView.trailingDayForeground=#c0c0c0
JXMonthView.arrowColor=#0000ff JXMonthView.arrowColor=#00f
JXMonthView.disabledArrowColor=#ABABAB JXMonthView.disabledArrowColor=#ABABAB
#---- TaskPaneContainer ---- #---- TaskPaneContainer ----
TaskPaneContainer.background=#ff8888 TaskPaneContainer.background=#f88
TaskPaneContainer.border=10,10,10,10 TaskPaneContainer.border=10,10,10,10
#---- TaskPane ---- #---- TaskPane ----
TaskPane.background=#00ff00 TaskPane.background=#0f0
TaskPane.borderColor=#0000ff TaskPane.borderColor=#00f
TaskPane.contentInsets=10,10,10,10 TaskPane.contentInsets=10,10,10,10
TaskPane.titleBackgroundGradientStart=#ffff00 TaskPane.titleBackgroundGradientStart=#ff0
TaskPane.titleForeground=#ff00ff TaskPane.titleForeground=#f0f
TaskPane.titleOver=#0000aa TaskPane.titleOver=#00a
TaskPane.specialTitleBackground=#00ffff TaskPane.specialTitleBackground=#0ff
TaskPane.specialTitleForeground=#444444 TaskPane.specialTitleForeground=#444
TaskPane.specialTitleOver=#dd0000 TaskPane.specialTitleOver=#d00
#---- TitledPanel ---- #---- TitledPanel ----