improved Swing system colors controlHighlight, controlLtHighlight, controlShadow and controlDkShadow

This commit is contained in:
Karl Tauber
2020-01-10 09:47:13 +01:00
parent ab7bbb6593
commit ef01f23384
4 changed files with 8 additions and 6 deletions

View File

@@ -24,6 +24,8 @@ FlatLaf Change Log
`Table.showVerticalLines`. (issue #38) `Table.showVerticalLines`. (issue #38)
- ProgressBar: Now uses blueish color for the progress part in "Flat Dark" - ProgressBar: Now uses blueish color for the progress part in "Flat Dark"
theme. In the "Flat Darcula" theme, it remains light gray. theme. In the "Flat Darcula" theme, it remains light gray.
- Improved Swing system colors `controlHighlight`, `controlLtHighlight`,
`controlShadow` and `controlDkShadow`.
## 0.23.1 ## 0.23.1

View File

@@ -64,10 +64,9 @@
activeCaption=#434E60 activeCaption=#434E60
inactiveCaption=#393C3D inactiveCaption=#393C3D
controlHighlight=#616669 controlHighlight=darken($controlShadow,20%)
controlLtHighlight=#303234 controlLtHighlight=darken($controlShadow,25%)
controlShadow=#afb3b5 controlDkShadow=lighten($controlShadow,10%)
controlDkShadow=#d7d9da
#---- Button ---- #---- Button ----

View File

@@ -80,6 +80,7 @@ textHighlightText=@selectionForeground
textInactiveText=@disabledText textInactiveText=@disabledText
control=@background control=@background
controlText=@foreground controlText=@foreground
controlShadow=$Component.borderColor
scrollbar=$ScrollBar.track scrollbar=$ScrollBar.track
info=$ToolTip.background info=$ToolTip.background
infoText=@foreground infoText=@foreground
@@ -196,6 +197,7 @@ HelpButton.disabledQuestionMarkColor=$CheckBox.icon.disabledCheckmarkColor
#---- List ---- #---- List ----
List.border=1,0,1,0 List.border=1,0,1,0
List.border=0,0,0,0
List.cellMargins=1,6,1,6 List.cellMargins=1,6,1,6
List.cellFocusColor=@cellFocusColor List.cellFocusColor=@cellFocusColor
List.cellNoFocusBorder=com.formdev.flatlaf.ui.FlatListCellBorder$Default List.cellNoFocusBorder=com.formdev.flatlaf.ui.FlatListCellBorder$Default

View File

@@ -66,8 +66,7 @@ activeCaption=#99b4d1
inactiveCaption=#bfcddb inactiveCaption=#bfcddb
controlHighlight=#e3e3e3 controlHighlight=#e3e3e3
controlLtHighlight=#fff controlLtHighlight=#fff
controlShadow=#a0a0a0 controlDkShadow=darken($controlShadow,15%)
controlDkShadow=#696969
#---- Button ---- #---- Button ----