ProgressBar: now uses blueish color for the progress part in "Flat Dark" theme

This commit is contained in:
Karl Tauber
2020-01-10 00:28:26 +01:00
parent f2dad88875
commit ab7bbb6593
3 changed files with 10 additions and 2 deletions

View File

@@ -22,6 +22,8 @@ FlatLaf Change Log
these corner buttons are made not focusable.
- Table: Replaced `Table.showGrid` with `Table.showHorizontalLines` and
`Table.showVerticalLines`. (issue #38)
- ProgressBar: Now uses blueish color for the progress part in "Flat Dark"
theme. In the "Flat Darcula" theme, it remains light gray.
## 0.23.1

View File

@@ -30,6 +30,12 @@ Component.innerFocusWidth=0
Component.arrowType=triangle
#---- ProgressBar ----
ProgressBar.foreground=#a0a0a0
ProgressBar.selectionForeground=@background
#---- RadioButton ----
RadioButton.icon.centerDiameter=5

View File

@@ -161,8 +161,8 @@ PopupMenu.borderColor=#515151
#---- ProgressBar ----
ProgressBar.background=#555555
ProgressBar.foreground=#a0a0a0
ProgressBar.selectionForeground=@background
ProgressBar.foreground=#4A88C7
ProgressBar.selectionForeground=@foreground
ProgressBar.selectionBackground=@foreground