IntelliJ Themes: renamed classes in package com.formdev.flatlaf.intellijthemes.materialthemeuilite from Flat<theme> to FlatMT<theme> (preparation for #824)

This commit is contained in:
Karl Tauber
2025-02-25 16:18:55 +01:00
parent d26eb2674f
commit f36886aeb3
22 changed files with 130 additions and 124 deletions

View File

@@ -53,8 +53,12 @@ FlatLaf Change Log
#### Incompatibilities
- Theme prefix in `IntelliJTheme$ThemeLaf.properties` changed from
`[theme-name]` to `{theme-name}`.
- IntelliJ Themes:
- Theme prefix in `IntelliJTheme$ThemeLaf.properties` changed from
`[theme-name]` to `{theme-name}`.
- Renamed classes in package
`com.formdev.flatlaf.intellijthemes.materialthemeuilite` from `Flat<theme>`
to `FlatMT<theme>`.
## 3.5.4