mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 22:10:54 +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.acceleratorForeground = @Monocai.acceleratorForeground
|
||||||
[Monocai]RadioButtonMenuItem.acceleratorSelectionForeground = @Monocai.acceleratorSelectionForeground
|
[Monocai]RadioButtonMenuItem.acceleratorSelectionForeground = @Monocai.acceleratorSelectionForeground
|
||||||
|
|
||||||
[Monokai_Pro]TitledBorder.titleColor = @foreground
|
|
||||||
|
|
||||||
[Nord]MenuItem.checkBackground = @ijMenuCheckBackgroundL10
|
[Nord]MenuItem.checkBackground = @ijMenuCheckBackgroundL10
|
||||||
[Nord]MenuItem.underlineSelectionCheckBackground = @ijMenuCheckBackgroundL10
|
[Nord]MenuItem.underlineSelectionCheckBackground = @ijMenuCheckBackgroundL10
|
||||||
|
|
||||||
|
|||||||
@@ -38,8 +38,10 @@ public class IJThemesUpdater
|
|||||||
themesManager.loadBundledThemes();
|
themesManager.loadBundledThemes();
|
||||||
|
|
||||||
for( IJThemeInfo ti : themesManager.bundledThemes ) {
|
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;
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
String fromUrl = ti.sourceCodeUrl + "/" + ti.sourceCodePath;
|
String fromUrl = ti.sourceCodeUrl + "/" + ti.sourceCodePath;
|
||||||
if( fromUrl.contains( "github.com" ) )
|
if( fromUrl.contains( "github.com" ) )
|
||||||
|
|||||||
@@ -104,8 +104,8 @@
|
|||||||
"CompletionPopup": {
|
"CompletionPopup": {
|
||||||
"foreground": "#fcfcfa",
|
"foreground": "#fcfcfa",
|
||||||
"matchForeground": "#ffd866",
|
"matchForeground": "#ffd866",
|
||||||
"selectionInactiveBackground": "#2d2a2e",
|
"selectionInactiveBackground": "#5b595c",
|
||||||
"selectionBackground": "#2d2a2e"
|
"selectionBackground": "#5b595c"
|
||||||
},
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"arc": 4,
|
"arc": 4,
|
||||||
@@ -530,7 +530,7 @@
|
|||||||
"inactiveInfoForeground": "#939293"
|
"inactiveInfoForeground": "#939293"
|
||||||
},
|
},
|
||||||
"TitledBorder": {
|
"TitledBorder": {
|
||||||
"titleColor": "#2d2a2e"
|
"titleColor": "#939293"
|
||||||
},
|
},
|
||||||
"ToggleButton": {
|
"ToggleButton": {
|
||||||
"borderColor": "#403e41",
|
"borderColor": "#403e41",
|
||||||
|
|||||||
Reference in New Issue
Block a user