mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-08 15:00:54 +03:00
updated colors in "Flat Light" and "Flat IntelliJ" themes with colors from "IntelliJ Light Theme", which provides blue coloring that better match platform colors
This commit is contained in:
@@ -3,6 +3,9 @@ FlatLaf Change Log
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
- Updated colors in "Flat Light" and "Flat IntelliJ" themes with colors from
|
||||||
|
"IntelliJ Light Theme", which provides blue coloring that better match
|
||||||
|
platform colors.
|
||||||
- Fixed link color (in HTML text) and separator color in IntelliJ platform
|
- Fixed link color (in HTML text) and separator color in IntelliJ platform
|
||||||
themes.
|
themes.
|
||||||
|
|
||||||
|
|||||||
@@ -190,7 +190,7 @@ SplitPaneDivider.oneTouchHoverArrowColor=#7A7D81
|
|||||||
|
|
||||||
#---- TabbedPane ----
|
#---- TabbedPane ----
|
||||||
|
|
||||||
TabbedPane.disabledForeground=#777777
|
TabbedPane.disabledForeground=@disabledText
|
||||||
TabbedPane.underlineColor=#4A88C7
|
TabbedPane.underlineColor=#4A88C7
|
||||||
TabbedPane.disabledUnderlineColor=#7a7a7a
|
TabbedPane.disabledUnderlineColor=#7a7a7a
|
||||||
TabbedPane.hoverColor=#2e3133
|
TabbedPane.hoverColor=#2e3133
|
||||||
|
|||||||
@@ -22,21 +22,22 @@
|
|||||||
|
|
||||||
Button.focusedBackground=null
|
Button.focusedBackground=null
|
||||||
|
|
||||||
Button.default.background=#4A86C7
|
Button.default.background=#4D8AC9
|
||||||
Button.default.foreground=#f0f0f0
|
Button.default.foreground=#FFFFFF
|
||||||
Button.default.focusedBackground=null
|
Button.default.focusedBackground=null
|
||||||
Button.default.borderColor=#3167ad
|
Button.default.borderColor=#3D75B2
|
||||||
Button.default.hoverBorderColor=#a8cef6
|
Button.default.hoverBorderColor=#A9C9F5
|
||||||
Button.default.focusedBorderColor=#a8cef6
|
Button.default.focusedBorderColor=#A9C9F5
|
||||||
Button.default.focusColor=#97c3f3
|
Button.default.focusColor=#97c3f3
|
||||||
Button.default.boldText=true
|
Button.default.boldText=true
|
||||||
|
Button.default.borderWidth=1
|
||||||
|
|
||||||
|
|
||||||
#---- CheckBox ----
|
#---- CheckBox ----
|
||||||
|
|
||||||
CheckBox.icon.selectedBorderColor=#4982CC
|
CheckBox.icon.selectedBorderColor=#4B97D9
|
||||||
CheckBox.icon.selectedFocusedBorderColor=#ACCFF7
|
CheckBox.icon.selectedFocusedBorderColor=#ACCFF7
|
||||||
CheckBox.icon.selectedBackground=#4D89C9
|
CheckBox.icon.selectedBackground=#4F9EE3
|
||||||
CheckBox.icon.checkmarkColor=#FFFFFF
|
CheckBox.icon.checkmarkColor=#FFFFFF
|
||||||
|
|
||||||
CheckBox.icon.selectedHoverBackground=#5E94CE
|
CheckBox.icon.selectedHoverBackground=#5E94CE
|
||||||
|
|||||||
@@ -22,11 +22,11 @@
|
|||||||
|
|
||||||
@background=#f2f2f2
|
@background=#f2f2f2
|
||||||
@foreground=#000000
|
@foreground=#000000
|
||||||
@selectionBackground=#4A6EB7
|
@selectionBackground=#2675BF
|
||||||
@selectionForeground=#ffffff
|
@selectionForeground=#ffffff
|
||||||
@selectionInactiveBackground=#d4d4d4
|
@selectionInactiveBackground=#d4d4d4
|
||||||
@selectionInactiveForeground=@foreground
|
@selectionInactiveForeground=@foreground
|
||||||
@disabledText=#999999
|
@disabledText=#8C8C8C
|
||||||
@textComponentBackground=#ffffff
|
@textComponentBackground=#ffffff
|
||||||
@cellFocusColor=#000000
|
@cellFocusColor=#000000
|
||||||
@icon=#afafaf
|
@icon=#afafaf
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
*.textForeground=@foreground
|
*.textForeground=@foreground
|
||||||
*.caretForeground=@foreground
|
*.caretForeground=@foreground
|
||||||
*.inactiveBackground=@background
|
*.inactiveBackground=@background
|
||||||
*.inactiveForeground=#777777
|
*.inactiveForeground=@disabledText
|
||||||
*.selectionBackground=@selectionBackground
|
*.selectionBackground=@selectionBackground
|
||||||
*.selectionForeground=@selectionForeground
|
*.selectionForeground=@selectionForeground
|
||||||
*.disabledBackground=@background
|
*.disabledBackground=@background
|
||||||
@@ -71,9 +71,9 @@ Button.focusedBackground=#e3f1fa
|
|||||||
Button.hoverBackground=@buttonHoverBackground
|
Button.hoverBackground=@buttonHoverBackground
|
||||||
Button.pressedBackground=@buttonPressedBackground
|
Button.pressedBackground=@buttonPressedBackground
|
||||||
|
|
||||||
Button.borderColor=#bfbfbf
|
Button.borderColor=@@Component.borderColor
|
||||||
Button.disabledBorderColor=#cfcfcf
|
Button.disabledBorderColor=@@Component.disabledBorderColor
|
||||||
Button.focusedBorderColor=#87afda
|
Button.focusedBorderColor=@@Component.focusedBorderColor
|
||||||
Button.hoverBorderColor=@@Button.focusedBorderColor
|
Button.hoverBorderColor=@@Button.focusedBorderColor
|
||||||
|
|
||||||
Button.default.background=@@Button.background
|
Button.default.background=@@Button.background
|
||||||
@@ -81,7 +81,7 @@ Button.default.foreground=@foreground
|
|||||||
Button.default.focusedBackground=@@Button.focusedBackground
|
Button.default.focusedBackground=@@Button.focusedBackground
|
||||||
Button.default.hoverBackground=@buttonHoverBackground
|
Button.default.hoverBackground=@buttonHoverBackground
|
||||||
Button.default.pressedBackground=@buttonPressedBackground
|
Button.default.pressedBackground=@buttonPressedBackground
|
||||||
Button.default.borderColor=#4D89C9
|
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
|
||||||
@@ -93,9 +93,9 @@ Button.toolbar.pressedBackground=#d8d8d8
|
|||||||
|
|
||||||
#---- CheckBox ----
|
#---- CheckBox ----
|
||||||
|
|
||||||
CheckBox.icon.borderColor=#878787
|
CheckBox.icon.borderColor=#b0b0b0
|
||||||
CheckBox.icon.disabledBorderColor=#BDBDBD
|
CheckBox.icon.disabledBorderColor=#BDBDBD
|
||||||
CheckBox.icon.selectedBorderColor=#878787
|
CheckBox.icon.selectedBorderColor=@@CheckBox.icon.borderColor
|
||||||
CheckBox.icon.focusedBorderColor=#7B9FC7
|
CheckBox.icon.focusedBorderColor=#7B9FC7
|
||||||
CheckBox.icon.hoverBorderColor=@@CheckBox.icon.focusedBorderColor
|
CheckBox.icon.hoverBorderColor=@@CheckBox.icon.focusedBorderColor
|
||||||
CheckBox.icon.background=#FFFFFF
|
CheckBox.icon.background=#FFFFFF
|
||||||
@@ -104,7 +104,7 @@ CheckBox.icon.focusedBackground=@@Button.focusedBackground
|
|||||||
CheckBox.icon.hoverBackground=@buttonHoverBackground
|
CheckBox.icon.hoverBackground=@buttonHoverBackground
|
||||||
CheckBox.icon.pressedBackground=@buttonPressedBackground
|
CheckBox.icon.pressedBackground=@buttonPressedBackground
|
||||||
CheckBox.icon.selectedBackground=#FFFFFF
|
CheckBox.icon.selectedBackground=#FFFFFF
|
||||||
CheckBox.icon.checkmarkColor=#4D89C9
|
CheckBox.icon.checkmarkColor=#4F9EE3
|
||||||
CheckBox.icon.disabledCheckmarkColor=#ABABAB
|
CheckBox.icon.disabledCheckmarkColor=#ABABAB
|
||||||
|
|
||||||
|
|
||||||
@@ -124,12 +124,12 @@ Component.borderColor=#c4c4c4
|
|||||||
Component.disabledBorderColor=#cfcfcf
|
Component.disabledBorderColor=#cfcfcf
|
||||||
Component.focusedBorderColor=#87afda
|
Component.focusedBorderColor=#87afda
|
||||||
Component.focusColor=#97c3f3
|
Component.focusColor=#97c3f3
|
||||||
Component.linkColor=#4a78c2
|
Component.linkColor=#2470B3
|
||||||
|
|
||||||
|
|
||||||
#---- HelpButton ----
|
#---- HelpButton ----
|
||||||
|
|
||||||
HelpButton.questionMarkColor=#4D89C9
|
HelpButton.questionMarkColor=#4F9EE3
|
||||||
|
|
||||||
|
|
||||||
#---- List ----
|
#---- List ----
|
||||||
@@ -150,19 +150,19 @@ MenuBar.borderColor=#cdcdcd
|
|||||||
|
|
||||||
#---- MenuItemCheckBox ----
|
#---- MenuItemCheckBox ----
|
||||||
|
|
||||||
MenuItemCheckBox.icon.checkmarkColor=#4D89C9
|
MenuItemCheckBox.icon.checkmarkColor=#4F9EE3
|
||||||
MenuItemCheckBox.icon.disabledCheckmarkColor=#ABABAB
|
MenuItemCheckBox.icon.disabledCheckmarkColor=#ABABAB
|
||||||
|
|
||||||
|
|
||||||
#---- PopupMenu ----
|
#---- PopupMenu ----
|
||||||
|
|
||||||
PopupMenu.borderColor=#cdcdcd
|
PopupMenu.borderColor=#adadad
|
||||||
|
|
||||||
|
|
||||||
#---- ProgressBar ----
|
#---- ProgressBar ----
|
||||||
|
|
||||||
ProgressBar.background=#c4c4c4
|
ProgressBar.background=#D1D1D1
|
||||||
ProgressBar.foreground=#808080
|
ProgressBar.foreground=#1E82E6
|
||||||
ProgressBar.selectionForeground=@textComponentBackground
|
ProgressBar.selectionForeground=@textComponentBackground
|
||||||
ProgressBar.selectionBackground=@foreground
|
ProgressBar.selectionBackground=@foreground
|
||||||
|
|
||||||
@@ -177,7 +177,7 @@ ScrollBar.hoverThumbColor=#c6c6c6
|
|||||||
|
|
||||||
#---- Separator ----
|
#---- Separator ----
|
||||||
|
|
||||||
Separator.foreground=#cdcdcd
|
Separator.foreground=#d1d1d1
|
||||||
|
|
||||||
|
|
||||||
#---- Slider ----
|
#---- Slider ----
|
||||||
@@ -197,7 +197,7 @@ SplitPaneDivider.oneTouchHoverArrowColor=#333333
|
|||||||
|
|
||||||
#---- TabbedPane ----
|
#---- TabbedPane ----
|
||||||
|
|
||||||
TabbedPane.disabledForeground=#999999
|
TabbedPane.disabledForeground=@disabledText
|
||||||
TabbedPane.underlineColor=#4083C9
|
TabbedPane.underlineColor=#4083C9
|
||||||
TabbedPane.disabledUnderlineColor=#ababab
|
TabbedPane.disabledUnderlineColor=#ababab
|
||||||
TabbedPane.hoverColor=#d9d9d9
|
TabbedPane.hoverColor=#d9d9d9
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ JXHeader.startBackground=#ffffff
|
|||||||
|
|
||||||
#---- Hyperlink ----
|
#---- Hyperlink ----
|
||||||
|
|
||||||
Hyperlink.linkColor=#4a78c2
|
Hyperlink.linkColor=@@Component.linkColor
|
||||||
Hyperlink.visitedColor=@@Hyperlink.linkColor
|
Hyperlink.visitedColor=@@Hyperlink.linkColor
|
||||||
Hyperlink.disabledText=@disabledText
|
Hyperlink.disabledText=@disabledText
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user