From 6da220f36ced46a817dd7e905167b7e9ff61a95b Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Thu, 27 Aug 2020 00:05:29 +0200 Subject: [PATCH] IntelliJ Themes: updated themes to newest versions (used IJThemesUpdater) --- .../themes/SolarizedDark.theme.json | 19 +++++++++---------- .../themes/SolarizedLight.theme.json | 19 +++++++++---------- 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/SolarizedDark.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/SolarizedDark.theme.json index 83b34d8b..fb91ee63 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/SolarizedDark.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/SolarizedDark.theme.json @@ -23,6 +23,8 @@ }, "ui": { "*": { + "acceleratorForeground": "colorAcceleratorForeground", + "acceleratorSelectionForeground": "colorAcceleratorSelectionForeground", "background": "colorBackground", "caretForeground": "colorForeground", "disabledForeground": "colorDisabledForeground", @@ -68,10 +70,7 @@ "startBorderColor": "#476069" }, "CheckBox": {}, - "CheckBoxMenuItem": { - "acceleratorForeground": "colorAcceleratorForeground", - "acceleratorSelectionForeground": "colorAcceleratorSelectionForeground" - }, + "CheckBoxMenuItem": {}, "ColorChooser": { "swatchesDefaultRecentColor": "colorBackground" }, @@ -257,8 +256,6 @@ "usedBackground": "#566C73" }, "Menu": { - "acceleratorForeground": "colorAcceleratorForeground", - "acceleratorSelectionForeground": "colorAcceleratorSelectionForeground", "borderColor": "colorSeparator", "separatorColor": "colorSeparator" }, @@ -372,10 +369,7 @@ "trackColor": "#36525B" }, "RadioButton": {}, - "RadioButtonMenuItem": { - "acceleratorForeground": "colorAcceleratorForeground", - "acceleratorSelectionForeground": "colorAcceleratorSelectionForeground" - }, + "RadioButtonMenuItem": {}, "ScrollBar": { "background": "#14414F", "hoverThumbBorderColor": "#0A384459", @@ -441,6 +435,11 @@ "Separator": { "separatorColor": "colorSeparator" }, + "Settings": { + "Spotlight": { + "borderColor": "#9A670064" + } + }, "SidePanel": { "background": "#0E4155" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/SolarizedLight.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/SolarizedLight.theme.json index c7d83c1f..cbffeb4c 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/SolarizedLight.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/SolarizedLight.theme.json @@ -23,6 +23,8 @@ }, "ui": { "*": { + "acceleratorForeground": "colorAcceleratorForeground", + "acceleratorSelectionForeground": "colorAcceleratorSelectionForeground", "background": "colorBackground", "caretForeground": "colorForeground", "disabledForeground": "colorDisabledForeground", @@ -68,10 +70,7 @@ "startBorderColor": "#B4BAB5" }, "CheckBox": {}, - "CheckBoxMenuItem": { - "acceleratorForeground": "colorAcceleratorForeground", - "acceleratorSelectionForeground": "colorAcceleratorSelectionForeground" - }, + "CheckBoxMenuItem": {}, "ColorChooser": { "swatchesDefaultRecentColor": "#CFD0C3" }, @@ -263,8 +262,6 @@ "usedBackground": "#ADB5AF" }, "Menu": { - "acceleratorForeground": "colorAcceleratorForeground", - "acceleratorSelectionForeground": "colorAcceleratorSelectionForeground", "borderColor": "#D3D2C6", "disabledBackground": "colorBackground", "separatorColor": "colorSeparator" @@ -378,10 +375,7 @@ "trackColor": "#BAC0B8" }, "RadioButton": {}, - "RadioButtonMenuItem": { - "acceleratorForeground": "colorAcceleratorForeground", - "acceleratorSelectionForeground": "colorAcceleratorSelectionForeground" - }, + "RadioButtonMenuItem": {}, "ScrollBar": { "background": "#F5F0E3", "hoverThumbBorderColor": "#4B5A5F47", @@ -445,6 +439,11 @@ "Separator": { "separatorColor": "colorSeparator" }, + "Settings": { + "Spotlight": { + "borderColor": "#F6C00064" + } + }, "SidePanel": { "background": "#E2E2D4" },