IntelliJ Themes: fixed background colors of enabled text components, to distinguish from disabled (issue #528)

This commit is contained in:
Karl Tauber
2023-08-04 00:25:51 +02:00
parent cacc5daa14
commit 2a983f5c03
11 changed files with 68 additions and 53 deletions

View File

@@ -39,6 +39,10 @@ FlatLaf Change Log
- TabbedPane: Fixed focused tab background color for themes "Arc *", "Material
Design Dark", "Monocai", "One Dark", "Spacegray" and "Xcode-Dark". (issue
#697)
- TextComponents: Fixed background colors of enabled text components, to
distinguish from disabled, for themes "Carbon", "Cobalt 2", "Gradianto *",
"Gruvbox *", "Monocai", "Spacegray", "Vuesion", "Xcode-Dark", "GitHub", and
"Light Owl". (issue #528)
- 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)