mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 22:10:54 +03:00
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:
@@ -53,8 +53,12 @@ FlatLaf Change Log
|
|||||||
|
|
||||||
#### Incompatibilities
|
#### Incompatibilities
|
||||||
|
|
||||||
- Theme prefix in `IntelliJTheme$ThemeLaf.properties` changed from
|
- IntelliJ Themes:
|
||||||
|
- Theme prefix in `IntelliJTheme$ThemeLaf.properties` changed from
|
||||||
`[theme-name]` to `{theme-name}`.
|
`[theme-name]` to `{theme-name}`.
|
||||||
|
- Renamed classes in package
|
||||||
|
`com.formdev.flatlaf.intellijthemes.materialthemeuilite` from `Flat<theme>`
|
||||||
|
to `FlatMT<theme>`.
|
||||||
|
|
||||||
|
|
||||||
## 3.5.4
|
## 3.5.4
|
||||||
|
|||||||
@@ -73,10 +73,12 @@ public class IJThemesClassGenerator
|
|||||||
name = name.substring( nameSep + 1 ).trim();
|
name = name.substring( nameSep + 1 ).trim();
|
||||||
|
|
||||||
String themeName = name;
|
String themeName = name;
|
||||||
if( "material-theme-ui-lite".equals( resourcePath ) )
|
|
||||||
themeName += " (Material)";
|
|
||||||
|
|
||||||
StringBuilder buf = new StringBuilder();
|
StringBuilder buf = new StringBuilder();
|
||||||
|
if( "material-theme-ui-lite".equals( resourcePath ) ) {
|
||||||
|
themeName += " (Material)";
|
||||||
|
buf.append( "MT" );
|
||||||
|
}
|
||||||
|
|
||||||
for( String n : name.split( "[ \\-]" ) ) {
|
for( String n : name.split( "[ \\-]" ) ) {
|
||||||
if( n.length() == 0 || n.equals( "-" ) )
|
if( n.length() == 0 || n.equals( "-" ) )
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
@@ -305,7 +305,7 @@
|
|||||||
"material-theme-ui-lite/Arc Dark.theme.json": {
|
"material-theme-ui-lite/Arc Dark.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Arc Dark",
|
"name": "Material Theme UI Lite / Arc Dark",
|
||||||
"dark": true,
|
"dark": true,
|
||||||
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatArcDarkIJTheme",
|
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTArcDarkIJTheme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
||||||
@@ -315,7 +315,7 @@
|
|||||||
"material-theme-ui-lite/Atom One Dark.theme.json": {
|
"material-theme-ui-lite/Atom One Dark.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Atom One Dark",
|
"name": "Material Theme UI Lite / Atom One Dark",
|
||||||
"dark": true,
|
"dark": true,
|
||||||
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneDarkIJTheme",
|
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTAtomOneDarkIJTheme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
||||||
@@ -324,7 +324,7 @@
|
|||||||
},
|
},
|
||||||
"material-theme-ui-lite/Atom One Light.theme.json": {
|
"material-theme-ui-lite/Atom One Light.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Atom One Light",
|
"name": "Material Theme UI Lite / Atom One Light",
|
||||||
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneLightIJTheme",
|
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTAtomOneLightIJTheme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
||||||
@@ -334,7 +334,7 @@
|
|||||||
"material-theme-ui-lite/Dracula.theme.json": {
|
"material-theme-ui-lite/Dracula.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Dracula",
|
"name": "Material Theme UI Lite / Dracula",
|
||||||
"dark": true,
|
"dark": true,
|
||||||
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatDraculaIJTheme",
|
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTDraculaIJTheme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
||||||
@@ -343,7 +343,7 @@
|
|||||||
},
|
},
|
||||||
"material-theme-ui-lite/GitHub.theme.json": {
|
"material-theme-ui-lite/GitHub.theme.json": {
|
||||||
"name": "Material Theme UI Lite / GitHub",
|
"name": "Material Theme UI Lite / GitHub",
|
||||||
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubIJTheme",
|
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTGitHubIJTheme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
||||||
@@ -353,7 +353,7 @@
|
|||||||
"material-theme-ui-lite/GitHub Dark.theme.json": {
|
"material-theme-ui-lite/GitHub Dark.theme.json": {
|
||||||
"name": "Material Theme UI Lite / GitHub Dark",
|
"name": "Material Theme UI Lite / GitHub Dark",
|
||||||
"dark": true,
|
"dark": true,
|
||||||
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubDarkIJTheme",
|
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTGitHubDarkIJTheme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
||||||
@@ -362,7 +362,7 @@
|
|||||||
},
|
},
|
||||||
"material-theme-ui-lite/Light Owl.theme.json": {
|
"material-theme-ui-lite/Light Owl.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Light Owl",
|
"name": "Material Theme UI Lite / Light Owl",
|
||||||
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatLightOwlIJTheme",
|
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTLightOwlIJTheme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
||||||
@@ -372,7 +372,7 @@
|
|||||||
"material-theme-ui-lite/Material Darker.theme.json": {
|
"material-theme-ui-lite/Material Darker.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Material Darker",
|
"name": "Material Theme UI Lite / Material Darker",
|
||||||
"dark": true,
|
"dark": true,
|
||||||
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDarkerIJTheme",
|
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialDarkerIJTheme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
||||||
@@ -382,7 +382,7 @@
|
|||||||
"material-theme-ui-lite/Material Deep Ocean.theme.json": {
|
"material-theme-ui-lite/Material Deep Ocean.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Material Deep Ocean",
|
"name": "Material Theme UI Lite / Material Deep Ocean",
|
||||||
"dark": true,
|
"dark": true,
|
||||||
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDeepOceanIJTheme",
|
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialDeepOceanIJTheme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
||||||
@@ -391,7 +391,7 @@
|
|||||||
},
|
},
|
||||||
"material-theme-ui-lite/Material Lighter.theme.json": {
|
"material-theme-ui-lite/Material Lighter.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Material Lighter",
|
"name": "Material Theme UI Lite / Material Lighter",
|
||||||
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialLighterIJTheme",
|
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialLighterIJTheme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
||||||
@@ -401,7 +401,7 @@
|
|||||||
"material-theme-ui-lite/Material Oceanic.theme.json": {
|
"material-theme-ui-lite/Material Oceanic.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Material Oceanic",
|
"name": "Material Theme UI Lite / Material Oceanic",
|
||||||
"dark": true,
|
"dark": true,
|
||||||
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialOceanicIJTheme",
|
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialOceanicIJTheme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
||||||
@@ -411,7 +411,7 @@
|
|||||||
"material-theme-ui-lite/Material Palenight.theme.json": {
|
"material-theme-ui-lite/Material Palenight.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Material Palenight",
|
"name": "Material Theme UI Lite / Material Palenight",
|
||||||
"dark": true,
|
"dark": true,
|
||||||
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialPalenightIJTheme",
|
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialPalenightIJTheme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
||||||
@@ -421,7 +421,7 @@
|
|||||||
"material-theme-ui-lite/Monokai Pro.theme.json": {
|
"material-theme-ui-lite/Monokai Pro.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Monokai Pro",
|
"name": "Material Theme UI Lite / Monokai Pro",
|
||||||
"dark": true,
|
"dark": true,
|
||||||
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMonokaiProIJTheme",
|
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMonokaiProIJTheme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
||||||
@@ -431,7 +431,7 @@
|
|||||||
"material-theme-ui-lite/Moonlight.theme.json": {
|
"material-theme-ui-lite/Moonlight.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Moonlight",
|
"name": "Material Theme UI Lite / Moonlight",
|
||||||
"dark": true,
|
"dark": true,
|
||||||
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMoonlightIJTheme",
|
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMoonlightIJTheme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
||||||
@@ -441,7 +441,7 @@
|
|||||||
"material-theme-ui-lite/Night Owl.theme.json": {
|
"material-theme-ui-lite/Night Owl.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Night Owl",
|
"name": "Material Theme UI Lite / Night Owl",
|
||||||
"dark": true,
|
"dark": true,
|
||||||
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatNightOwlIJTheme",
|
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTNightOwlIJTheme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
||||||
@@ -451,7 +451,7 @@
|
|||||||
"material-theme-ui-lite/Solarized Dark.theme.json": {
|
"material-theme-ui-lite/Solarized Dark.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Solarized Dark",
|
"name": "Material Theme UI Lite / Solarized Dark",
|
||||||
"dark": true,
|
"dark": true,
|
||||||
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedDarkIJTheme",
|
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTSolarizedDarkIJTheme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
||||||
@@ -460,7 +460,7 @@
|
|||||||
},
|
},
|
||||||
"material-theme-ui-lite/Solarized Light.theme.json": {
|
"material-theme-ui-lite/Solarized Light.theme.json": {
|
||||||
"name": "Material Theme UI Lite / Solarized Light",
|
"name": "Material Theme UI Lite / Solarized Light",
|
||||||
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedLightIJTheme",
|
"lafClassName": "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTSolarizedLightIJTheme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
"licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt",
|
||||||
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
"pluginUrl": "https://plugins.jetbrains.com/plugin/8006-material-theme-ui",
|
||||||
|
|||||||
@@ -78,20 +78,20 @@ Material Theme UI Lite:
|
|||||||
|
|
||||||
Name | Class
|
Name | Class
|
||||||
-----|------
|
-----|------
|
||||||
[Arc Dark (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatArcDarkIJTheme`
|
[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.FlatAtomOneDarkIJTheme`
|
[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.FlatAtomOneLightIJTheme`
|
[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.FlatDraculaIJTheme`
|
[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.FlatGitHubIJTheme`
|
[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.FlatGitHubDarkIJTheme`
|
[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.FlatLightOwlIJTheme`
|
[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.FlatMaterialDarkerIJTheme`
|
[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.FlatMaterialDeepOceanIJTheme`
|
[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.FlatMaterialLighterIJTheme`
|
[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.FlatMaterialOceanicIJTheme`
|
[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.FlatMaterialPalenightIJTheme`
|
[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.FlatMonokaiProIJTheme`
|
[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.FlatMoonlightIJTheme`
|
[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.FlatNightOwlIJTheme`
|
[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.FlatSolarizedDarkIJTheme`
|
[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.FlatSolarizedLightIJTheme`
|
[Solarized Light (Material)](https://github.com/AtomMaterialUI/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTSolarizedLightIJTheme`
|
||||||
|
|||||||
@@ -60,23 +60,23 @@ public class FlatAllIJThemes
|
|||||||
new FlatIJLookAndFeelInfo( "Spacegray", "com.formdev.flatlaf.intellijthemes.FlatSpacegrayIJTheme", true ),
|
new FlatIJLookAndFeelInfo( "Spacegray", "com.formdev.flatlaf.intellijthemes.FlatSpacegrayIJTheme", true ),
|
||||||
new FlatIJLookAndFeelInfo( "Vuesion", "com.formdev.flatlaf.intellijthemes.FlatVuesionIJTheme", true ),
|
new FlatIJLookAndFeelInfo( "Vuesion", "com.formdev.flatlaf.intellijthemes.FlatVuesionIJTheme", true ),
|
||||||
new FlatIJLookAndFeelInfo( "Xcode-Dark", "com.formdev.flatlaf.intellijthemes.FlatXcodeDarkIJTheme", 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( "Arc Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTArcDarkIJTheme", true ),
|
||||||
new FlatIJLookAndFeelInfo( "Atom One Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneDarkIJTheme", 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.FlatAtomOneLightIJTheme", false ),
|
new FlatIJLookAndFeelInfo( "Atom One Light (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTAtomOneLightIJTheme", false ),
|
||||||
new FlatIJLookAndFeelInfo( "Dracula (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatDraculaIJTheme", true ),
|
new FlatIJLookAndFeelInfo( "Dracula (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTDraculaIJTheme", true ),
|
||||||
new FlatIJLookAndFeelInfo( "GitHub (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubIJTheme", false ),
|
new FlatIJLookAndFeelInfo( "GitHub (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTGitHubIJTheme", false ),
|
||||||
new FlatIJLookAndFeelInfo( "GitHub Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubDarkIJTheme", true ),
|
new FlatIJLookAndFeelInfo( "GitHub Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTGitHubDarkIJTheme", true ),
|
||||||
new FlatIJLookAndFeelInfo( "Light Owl (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatLightOwlIJTheme", false ),
|
new FlatIJLookAndFeelInfo( "Light Owl (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTLightOwlIJTheme", false ),
|
||||||
new FlatIJLookAndFeelInfo( "Material Darker (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDarkerIJTheme", true ),
|
new FlatIJLookAndFeelInfo( "Material Darker (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialDarkerIJTheme", true ),
|
||||||
new FlatIJLookAndFeelInfo( "Material Deep Ocean (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDeepOceanIJTheme", true ),
|
new FlatIJLookAndFeelInfo( "Material Deep Ocean (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialDeepOceanIJTheme", true ),
|
||||||
new FlatIJLookAndFeelInfo( "Material Lighter (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialLighterIJTheme", false ),
|
new FlatIJLookAndFeelInfo( "Material Lighter (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialLighterIJTheme", false ),
|
||||||
new FlatIJLookAndFeelInfo( "Material Oceanic (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialOceanicIJTheme", true ),
|
new FlatIJLookAndFeelInfo( "Material Oceanic (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialOceanicIJTheme", true ),
|
||||||
new FlatIJLookAndFeelInfo( "Material Palenight (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialPalenightIJTheme", true ),
|
new FlatIJLookAndFeelInfo( "Material Palenight (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMaterialPalenightIJTheme", true ),
|
||||||
new FlatIJLookAndFeelInfo( "Monokai Pro (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMonokaiProIJTheme", true ),
|
new FlatIJLookAndFeelInfo( "Monokai Pro (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMonokaiProIJTheme", true ),
|
||||||
new FlatIJLookAndFeelInfo( "Moonlight (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMoonlightIJTheme", true ),
|
new FlatIJLookAndFeelInfo( "Moonlight (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTMoonlightIJTheme", true ),
|
||||||
new FlatIJLookAndFeelInfo( "Night Owl (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatNightOwlIJTheme", true ),
|
new FlatIJLookAndFeelInfo( "Night Owl (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTNightOwlIJTheme", true ),
|
||||||
new FlatIJLookAndFeelInfo( "Solarized Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedDarkIJTheme", true ),
|
new FlatIJLookAndFeelInfo( "Solarized Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTSolarizedDarkIJTheme", true ),
|
||||||
new FlatIJLookAndFeelInfo( "Solarized Light (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedLightIJTheme", false ),
|
new FlatIJLookAndFeelInfo( "Solarized Light (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMTSolarizedLightIJTheme", false ),
|
||||||
};
|
};
|
||||||
|
|
||||||
//---- class FlatIJLookAndFeelInfo ----------------------------------------
|
//---- class FlatIJLookAndFeelInfo ----------------------------------------
|
||||||
|
|||||||
@@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatArcDarkIJTheme
|
public class FlatMTArcDarkIJTheme
|
||||||
extends IntelliJTheme.ThemeLaf
|
extends IntelliJTheme.ThemeLaf
|
||||||
{
|
{
|
||||||
public static final String NAME = "Arc Dark (Material)";
|
public static final String NAME = "Arc Dark (Material)";
|
||||||
|
|
||||||
public static boolean setup() {
|
public static boolean setup() {
|
||||||
try {
|
try {
|
||||||
return setup( new FlatArcDarkIJTheme() );
|
return setup( new FlatMTArcDarkIJTheme() );
|
||||||
} catch( RuntimeException ex ) {
|
} catch( RuntimeException ex ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void installLafInfo() {
|
public static void installLafInfo() {
|
||||||
installLafInfo( NAME, FlatArcDarkIJTheme.class );
|
installLafInfo( NAME, FlatMTArcDarkIJTheme.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlatArcDarkIJTheme() {
|
public FlatMTArcDarkIJTheme() {
|
||||||
super( Utils.loadTheme( "Arc Dark.theme.json" ) );
|
super( Utils.loadTheme( "Arc Dark.theme.json" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatAtomOneDarkIJTheme
|
public class FlatMTAtomOneDarkIJTheme
|
||||||
extends IntelliJTheme.ThemeLaf
|
extends IntelliJTheme.ThemeLaf
|
||||||
{
|
{
|
||||||
public static final String NAME = "Atom One Dark (Material)";
|
public static final String NAME = "Atom One Dark (Material)";
|
||||||
|
|
||||||
public static boolean setup() {
|
public static boolean setup() {
|
||||||
try {
|
try {
|
||||||
return setup( new FlatAtomOneDarkIJTheme() );
|
return setup( new FlatMTAtomOneDarkIJTheme() );
|
||||||
} catch( RuntimeException ex ) {
|
} catch( RuntimeException ex ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void installLafInfo() {
|
public static void installLafInfo() {
|
||||||
installLafInfo( NAME, FlatAtomOneDarkIJTheme.class );
|
installLafInfo( NAME, FlatMTAtomOneDarkIJTheme.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlatAtomOneDarkIJTheme() {
|
public FlatMTAtomOneDarkIJTheme() {
|
||||||
super( Utils.loadTheme( "Atom One Dark.theme.json" ) );
|
super( Utils.loadTheme( "Atom One Dark.theme.json" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatAtomOneLightIJTheme
|
public class FlatMTAtomOneLightIJTheme
|
||||||
extends IntelliJTheme.ThemeLaf
|
extends IntelliJTheme.ThemeLaf
|
||||||
{
|
{
|
||||||
public static final String NAME = "Atom One Light (Material)";
|
public static final String NAME = "Atom One Light (Material)";
|
||||||
|
|
||||||
public static boolean setup() {
|
public static boolean setup() {
|
||||||
try {
|
try {
|
||||||
return setup( new FlatAtomOneLightIJTheme() );
|
return setup( new FlatMTAtomOneLightIJTheme() );
|
||||||
} catch( RuntimeException ex ) {
|
} catch( RuntimeException ex ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void installLafInfo() {
|
public static void installLafInfo() {
|
||||||
installLafInfo( NAME, FlatAtomOneLightIJTheme.class );
|
installLafInfo( NAME, FlatMTAtomOneLightIJTheme.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlatAtomOneLightIJTheme() {
|
public FlatMTAtomOneLightIJTheme() {
|
||||||
super( Utils.loadTheme( "Atom One Light.theme.json" ) );
|
super( Utils.loadTheme( "Atom One Light.theme.json" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatDraculaIJTheme
|
public class FlatMTDraculaIJTheme
|
||||||
extends IntelliJTheme.ThemeLaf
|
extends IntelliJTheme.ThemeLaf
|
||||||
{
|
{
|
||||||
public static final String NAME = "Dracula (Material)";
|
public static final String NAME = "Dracula (Material)";
|
||||||
|
|
||||||
public static boolean setup() {
|
public static boolean setup() {
|
||||||
try {
|
try {
|
||||||
return setup( new FlatDraculaIJTheme() );
|
return setup( new FlatMTDraculaIJTheme() );
|
||||||
} catch( RuntimeException ex ) {
|
} catch( RuntimeException ex ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void installLafInfo() {
|
public static void installLafInfo() {
|
||||||
installLafInfo( NAME, FlatDraculaIJTheme.class );
|
installLafInfo( NAME, FlatMTDraculaIJTheme.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlatDraculaIJTheme() {
|
public FlatMTDraculaIJTheme() {
|
||||||
super( Utils.loadTheme( "Dracula.theme.json" ) );
|
super( Utils.loadTheme( "Dracula.theme.json" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatGitHubDarkIJTheme
|
public class FlatMTGitHubDarkIJTheme
|
||||||
extends IntelliJTheme.ThemeLaf
|
extends IntelliJTheme.ThemeLaf
|
||||||
{
|
{
|
||||||
public static final String NAME = "GitHub Dark (Material)";
|
public static final String NAME = "GitHub Dark (Material)";
|
||||||
|
|
||||||
public static boolean setup() {
|
public static boolean setup() {
|
||||||
try {
|
try {
|
||||||
return setup( new FlatGitHubDarkIJTheme() );
|
return setup( new FlatMTGitHubDarkIJTheme() );
|
||||||
} catch( RuntimeException ex ) {
|
} catch( RuntimeException ex ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void installLafInfo() {
|
public static void installLafInfo() {
|
||||||
installLafInfo( NAME, FlatGitHubDarkIJTheme.class );
|
installLafInfo( NAME, FlatMTGitHubDarkIJTheme.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlatGitHubDarkIJTheme() {
|
public FlatMTGitHubDarkIJTheme() {
|
||||||
super( Utils.loadTheme( "GitHub Dark.theme.json" ) );
|
super( Utils.loadTheme( "GitHub Dark.theme.json" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatGitHubIJTheme
|
public class FlatMTGitHubIJTheme
|
||||||
extends IntelliJTheme.ThemeLaf
|
extends IntelliJTheme.ThemeLaf
|
||||||
{
|
{
|
||||||
public static final String NAME = "GitHub (Material)";
|
public static final String NAME = "GitHub (Material)";
|
||||||
|
|
||||||
public static boolean setup() {
|
public static boolean setup() {
|
||||||
try {
|
try {
|
||||||
return setup( new FlatGitHubIJTheme() );
|
return setup( new FlatMTGitHubIJTheme() );
|
||||||
} catch( RuntimeException ex ) {
|
} catch( RuntimeException ex ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void installLafInfo() {
|
public static void installLafInfo() {
|
||||||
installLafInfo( NAME, FlatGitHubIJTheme.class );
|
installLafInfo( NAME, FlatMTGitHubIJTheme.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlatGitHubIJTheme() {
|
public FlatMTGitHubIJTheme() {
|
||||||
super( Utils.loadTheme( "GitHub.theme.json" ) );
|
super( Utils.loadTheme( "GitHub.theme.json" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatLightOwlIJTheme
|
public class FlatMTLightOwlIJTheme
|
||||||
extends IntelliJTheme.ThemeLaf
|
extends IntelliJTheme.ThemeLaf
|
||||||
{
|
{
|
||||||
public static final String NAME = "Light Owl (Material)";
|
public static final String NAME = "Light Owl (Material)";
|
||||||
|
|
||||||
public static boolean setup() {
|
public static boolean setup() {
|
||||||
try {
|
try {
|
||||||
return setup( new FlatLightOwlIJTheme() );
|
return setup( new FlatMTLightOwlIJTheme() );
|
||||||
} catch( RuntimeException ex ) {
|
} catch( RuntimeException ex ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void installLafInfo() {
|
public static void installLafInfo() {
|
||||||
installLafInfo( NAME, FlatLightOwlIJTheme.class );
|
installLafInfo( NAME, FlatMTLightOwlIJTheme.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlatLightOwlIJTheme() {
|
public FlatMTLightOwlIJTheme() {
|
||||||
super( Utils.loadTheme( "Light Owl.theme.json" ) );
|
super( Utils.loadTheme( "Light Owl.theme.json" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatMaterialDarkerIJTheme
|
public class FlatMTMaterialDarkerIJTheme
|
||||||
extends IntelliJTheme.ThemeLaf
|
extends IntelliJTheme.ThemeLaf
|
||||||
{
|
{
|
||||||
public static final String NAME = "Material Darker (Material)";
|
public static final String NAME = "Material Darker (Material)";
|
||||||
|
|
||||||
public static boolean setup() {
|
public static boolean setup() {
|
||||||
try {
|
try {
|
||||||
return setup( new FlatMaterialDarkerIJTheme() );
|
return setup( new FlatMTMaterialDarkerIJTheme() );
|
||||||
} catch( RuntimeException ex ) {
|
} catch( RuntimeException ex ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void installLafInfo() {
|
public static void installLafInfo() {
|
||||||
installLafInfo( NAME, FlatMaterialDarkerIJTheme.class );
|
installLafInfo( NAME, FlatMTMaterialDarkerIJTheme.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlatMaterialDarkerIJTheme() {
|
public FlatMTMaterialDarkerIJTheme() {
|
||||||
super( Utils.loadTheme( "Material Darker.theme.json" ) );
|
super( Utils.loadTheme( "Material Darker.theme.json" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatMaterialDeepOceanIJTheme
|
public class FlatMTMaterialDeepOceanIJTheme
|
||||||
extends IntelliJTheme.ThemeLaf
|
extends IntelliJTheme.ThemeLaf
|
||||||
{
|
{
|
||||||
public static final String NAME = "Material Deep Ocean (Material)";
|
public static final String NAME = "Material Deep Ocean (Material)";
|
||||||
|
|
||||||
public static boolean setup() {
|
public static boolean setup() {
|
||||||
try {
|
try {
|
||||||
return setup( new FlatMaterialDeepOceanIJTheme() );
|
return setup( new FlatMTMaterialDeepOceanIJTheme() );
|
||||||
} catch( RuntimeException ex ) {
|
} catch( RuntimeException ex ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void installLafInfo() {
|
public static void installLafInfo() {
|
||||||
installLafInfo( NAME, FlatMaterialDeepOceanIJTheme.class );
|
installLafInfo( NAME, FlatMTMaterialDeepOceanIJTheme.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlatMaterialDeepOceanIJTheme() {
|
public FlatMTMaterialDeepOceanIJTheme() {
|
||||||
super( Utils.loadTheme( "Material Deep Ocean.theme.json" ) );
|
super( Utils.loadTheme( "Material Deep Ocean.theme.json" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatMaterialLighterIJTheme
|
public class FlatMTMaterialLighterIJTheme
|
||||||
extends IntelliJTheme.ThemeLaf
|
extends IntelliJTheme.ThemeLaf
|
||||||
{
|
{
|
||||||
public static final String NAME = "Material Lighter (Material)";
|
public static final String NAME = "Material Lighter (Material)";
|
||||||
|
|
||||||
public static boolean setup() {
|
public static boolean setup() {
|
||||||
try {
|
try {
|
||||||
return setup( new FlatMaterialLighterIJTheme() );
|
return setup( new FlatMTMaterialLighterIJTheme() );
|
||||||
} catch( RuntimeException ex ) {
|
} catch( RuntimeException ex ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void installLafInfo() {
|
public static void installLafInfo() {
|
||||||
installLafInfo( NAME, FlatMaterialLighterIJTheme.class );
|
installLafInfo( NAME, FlatMTMaterialLighterIJTheme.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlatMaterialLighterIJTheme() {
|
public FlatMTMaterialLighterIJTheme() {
|
||||||
super( Utils.loadTheme( "Material Lighter.theme.json" ) );
|
super( Utils.loadTheme( "Material Lighter.theme.json" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatMaterialOceanicIJTheme
|
public class FlatMTMaterialOceanicIJTheme
|
||||||
extends IntelliJTheme.ThemeLaf
|
extends IntelliJTheme.ThemeLaf
|
||||||
{
|
{
|
||||||
public static final String NAME = "Material Oceanic (Material)";
|
public static final String NAME = "Material Oceanic (Material)";
|
||||||
|
|
||||||
public static boolean setup() {
|
public static boolean setup() {
|
||||||
try {
|
try {
|
||||||
return setup( new FlatMaterialOceanicIJTheme() );
|
return setup( new FlatMTMaterialOceanicIJTheme() );
|
||||||
} catch( RuntimeException ex ) {
|
} catch( RuntimeException ex ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void installLafInfo() {
|
public static void installLafInfo() {
|
||||||
installLafInfo( NAME, FlatMaterialOceanicIJTheme.class );
|
installLafInfo( NAME, FlatMTMaterialOceanicIJTheme.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlatMaterialOceanicIJTheme() {
|
public FlatMTMaterialOceanicIJTheme() {
|
||||||
super( Utils.loadTheme( "Material Oceanic.theme.json" ) );
|
super( Utils.loadTheme( "Material Oceanic.theme.json" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatMaterialPalenightIJTheme
|
public class FlatMTMaterialPalenightIJTheme
|
||||||
extends IntelliJTheme.ThemeLaf
|
extends IntelliJTheme.ThemeLaf
|
||||||
{
|
{
|
||||||
public static final String NAME = "Material Palenight (Material)";
|
public static final String NAME = "Material Palenight (Material)";
|
||||||
|
|
||||||
public static boolean setup() {
|
public static boolean setup() {
|
||||||
try {
|
try {
|
||||||
return setup( new FlatMaterialPalenightIJTheme() );
|
return setup( new FlatMTMaterialPalenightIJTheme() );
|
||||||
} catch( RuntimeException ex ) {
|
} catch( RuntimeException ex ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void installLafInfo() {
|
public static void installLafInfo() {
|
||||||
installLafInfo( NAME, FlatMaterialPalenightIJTheme.class );
|
installLafInfo( NAME, FlatMTMaterialPalenightIJTheme.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlatMaterialPalenightIJTheme() {
|
public FlatMTMaterialPalenightIJTheme() {
|
||||||
super( Utils.loadTheme( "Material Palenight.theme.json" ) );
|
super( Utils.loadTheme( "Material Palenight.theme.json" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatMonokaiProIJTheme
|
public class FlatMTMonokaiProIJTheme
|
||||||
extends IntelliJTheme.ThemeLaf
|
extends IntelliJTheme.ThemeLaf
|
||||||
{
|
{
|
||||||
public static final String NAME = "Monokai Pro (Material)";
|
public static final String NAME = "Monokai Pro (Material)";
|
||||||
|
|
||||||
public static boolean setup() {
|
public static boolean setup() {
|
||||||
try {
|
try {
|
||||||
return setup( new FlatMonokaiProIJTheme() );
|
return setup( new FlatMTMonokaiProIJTheme() );
|
||||||
} catch( RuntimeException ex ) {
|
} catch( RuntimeException ex ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void installLafInfo() {
|
public static void installLafInfo() {
|
||||||
installLafInfo( NAME, FlatMonokaiProIJTheme.class );
|
installLafInfo( NAME, FlatMTMonokaiProIJTheme.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlatMonokaiProIJTheme() {
|
public FlatMTMonokaiProIJTheme() {
|
||||||
super( Utils.loadTheme( "Monokai Pro.theme.json" ) );
|
super( Utils.loadTheme( "Monokai Pro.theme.json" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatMoonlightIJTheme
|
public class FlatMTMoonlightIJTheme
|
||||||
extends IntelliJTheme.ThemeLaf
|
extends IntelliJTheme.ThemeLaf
|
||||||
{
|
{
|
||||||
public static final String NAME = "Moonlight (Material)";
|
public static final String NAME = "Moonlight (Material)";
|
||||||
|
|
||||||
public static boolean setup() {
|
public static boolean setup() {
|
||||||
try {
|
try {
|
||||||
return setup( new FlatMoonlightIJTheme() );
|
return setup( new FlatMTMoonlightIJTheme() );
|
||||||
} catch( RuntimeException ex ) {
|
} catch( RuntimeException ex ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void installLafInfo() {
|
public static void installLafInfo() {
|
||||||
installLafInfo( NAME, FlatMoonlightIJTheme.class );
|
installLafInfo( NAME, FlatMTMoonlightIJTheme.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlatMoonlightIJTheme() {
|
public FlatMTMoonlightIJTheme() {
|
||||||
super( Utils.loadTheme( "Moonlight.theme.json" ) );
|
super( Utils.loadTheme( "Moonlight.theme.json" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatNightOwlIJTheme
|
public class FlatMTNightOwlIJTheme
|
||||||
extends IntelliJTheme.ThemeLaf
|
extends IntelliJTheme.ThemeLaf
|
||||||
{
|
{
|
||||||
public static final String NAME = "Night Owl (Material)";
|
public static final String NAME = "Night Owl (Material)";
|
||||||
|
|
||||||
public static boolean setup() {
|
public static boolean setup() {
|
||||||
try {
|
try {
|
||||||
return setup( new FlatNightOwlIJTheme() );
|
return setup( new FlatMTNightOwlIJTheme() );
|
||||||
} catch( RuntimeException ex ) {
|
} catch( RuntimeException ex ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void installLafInfo() {
|
public static void installLafInfo() {
|
||||||
installLafInfo( NAME, FlatNightOwlIJTheme.class );
|
installLafInfo( NAME, FlatMTNightOwlIJTheme.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlatNightOwlIJTheme() {
|
public FlatMTNightOwlIJTheme() {
|
||||||
super( Utils.loadTheme( "Night Owl.theme.json" ) );
|
super( Utils.loadTheme( "Night Owl.theme.json" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatSolarizedDarkIJTheme
|
public class FlatMTSolarizedDarkIJTheme
|
||||||
extends IntelliJTheme.ThemeLaf
|
extends IntelliJTheme.ThemeLaf
|
||||||
{
|
{
|
||||||
public static final String NAME = "Solarized Dark (Material)";
|
public static final String NAME = "Solarized Dark (Material)";
|
||||||
|
|
||||||
public static boolean setup() {
|
public static boolean setup() {
|
||||||
try {
|
try {
|
||||||
return setup( new FlatSolarizedDarkIJTheme() );
|
return setup( new FlatMTSolarizedDarkIJTheme() );
|
||||||
} catch( RuntimeException ex ) {
|
} catch( RuntimeException ex ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void installLafInfo() {
|
public static void installLafInfo() {
|
||||||
installLafInfo( NAME, FlatSolarizedDarkIJTheme.class );
|
installLafInfo( NAME, FlatMTSolarizedDarkIJTheme.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlatSolarizedDarkIJTheme() {
|
public FlatMTSolarizedDarkIJTheme() {
|
||||||
super( Utils.loadTheme( "Solarized Dark.theme.json" ) );
|
super( Utils.loadTheme( "Solarized Dark.theme.json" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,24 +26,24 @@ import com.formdev.flatlaf.IntelliJTheme;
|
|||||||
/**
|
/**
|
||||||
* @author Karl Tauber
|
* @author Karl Tauber
|
||||||
*/
|
*/
|
||||||
public class FlatSolarizedLightIJTheme
|
public class FlatMTSolarizedLightIJTheme
|
||||||
extends IntelliJTheme.ThemeLaf
|
extends IntelliJTheme.ThemeLaf
|
||||||
{
|
{
|
||||||
public static final String NAME = "Solarized Light (Material)";
|
public static final String NAME = "Solarized Light (Material)";
|
||||||
|
|
||||||
public static boolean setup() {
|
public static boolean setup() {
|
||||||
try {
|
try {
|
||||||
return setup( new FlatSolarizedLightIJTheme() );
|
return setup( new FlatMTSolarizedLightIJTheme() );
|
||||||
} catch( RuntimeException ex ) {
|
} catch( RuntimeException ex ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void installLafInfo() {
|
public static void installLafInfo() {
|
||||||
installLafInfo( NAME, FlatSolarizedLightIJTheme.class );
|
installLafInfo( NAME, FlatMTSolarizedLightIJTheme.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlatSolarizedLightIJTheme() {
|
public FlatMTSolarizedLightIJTheme() {
|
||||||
super( Utils.loadTheme( "Solarized Light.theme.json" ) );
|
super( Utils.loadTheme( "Solarized Light.theme.json" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user