diff --git a/CHANGELOG.md b/CHANGELOG.md index 793df496..81769d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarculaLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarculaLaf.properties index b01fd35a..b7dcf057 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarculaLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarculaLaf.properties @@ -30,6 +30,12 @@ Component.innerFocusWidth=0 Component.arrowType=triangle +#---- ProgressBar ---- + +ProgressBar.foreground=#a0a0a0 +ProgressBar.selectionForeground=@background + + #---- RadioButton ---- RadioButton.icon.centerDiameter=5 diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties index c66fb7f6..d71ebe21 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatDarkLaf.properties @@ -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