From cacc5daa1437b2839005cebf9ec2a9463107ac4f Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Thu, 3 Aug 2023 00:37:42 +0200 Subject: [PATCH] IntelliJ Themes: updated theme "Monokai Pro Theme" from version 1.10 --- .../com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties | 2 -- .../flatlaf/demo/intellijthemes/IJThemesUpdater.java | 4 +++- .../intellijthemes/themes/Monokai_Pro.default.theme.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties index bf04755d..07da9df7 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties @@ -215,8 +215,6 @@ ToggleButton.endBackground = $ToggleButton.background [Monocai]RadioButtonMenuItem.acceleratorForeground = @Monocai.acceleratorForeground [Monocai]RadioButtonMenuItem.acceleratorSelectionForeground = @Monocai.acceleratorSelectionForeground -[Monokai_Pro]TitledBorder.titleColor = @foreground - [Nord]MenuItem.checkBackground = @ijMenuCheckBackgroundL10 [Nord]MenuItem.underlineSelectionCheckBackground = @ijMenuCheckBackgroundL10 diff --git a/flatlaf-demo/src/main/java/com/formdev/flatlaf/demo/intellijthemes/IJThemesUpdater.java b/flatlaf-demo/src/main/java/com/formdev/flatlaf/demo/intellijthemes/IJThemesUpdater.java index ac6f2cc1..c5936919 100644 --- a/flatlaf-demo/src/main/java/com/formdev/flatlaf/demo/intellijthemes/IJThemesUpdater.java +++ b/flatlaf-demo/src/main/java/com/formdev/flatlaf/demo/intellijthemes/IJThemesUpdater.java @@ -38,8 +38,10 @@ public class IJThemesUpdater themesManager.loadBundledThemes(); for( IJThemeInfo ti : themesManager.bundledThemes ) { - if( ti.sourceCodeUrl == null || ti.sourceCodePath == null ) + if( ti.sourceCodeUrl == null || ti.sourceCodePath == null ) { + System.out.println( " " + ti.name + " NOT downloaded. Needs manual update from release on JetBrains Plugin portal." ); continue; + } String fromUrl = ti.sourceCodeUrl + "/" + ti.sourceCodePath; if( fromUrl.contains( "github.com" ) ) diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Monokai_Pro.default.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Monokai_Pro.default.theme.json index c0cf60d4..d6647106 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Monokai_Pro.default.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Monokai_Pro.default.theme.json @@ -104,8 +104,8 @@ "CompletionPopup": { "foreground": "#fcfcfa", "matchForeground": "#ffd866", - "selectionInactiveBackground": "#2d2a2e", - "selectionBackground": "#2d2a2e" + "selectionInactiveBackground": "#5b595c", + "selectionBackground": "#5b595c" }, "Component": { "arc": 4, @@ -530,7 +530,7 @@ "inactiveInfoForeground": "#939293" }, "TitledBorder": { - "titleColor": "#2d2a2e" + "titleColor": "#939293" }, "ToggleButton": { "borderColor": "#403e41",