diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e9a0d2..c3e13d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` + to `FlatMT`. ## 3.5.4 diff --git a/flatlaf-demo/src/main/java/com/formdev/flatlaf/demo/intellijthemes/IJThemesClassGenerator.java b/flatlaf-demo/src/main/java/com/formdev/flatlaf/demo/intellijthemes/IJThemesClassGenerator.java index 0f0a7da6..30175c0e 100644 --- a/flatlaf-demo/src/main/java/com/formdev/flatlaf/demo/intellijthemes/IJThemesClassGenerator.java +++ b/flatlaf-demo/src/main/java/com/formdev/flatlaf/demo/intellijthemes/IJThemesClassGenerator.java @@ -73,10 +73,12 @@ public class IJThemesClassGenerator name = name.substring( nameSep + 1 ).trim(); String themeName = name; - if( "material-theme-ui-lite".equals( resourcePath ) ) - themeName += " (Material)"; - StringBuilder buf = new StringBuilder(); + if( "material-theme-ui-lite".equals( resourcePath ) ) { + themeName += " (Material)"; + buf.append( "MT" ); + } + for( String n : name.split( "[ \\-]" ) ) { if( n.length() == 0 || n.equals( "-" ) ) continue; diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/themes.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/themes.json index 1de054bc..d424c25d 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/themes.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/themes.json @@ -305,7 +305,7 @@ "material-theme-ui-lite/Arc Dark.theme.json": { "name": "Material Theme UI Lite / Arc Dark", "dark": true, - "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatArcDarkIJTheme", + "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTArcDarkIJTheme", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui", @@ -315,7 +315,7 @@ "material-theme-ui-lite/Atom One Dark.theme.json": { "name": "Material Theme UI Lite / Atom One Dark", "dark": true, - "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneDarkIJTheme", + "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTAtomOneDarkIJTheme", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui", @@ -324,7 +324,7 @@ }, "material-theme-ui-lite/Atom One Light.theme.json": { "name": "Material Theme UI Lite / Atom One Light", - "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneLightIJTheme", + "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTAtomOneLightIJTheme", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui", @@ -334,7 +334,7 @@ "material-theme-ui-lite/Dracula.theme.json": { "name": "Material Theme UI Lite / Dracula", "dark": true, - "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatDraculaIJTheme", + "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTDraculaIJTheme", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui", @@ -343,7 +343,7 @@ }, "material-theme-ui-lite/GitHub.theme.json": { "name": "Material Theme UI Lite / GitHub", - "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubIJTheme", + "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTGitHubIJTheme", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui", @@ -353,7 +353,7 @@ "material-theme-ui-lite/GitHub Dark.theme.json": { "name": "Material Theme UI Lite / GitHub Dark", "dark": true, - "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubDarkIJTheme", + "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTGitHubDarkIJTheme", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui", @@ -362,7 +362,7 @@ }, "material-theme-ui-lite/Light Owl.theme.json": { "name": "Material Theme UI Lite / Light Owl", - "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatLightOwlIJTheme", + "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTLightOwlIJTheme", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui", @@ -372,7 +372,7 @@ "material-theme-ui-lite/Material Darker.theme.json": { "name": "Material Theme UI Lite / Material Darker", "dark": true, - "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDarkerIJTheme", + "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialDarkerIJTheme", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui", @@ -382,7 +382,7 @@ "material-theme-ui-lite/Material Deep Ocean.theme.json": { "name": "Material Theme UI Lite / Material Deep Ocean", "dark": true, - "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDeepOceanIJTheme", + "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialDeepOceanIJTheme", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui", @@ -391,7 +391,7 @@ }, "material-theme-ui-lite/Material Lighter.theme.json": { "name": "Material Theme UI Lite / Material Lighter", - "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialLighterIJTheme", + "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialLighterIJTheme", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui", @@ -401,7 +401,7 @@ "material-theme-ui-lite/Material Oceanic.theme.json": { "name": "Material Theme UI Lite / Material Oceanic", "dark": true, - "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialOceanicIJTheme", + "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialOceanicIJTheme", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui", @@ -411,7 +411,7 @@ "material-theme-ui-lite/Material Palenight.theme.json": { "name": "Material Theme UI Lite / Material Palenight", "dark": true, - "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialPalenightIJTheme", + "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialPalenightIJTheme", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui", @@ -421,7 +421,7 @@ "material-theme-ui-lite/Monokai Pro.theme.json": { "name": "Material Theme UI Lite / Monokai Pro", "dark": true, - "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMonokaiProIJTheme", + "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMonokaiProIJTheme", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui", @@ -431,7 +431,7 @@ "material-theme-ui-lite/Moonlight.theme.json": { "name": "Material Theme UI Lite / Moonlight", "dark": true, - "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMoonlightIJTheme", + "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMoonlightIJTheme", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui", @@ -441,7 +441,7 @@ "material-theme-ui-lite/Night Owl.theme.json": { "name": "Material Theme UI Lite / Night Owl", "dark": true, - "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatNightOwlIJTheme", + "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTNightOwlIJTheme", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui", @@ -451,7 +451,7 @@ "material-theme-ui-lite/Solarized Dark.theme.json": { "name": "Material Theme UI Lite / Solarized Dark", "dark": true, - "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedDarkIJTheme", + "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTSolarizedDarkIJTheme", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui", @@ -460,7 +460,7 @@ }, "material-theme-ui-lite/Solarized Light.theme.json": { "name": "Material Theme UI Lite / Solarized Light", - "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedLightIJTheme", + "lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTSolarizedLightIJTheme", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui", diff --git a/flatlaf-intellij-themes/README.md b/flatlaf-intellij-themes/README.md index de3aa234..c6b62740 100644 --- a/flatlaf-intellij-themes/README.md +++ b/flatlaf-intellij-themes/README.md @@ -78,20 +78,20 @@ Material Theme UI Lite: Name | Class -----|------ -[Arc Dark (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatArcDarkIJTheme` -[Atom One Dark (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneDarkIJTheme` -[Atom One Light (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneLightIJTheme` -[Dracula (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatDraculaIJTheme` -[GitHub (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubIJTheme` -[GitHub Dark (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubDarkIJTheme` -[Light Owl (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatLightOwlIJTheme` -[Material Darker (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDarkerIJTheme` -[Material Deep Ocean (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDeepOceanIJTheme` -[Material Lighter (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialLighterIJTheme` -[Material Oceanic (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialOceanicIJTheme` -[Material Palenight (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialPalenightIJTheme` -[Monokai Pro (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMonokaiProIJTheme` -[Moonlight (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMoonlightIJTheme` -[Night Owl (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatNightOwlIJTheme` -[Solarized Dark (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedDarkIJTheme` -[Solarized Light (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedLightIJTheme` +[Arc Dark (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTArcDarkIJTheme` +[Atom One Dark (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTAtomOneDarkIJTheme` +[Atom One Light (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTAtomOneLightIJTheme` +[Dracula (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTDraculaIJTheme` +[GitHub (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTGitHubIJTheme` +[GitHub Dark (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTGitHubDarkIJTheme` +[Light Owl (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTLightOwlIJTheme` +[Material Darker (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialDarkerIJTheme` +[Material Deep Ocean (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialDeepOceanIJTheme` +[Material Lighter (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialLighterIJTheme` +[Material Oceanic (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialOceanicIJTheme` +[Material Palenight (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialPalenightIJTheme` +[Monokai Pro (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMonokaiProIJTheme` +[Moonlight (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMoonlightIJTheme` +[Night Owl (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTNightOwlIJTheme` +[Solarized Dark (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTSolarizedDarkIJTheme` +[Solarized Light (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTSolarizedLightIJTheme` diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/FlatAllIJThemes.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/FlatAllIJThemes.java index aeed6c5f..a02eac5c 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/FlatAllIJThemes.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/FlatAllIJThemes.java @@ -60,23 +60,23 @@ public class FlatAllIJThemes new FlatIJLookAndFeelInfo( "Spacegray", "com.formdev.flatlaf.intellijthemes.FlatSpacegrayIJTheme", true ), new FlatIJLookAndFeelInfo( "Vuesion", "com.formdev.flatlaf.intellijthemes.FlatVuesionIJTheme", true ), new FlatIJLookAndFeelInfo( "Xcode-Dark", "com.formdev.flatlaf.intellijthemes.FlatXcodeDarkIJTheme", true ), - new FlatIJLookAndFeelInfo( "Arc Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatArcDarkIJTheme", true ), - new FlatIJLookAndFeelInfo( "Atom One Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneDarkIJTheme", true ), - new FlatIJLookAndFeelInfo( "Atom One Light (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneLightIJTheme", false ), - new FlatIJLookAndFeelInfo( "Dracula (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatDraculaIJTheme", true ), - new FlatIJLookAndFeelInfo( "GitHub (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubIJTheme", false ), - new FlatIJLookAndFeelInfo( "GitHub Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubDarkIJTheme", true ), - new FlatIJLookAndFeelInfo( "Light Owl (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatLightOwlIJTheme", false ), - new FlatIJLookAndFeelInfo( "Material Darker (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDarkerIJTheme", true ), - new FlatIJLookAndFeelInfo( "Material Deep Ocean (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDeepOceanIJTheme", true ), - new FlatIJLookAndFeelInfo( "Material Lighter (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialLighterIJTheme", false ), - new FlatIJLookAndFeelInfo( "Material Oceanic (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialOceanicIJTheme", true ), - new FlatIJLookAndFeelInfo( "Material Palenight (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialPalenightIJTheme", true ), - new FlatIJLookAndFeelInfo( "Monokai Pro (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMonokaiProIJTheme", true ), - new FlatIJLookAndFeelInfo( "Moonlight (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMoonlightIJTheme", true ), - new FlatIJLookAndFeelInfo( "Night Owl (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatNightOwlIJTheme", true ), - new FlatIJLookAndFeelInfo( "Solarized Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedDarkIJTheme", true ), - new FlatIJLookAndFeelInfo( "Solarized Light (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedLightIJTheme", false ), + new FlatIJLookAndFeelInfo( "Arc Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTArcDarkIJTheme", true ), + new FlatIJLookAndFeelInfo( "Atom One Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTAtomOneDarkIJTheme", true ), + new FlatIJLookAndFeelInfo( "Atom One Light (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTAtomOneLightIJTheme", false ), + new FlatIJLookAndFeelInfo( "Dracula (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTDraculaIJTheme", true ), + new FlatIJLookAndFeelInfo( "GitHub (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTGitHubIJTheme", false ), + new FlatIJLookAndFeelInfo( "GitHub Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTGitHubDarkIJTheme", true ), + new FlatIJLookAndFeelInfo( "Light Owl (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTLightOwlIJTheme", false ), + new FlatIJLookAndFeelInfo( "Material Darker (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialDarkerIJTheme", true ), + new FlatIJLookAndFeelInfo( "Material Deep Ocean (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialDeepOceanIJTheme", true ), + new FlatIJLookAndFeelInfo( "Material Lighter (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialLighterIJTheme", false ), + new FlatIJLookAndFeelInfo( "Material Oceanic (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialOceanicIJTheme", true ), + new FlatIJLookAndFeelInfo( "Material Palenight (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialPalenightIJTheme", true ), + new FlatIJLookAndFeelInfo( "Monokai Pro (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMonokaiProIJTheme", true ), + new FlatIJLookAndFeelInfo( "Moonlight (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMoonlightIJTheme", true ), + new FlatIJLookAndFeelInfo( "Night Owl (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTNightOwlIJTheme", true ), + new FlatIJLookAndFeelInfo( "Solarized Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTSolarizedDarkIJTheme", true ), + new FlatIJLookAndFeelInfo( "Solarized Light (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTSolarizedLightIJTheme", false ), }; //---- class FlatIJLookAndFeelInfo ---------------------------------------- diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatArcDarkIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTArcDarkIJTheme.java similarity index 87% rename from flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatArcDarkIJTheme.java rename to flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTArcDarkIJTheme.java index 0cbce003..bb7634e8 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatArcDarkIJTheme.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTArcDarkIJTheme.java @@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme; /** * @author Karl Tauber */ -public class FlatArcDarkIJTheme +public class FlatMTArcDarkIJTheme extends IntelliJTheme.ThemeLaf { public static final String NAME = "Arc Dark (Material)"; public static boolean setup() { try { - return setup( new FlatArcDarkIJTheme() ); + return setup( new FlatMTArcDarkIJTheme() ); } catch( RuntimeException ex ) { return false; } } public static void installLafInfo() { - installLafInfo( NAME, FlatArcDarkIJTheme.class ); + installLafInfo( NAME, FlatMTArcDarkIJTheme.class ); } - public FlatArcDarkIJTheme() { + public FlatMTArcDarkIJTheme() { super( Utils.loadTheme( "Arc Dark.theme.json" ) ); } diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatAtomOneDarkIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTAtomOneDarkIJTheme.java similarity index 86% rename from flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatAtomOneDarkIJTheme.java rename to flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTAtomOneDarkIJTheme.java index e72a2814..7ebd21e5 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatAtomOneDarkIJTheme.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTAtomOneDarkIJTheme.java @@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme; /** * @author Karl Tauber */ -public class FlatAtomOneDarkIJTheme +public class FlatMTAtomOneDarkIJTheme extends IntelliJTheme.ThemeLaf { public static final String NAME = "Atom One Dark (Material)"; public static boolean setup() { try { - return setup( new FlatAtomOneDarkIJTheme() ); + return setup( new FlatMTAtomOneDarkIJTheme() ); } catch( RuntimeException ex ) { return false; } } public static void installLafInfo() { - installLafInfo( NAME, FlatAtomOneDarkIJTheme.class ); + installLafInfo( NAME, FlatMTAtomOneDarkIJTheme.class ); } - public FlatAtomOneDarkIJTheme() { + public FlatMTAtomOneDarkIJTheme() { super( Utils.loadTheme( "Atom One Dark.theme.json" ) ); } diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatAtomOneLightIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTAtomOneLightIJTheme.java similarity index 86% rename from flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatAtomOneLightIJTheme.java rename to flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTAtomOneLightIJTheme.java index 9c47569f..79f349bc 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatAtomOneLightIJTheme.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTAtomOneLightIJTheme.java @@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme; /** * @author Karl Tauber */ -public class FlatAtomOneLightIJTheme +public class FlatMTAtomOneLightIJTheme extends IntelliJTheme.ThemeLaf { public static final String NAME = "Atom One Light (Material)"; public static boolean setup() { try { - return setup( new FlatAtomOneLightIJTheme() ); + return setup( new FlatMTAtomOneLightIJTheme() ); } catch( RuntimeException ex ) { return false; } } public static void installLafInfo() { - installLafInfo( NAME, FlatAtomOneLightIJTheme.class ); + installLafInfo( NAME, FlatMTAtomOneLightIJTheme.class ); } - public FlatAtomOneLightIJTheme() { + public FlatMTAtomOneLightIJTheme() { super( Utils.loadTheme( "Atom One Light.theme.json" ) ); } diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatDraculaIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTDraculaIJTheme.java similarity index 87% rename from flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatDraculaIJTheme.java rename to flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTDraculaIJTheme.java index c3f44f7f..db72fe80 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatDraculaIJTheme.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTDraculaIJTheme.java @@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme; /** * @author Karl Tauber */ -public class FlatDraculaIJTheme +public class FlatMTDraculaIJTheme extends IntelliJTheme.ThemeLaf { public static final String NAME = "Dracula (Material)"; public static boolean setup() { try { - return setup( new FlatDraculaIJTheme() ); + return setup( new FlatMTDraculaIJTheme() ); } catch( RuntimeException ex ) { return false; } } public static void installLafInfo() { - installLafInfo( NAME, FlatDraculaIJTheme.class ); + installLafInfo( NAME, FlatMTDraculaIJTheme.class ); } - public FlatDraculaIJTheme() { + public FlatMTDraculaIJTheme() { super( Utils.loadTheme( "Dracula.theme.json" ) ); } diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatGitHubDarkIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTGitHubDarkIJTheme.java similarity index 87% rename from flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatGitHubDarkIJTheme.java rename to flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTGitHubDarkIJTheme.java index 176e3ac6..14de855d 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatGitHubDarkIJTheme.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTGitHubDarkIJTheme.java @@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme; /** * @author Karl Tauber */ -public class FlatGitHubDarkIJTheme +public class FlatMTGitHubDarkIJTheme extends IntelliJTheme.ThemeLaf { public static final String NAME = "GitHub Dark (Material)"; public static boolean setup() { try { - return setup( new FlatGitHubDarkIJTheme() ); + return setup( new FlatMTGitHubDarkIJTheme() ); } catch( RuntimeException ex ) { return false; } } public static void installLafInfo() { - installLafInfo( NAME, FlatGitHubDarkIJTheme.class ); + installLafInfo( NAME, FlatMTGitHubDarkIJTheme.class ); } - public FlatGitHubDarkIJTheme() { + public FlatMTGitHubDarkIJTheme() { super( Utils.loadTheme( "GitHub Dark.theme.json" ) ); } diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatGitHubIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTGitHubIJTheme.java similarity index 87% rename from flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatGitHubIJTheme.java rename to flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTGitHubIJTheme.java index ece0d023..4106b733 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatGitHubIJTheme.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTGitHubIJTheme.java @@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme; /** * @author Karl Tauber */ -public class FlatGitHubIJTheme +public class FlatMTGitHubIJTheme extends IntelliJTheme.ThemeLaf { public static final String NAME = "GitHub (Material)"; public static boolean setup() { try { - return setup( new FlatGitHubIJTheme() ); + return setup( new FlatMTGitHubIJTheme() ); } catch( RuntimeException ex ) { return false; } } public static void installLafInfo() { - installLafInfo( NAME, FlatGitHubIJTheme.class ); + installLafInfo( NAME, FlatMTGitHubIJTheme.class ); } - public FlatGitHubIJTheme() { + public FlatMTGitHubIJTheme() { super( Utils.loadTheme( "GitHub.theme.json" ) ); } diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatLightOwlIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTLightOwlIJTheme.java similarity index 87% rename from flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatLightOwlIJTheme.java rename to flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTLightOwlIJTheme.java index 6bdc770f..0fe91dfd 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatLightOwlIJTheme.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTLightOwlIJTheme.java @@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme; /** * @author Karl Tauber */ -public class FlatLightOwlIJTheme +public class FlatMTLightOwlIJTheme extends IntelliJTheme.ThemeLaf { public static final String NAME = "Light Owl (Material)"; public static boolean setup() { try { - return setup( new FlatLightOwlIJTheme() ); + return setup( new FlatMTLightOwlIJTheme() ); } catch( RuntimeException ex ) { return false; } } public static void installLafInfo() { - installLafInfo( NAME, FlatLightOwlIJTheme.class ); + installLafInfo( NAME, FlatMTLightOwlIJTheme.class ); } - public FlatLightOwlIJTheme() { + public FlatMTLightOwlIJTheme() { super( Utils.loadTheme( "Light Owl.theme.json" ) ); } diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialDarkerIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMaterialDarkerIJTheme.java similarity index 86% rename from flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialDarkerIJTheme.java rename to flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMaterialDarkerIJTheme.java index 26d460f7..34539a37 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialDarkerIJTheme.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMaterialDarkerIJTheme.java @@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme; /** * @author Karl Tauber */ -public class FlatMaterialDarkerIJTheme +public class FlatMTMaterialDarkerIJTheme extends IntelliJTheme.ThemeLaf { public static final String NAME = "Material Darker (Material)"; public static boolean setup() { try { - return setup( new FlatMaterialDarkerIJTheme() ); + return setup( new FlatMTMaterialDarkerIJTheme() ); } catch( RuntimeException ex ) { return false; } } public static void installLafInfo() { - installLafInfo( NAME, FlatMaterialDarkerIJTheme.class ); + installLafInfo( NAME, FlatMTMaterialDarkerIJTheme.class ); } - public FlatMaterialDarkerIJTheme() { + public FlatMTMaterialDarkerIJTheme() { super( Utils.loadTheme( "Material Darker.theme.json" ) ); } diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialDeepOceanIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMaterialDeepOceanIJTheme.java similarity index 85% rename from flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialDeepOceanIJTheme.java rename to flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMaterialDeepOceanIJTheme.java index d1e1a00a..f3c7fc2f 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialDeepOceanIJTheme.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMaterialDeepOceanIJTheme.java @@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme; /** * @author Karl Tauber */ -public class FlatMaterialDeepOceanIJTheme +public class FlatMTMaterialDeepOceanIJTheme extends IntelliJTheme.ThemeLaf { public static final String NAME = "Material Deep Ocean (Material)"; public static boolean setup() { try { - return setup( new FlatMaterialDeepOceanIJTheme() ); + return setup( new FlatMTMaterialDeepOceanIJTheme() ); } catch( RuntimeException ex ) { return false; } } public static void installLafInfo() { - installLafInfo( NAME, FlatMaterialDeepOceanIJTheme.class ); + installLafInfo( NAME, FlatMTMaterialDeepOceanIJTheme.class ); } - public FlatMaterialDeepOceanIJTheme() { + public FlatMTMaterialDeepOceanIJTheme() { super( Utils.loadTheme( "Material Deep Ocean.theme.json" ) ); } diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialLighterIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMaterialLighterIJTheme.java similarity index 85% rename from flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialLighterIJTheme.java rename to flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMaterialLighterIJTheme.java index 08fe26cb..e4f8df8b 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialLighterIJTheme.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMaterialLighterIJTheme.java @@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme; /** * @author Karl Tauber */ -public class FlatMaterialLighterIJTheme +public class FlatMTMaterialLighterIJTheme extends IntelliJTheme.ThemeLaf { public static final String NAME = "Material Lighter (Material)"; public static boolean setup() { try { - return setup( new FlatMaterialLighterIJTheme() ); + return setup( new FlatMTMaterialLighterIJTheme() ); } catch( RuntimeException ex ) { return false; } } public static void installLafInfo() { - installLafInfo( NAME, FlatMaterialLighterIJTheme.class ); + installLafInfo( NAME, FlatMTMaterialLighterIJTheme.class ); } - public FlatMaterialLighterIJTheme() { + public FlatMTMaterialLighterIJTheme() { super( Utils.loadTheme( "Material Lighter.theme.json" ) ); } diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialOceanicIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMaterialOceanicIJTheme.java similarity index 85% rename from flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialOceanicIJTheme.java rename to flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMaterialOceanicIJTheme.java index 1e3dae88..229ed38e 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialOceanicIJTheme.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMaterialOceanicIJTheme.java @@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme; /** * @author Karl Tauber */ -public class FlatMaterialOceanicIJTheme +public class FlatMTMaterialOceanicIJTheme extends IntelliJTheme.ThemeLaf { public static final String NAME = "Material Oceanic (Material)"; public static boolean setup() { try { - return setup( new FlatMaterialOceanicIJTheme() ); + return setup( new FlatMTMaterialOceanicIJTheme() ); } catch( RuntimeException ex ) { return false; } } public static void installLafInfo() { - installLafInfo( NAME, FlatMaterialOceanicIJTheme.class ); + installLafInfo( NAME, FlatMTMaterialOceanicIJTheme.class ); } - public FlatMaterialOceanicIJTheme() { + public FlatMTMaterialOceanicIJTheme() { super( Utils.loadTheme( "Material Oceanic.theme.json" ) ); } diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialPalenightIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMaterialPalenightIJTheme.java similarity index 85% rename from flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialPalenightIJTheme.java rename to flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMaterialPalenightIJTheme.java index 173f05b2..5c6ed9c7 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialPalenightIJTheme.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMaterialPalenightIJTheme.java @@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme; /** * @author Karl Tauber */ -public class FlatMaterialPalenightIJTheme +public class FlatMTMaterialPalenightIJTheme extends IntelliJTheme.ThemeLaf { public static final String NAME = "Material Palenight (Material)"; public static boolean setup() { try { - return setup( new FlatMaterialPalenightIJTheme() ); + return setup( new FlatMTMaterialPalenightIJTheme() ); } catch( RuntimeException ex ) { return false; } } public static void installLafInfo() { - installLafInfo( NAME, FlatMaterialPalenightIJTheme.class ); + installLafInfo( NAME, FlatMTMaterialPalenightIJTheme.class ); } - public FlatMaterialPalenightIJTheme() { + public FlatMTMaterialPalenightIJTheme() { super( Utils.loadTheme( "Material Palenight.theme.json" ) ); } diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMonokaiProIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMonokaiProIJTheme.java similarity index 87% rename from flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMonokaiProIJTheme.java rename to flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMonokaiProIJTheme.java index a1c84b1d..a36310e0 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMonokaiProIJTheme.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMonokaiProIJTheme.java @@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme; /** * @author Karl Tauber */ -public class FlatMonokaiProIJTheme +public class FlatMTMonokaiProIJTheme extends IntelliJTheme.ThemeLaf { public static final String NAME = "Monokai Pro (Material)"; public static boolean setup() { try { - return setup( new FlatMonokaiProIJTheme() ); + return setup( new FlatMTMonokaiProIJTheme() ); } catch( RuntimeException ex ) { return false; } } public static void installLafInfo() { - installLafInfo( NAME, FlatMonokaiProIJTheme.class ); + installLafInfo( NAME, FlatMTMonokaiProIJTheme.class ); } - public FlatMonokaiProIJTheme() { + public FlatMTMonokaiProIJTheme() { super( Utils.loadTheme( "Monokai Pro.theme.json" ) ); } diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMoonlightIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMoonlightIJTheme.java similarity index 87% rename from flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMoonlightIJTheme.java rename to flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMoonlightIJTheme.java index e0d6c261..1c0d6c64 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMoonlightIJTheme.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTMoonlightIJTheme.java @@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme; /** * @author Karl Tauber */ -public class FlatMoonlightIJTheme +public class FlatMTMoonlightIJTheme extends IntelliJTheme.ThemeLaf { public static final String NAME = "Moonlight (Material)"; public static boolean setup() { try { - return setup( new FlatMoonlightIJTheme() ); + return setup( new FlatMTMoonlightIJTheme() ); } catch( RuntimeException ex ) { return false; } } public static void installLafInfo() { - installLafInfo( NAME, FlatMoonlightIJTheme.class ); + installLafInfo( NAME, FlatMTMoonlightIJTheme.class ); } - public FlatMoonlightIJTheme() { + public FlatMTMoonlightIJTheme() { super( Utils.loadTheme( "Moonlight.theme.json" ) ); } diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatNightOwlIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTNightOwlIJTheme.java similarity index 87% rename from flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatNightOwlIJTheme.java rename to flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTNightOwlIJTheme.java index 3c3a1d6e..b61c89db 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatNightOwlIJTheme.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTNightOwlIJTheme.java @@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme; /** * @author Karl Tauber */ -public class FlatNightOwlIJTheme +public class FlatMTNightOwlIJTheme extends IntelliJTheme.ThemeLaf { public static final String NAME = "Night Owl (Material)"; public static boolean setup() { try { - return setup( new FlatNightOwlIJTheme() ); + return setup( new FlatMTNightOwlIJTheme() ); } catch( RuntimeException ex ) { return false; } } public static void installLafInfo() { - installLafInfo( NAME, FlatNightOwlIJTheme.class ); + installLafInfo( NAME, FlatMTNightOwlIJTheme.class ); } - public FlatNightOwlIJTheme() { + public FlatMTNightOwlIJTheme() { super( Utils.loadTheme( "Night Owl.theme.json" ) ); } diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatSolarizedDarkIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTSolarizedDarkIJTheme.java similarity index 86% rename from flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatSolarizedDarkIJTheme.java rename to flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTSolarizedDarkIJTheme.java index 9c5c66b2..265d11df 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatSolarizedDarkIJTheme.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTSolarizedDarkIJTheme.java @@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme; /** * @author Karl Tauber */ -public class FlatSolarizedDarkIJTheme +public class FlatMTSolarizedDarkIJTheme extends IntelliJTheme.ThemeLaf { public static final String NAME = "Solarized Dark (Material)"; public static boolean setup() { try { - return setup( new FlatSolarizedDarkIJTheme() ); + return setup( new FlatMTSolarizedDarkIJTheme() ); } catch( RuntimeException ex ) { return false; } } public static void installLafInfo() { - installLafInfo( NAME, FlatSolarizedDarkIJTheme.class ); + installLafInfo( NAME, FlatMTSolarizedDarkIJTheme.class ); } - public FlatSolarizedDarkIJTheme() { + public FlatMTSolarizedDarkIJTheme() { super( Utils.loadTheme( "Solarized Dark.theme.json" ) ); } diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatSolarizedLightIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTSolarizedLightIJTheme.java similarity index 86% rename from flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatSolarizedLightIJTheme.java rename to flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTSolarizedLightIJTheme.java index 970293e7..b5004c6d 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatSolarizedLightIJTheme.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMTSolarizedLightIJTheme.java @@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme; /** * @author Karl Tauber */ -public class FlatSolarizedLightIJTheme +public class FlatMTSolarizedLightIJTheme extends IntelliJTheme.ThemeLaf { public static final String NAME = "Solarized Light (Material)"; public static boolean setup() { try { - return setup( new FlatSolarizedLightIJTheme() ); + return setup( new FlatMTSolarizedLightIJTheme() ); } catch( RuntimeException ex ) { return false; } } public static void installLafInfo() { - installLafInfo( NAME, FlatSolarizedLightIJTheme.class ); + installLafInfo( NAME, FlatMTSolarizedLightIJTheme.class ); } - public FlatSolarizedLightIJTheme() { + public FlatMTSolarizedLightIJTheme() { super( Utils.loadTheme( "Solarized Light.theme.json" ) ); }