IntelliJ Themes: fixed colors for selection background/foreground, Separator, Slider track and ProgressBar background in various themes

This commit is contained in:
Karl Tauber
2023-08-09 13:58:40 +02:00
parent d349227fbf
commit 93091662ab
3 changed files with 155 additions and 8 deletions

View File

@@ -54,6 +54,8 @@ FlatLaf Change Log
"Xcode-Dark", "GitHub", and "Light Owl". (issue #528)
- Fixed wrong disabled text colors in "Dark Flat", "Hiberbee Dark", "Light
Flat", "Nord", "Solarized Dark" and "Solarized Light" themes.
- Fixed colors for selection background/foreground, Separator, Slider track
and ProgressBar background in various themes.
- Native Windows libraries: Fixed crash when running in Java 8 and newer Java
version is installed in `PATH` environment variable and using class
`SystemInfo` before AWT initialization. (issue #673)