mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
IntelliJ Themes: updated theme "Monokai Pro Theme" from version 1.10
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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" ) )
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user