From 30c6ddba37973a10c895d1d6accc2751c703bdd3 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Sun, 11 Apr 2021 17:35:25 +0200 Subject: [PATCH] IntelliJ Themes: updated themes to newest versions (used IJThemesUpdater) --- .../Arc Dark Contrast.theme.json | 11 +++-------- .../themes/material-theme-ui-lite/Arc Dark.theme.json | 11 +++-------- .../Atom One Dark Contrast.theme.json | 11 +++-------- .../material-theme-ui-lite/Atom One Dark.theme.json | 11 +++-------- .../Atom One Light Contrast.theme.json | 9 ++------- .../material-theme-ui-lite/Atom One Light.theme.json | 9 ++------- .../Dracula Contrast.theme.json | 11 +++-------- .../themes/material-theme-ui-lite/Dracula.theme.json | 11 +++-------- .../material-theme-ui-lite/GitHub Contrast.theme.json | 11 +++-------- .../themes/material-theme-ui-lite/GitHub.theme.json | 11 +++-------- .../Light Owl Contrast.theme.json | 11 +++-------- .../material-theme-ui-lite/Light Owl.theme.json | 11 +++-------- .../Material Darker Contrast.theme.json | 11 +++-------- .../material-theme-ui-lite/Material Darker.theme.json | 11 +++-------- .../Material Deep Ocean Contrast.theme.json | 11 +++-------- .../Material Deep Ocean.theme.json | 11 +++-------- .../Material Lighter Contrast.theme.json | 11 +++-------- .../Material Lighter.theme.json | 11 +++-------- .../Material Oceanic Contrast.theme.json | 11 +++-------- .../Material Oceanic.theme.json | 11 +++-------- .../Material Palenight Contrast.theme.json | 11 +++-------- .../Material Palenight.theme.json | 11 +++-------- .../Monokai Pro Contrast.theme.json | 11 +++-------- .../material-theme-ui-lite/Monokai Pro.theme.json | 11 +++-------- .../Moonlight Contrast.theme.json | 9 ++------- .../material-theme-ui-lite/Moonlight.theme.json | 9 ++------- .../Night Owl Contrast.theme.json | 11 +++-------- .../material-theme-ui-lite/Night Owl.theme.json | 11 +++-------- .../Solarized Dark Contrast.theme.json | 11 +++-------- .../material-theme-ui-lite/Solarized Dark.theme.json | 11 +++-------- .../Solarized Light Contrast.theme.json | 11 +++-------- .../material-theme-ui-lite/Solarized Light.theme.json | 11 +++-------- 32 files changed, 92 insertions(+), 252 deletions(-) diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark Contrast.theme.json index 872a9726..7a791324 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark Contrast.theme.json @@ -2,13 +2,7 @@ "name": "Arc Dark Contrast", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Arc Dark.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/arcdark.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Arc Dark.xml", "ui": { "*": { "acceleratorSelectionForeground": "#8b9eb5", @@ -138,10 +132,11 @@ "matchForeground": "#42A5F5", "matchSelectionForeground": "#42A5F5", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#8b9eb5", - "selectionInactiveBackground": "#8888FF55", + "selectionInactiveBackground": "#393f4c", "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark.theme.json index 770bceac..df9f9ab7 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark.theme.json @@ -2,13 +2,7 @@ "name": "Arc Dark", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Arc Dark.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/arcdark.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Arc Dark.xml", "ui": { "*": { "acceleratorSelectionForeground": "#8b9eb5", @@ -138,10 +132,11 @@ "matchForeground": "#42A5F5", "matchSelectionForeground": "#42A5F5", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#8b9eb5", - "selectionInactiveBackground": "#8888FF55", + "selectionInactiveBackground": "#393f4c", "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark Contrast.theme.json index 467ce029..093546fb 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark Contrast.theme.json @@ -2,13 +2,7 @@ "name": "Atom One Dark Contrast", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Atom One Dark.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/onedark.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Atom One Dark.xml", "ui": { "*": { "acceleratorSelectionForeground": "#979FAD", @@ -138,10 +132,11 @@ "matchForeground": "#2979ff", "matchSelectionForeground": "#2979ff", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#979FAD", - "selectionInactiveBackground": "#4D515D", + "selectionInactiveBackground": "#383D48", "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark.theme.json index fced7f96..ca7fce47 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark.theme.json @@ -2,13 +2,7 @@ "name": "Atom One Dark", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Atom One Dark.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/onedark.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Atom One Dark.xml", "ui": { "*": { "acceleratorSelectionForeground": "#979FAD", @@ -138,10 +132,11 @@ "matchForeground": "#2979ff", "matchSelectionForeground": "#2979ff", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#979FAD", - "selectionInactiveBackground": "#4D515D", + "selectionInactiveBackground": "#383D48", "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light Contrast.theme.json index 601f2d24..ab7bd5f3 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light Contrast.theme.json @@ -2,13 +2,7 @@ "name": "Atom One Light", "dark": false, "author": "Mallowigi", - "editorScheme": "/colors/Atom One Light.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/onelight.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Atom One Light.xml", "ui": { "*": { "acceleratorSelectionForeground": "#7f7f7f", @@ -138,6 +132,7 @@ "matchForeground": "#2979ff", "matchSelectionForeground": "#2979ff", "nonFocusedState": "false", + "selectedForeground": "#232324", "selectedGrayedForeground": "#232324", "selectionGrayForeground": "#232324", "selectionInactiveInfoForeground": "#7f7f7f", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light.theme.json index c715d1d9..ce32924a 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light.theme.json @@ -2,13 +2,7 @@ "name": "Atom One Light", "dark": false, "author": "Mallowigi", - "editorScheme": "/colors/Atom One Light.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/onelight.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Atom One Light.xml", "ui": { "*": { "acceleratorSelectionForeground": "#7f7f7f", @@ -138,6 +132,7 @@ "matchForeground": "#2979ff", "matchSelectionForeground": "#2979ff", "nonFocusedState": "false", + "selectedForeground": "#232324", "selectedGrayedForeground": "#232324", "selectionGrayForeground": "#232324", "selectionInactiveInfoForeground": "#7f7f7f", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula Contrast.theme.json index 49687803..1e4904c9 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula Contrast.theme.json @@ -2,13 +2,7 @@ "name": "Dracula Contrast", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Dracula.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/dracula.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Dracula.xml", "ui": { "*": { "acceleratorSelectionForeground": "#6272A4", @@ -138,10 +132,11 @@ "matchForeground": "#FF79C5", "matchSelectionForeground": "#FF79C5", "nonFocusedState": "false", + "selectedForeground": "#8BE9FD", "selectedGrayedForeground": "#8BE9FD", "selectionGrayForeground": "#8BE9FD", "selectionInactiveInfoForeground": "#6272A4", - "selectionInactiveBackground": "#44475A", + "selectionInactiveBackground": "#6272A4", "selectionBackground": "#44475A", "selectionForeground": "#8BE9FD", "selectionInfoForeground": "#8BE9FD" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula.theme.json index 1ad788a6..1ab9a11b 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula.theme.json @@ -2,13 +2,7 @@ "name": "Dracula", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Dracula.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/dracula.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Dracula.xml", "ui": { "*": { "acceleratorSelectionForeground": "#6272A4", @@ -138,10 +132,11 @@ "matchForeground": "#FF79C5", "matchSelectionForeground": "#FF79C5", "nonFocusedState": "false", + "selectedForeground": "#8BE9FD", "selectedGrayedForeground": "#8BE9FD", "selectionGrayForeground": "#8BE9FD", "selectionInactiveInfoForeground": "#6272A4", - "selectionInactiveBackground": "#44475A", + "selectionInactiveBackground": "#6272A4", "selectionBackground": "#44475A", "selectionForeground": "#8BE9FD", "selectionInfoForeground": "#8BE9FD" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Contrast.theme.json index dcbcb61e..4bcd28ff 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Contrast.theme.json @@ -2,13 +2,7 @@ "name": "GitHub Contrast", "dark": false, "author": "Mallowigi", - "editorScheme": "/colors/GitHub.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/github.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/GitHub.xml", "ui": { "*": { "acceleratorSelectionForeground": "#292D31", @@ -138,10 +132,11 @@ "matchForeground": "#79CB60", "matchSelectionForeground": "#79CB60", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#292D31", - "selectionInactiveBackground": "#3A66D150", + "selectionInactiveBackground": "#CCE5FF", "selectionBackground": "#3A66D150", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub.theme.json index 552e6081..7cf379b7 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub.theme.json @@ -2,13 +2,7 @@ "name": "GitHub", "dark": false, "author": "Mallowigi", - "editorScheme": "/colors/GitHub.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/github.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/GitHub.xml", "ui": { "*": { "acceleratorSelectionForeground": "#292D31", @@ -138,10 +132,11 @@ "matchForeground": "#79CB60", "matchSelectionForeground": "#79CB60", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#292D31", - "selectionInactiveBackground": "#3A66D150", + "selectionInactiveBackground": "#CCE5FF", "selectionBackground": "#3A66D150", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl Contrast.theme.json index c7d7403f..c3f39ee6 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl Contrast.theme.json @@ -2,13 +2,7 @@ "name": "Light Owl Contrast", "dark": false, "author": "Mallowigi", - "editorScheme": "/colors/Light Owl.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/lightowl.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Light Owl.xml", "ui": { "*": { "acceleratorSelectionForeground": "#90A7B2", @@ -138,10 +132,11 @@ "matchForeground": "#2AA298", "matchSelectionForeground": "#2AA298", "nonFocusedState": "false", + "selectedForeground": "#403f53", "selectedGrayedForeground": "#403f53", "selectionGrayForeground": "#403f53", "selectionInactiveInfoForeground": "#90A7B2", - "selectionInactiveBackground": "#d3e8f8", + "selectionInactiveBackground": "#CCCCCC", "selectionBackground": "#d3e8f8", "selectionForeground": "#403f53", "selectionInfoForeground": "#403f53" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl.theme.json index 41d17591..153c28ec 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl.theme.json @@ -2,13 +2,7 @@ "name": "Light Owl", "dark": false, "author": "Mallowigi", - "editorScheme": "/colors/Light Owl.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/lightowl.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Light Owl.xml", "ui": { "*": { "acceleratorSelectionForeground": "#90A7B2", @@ -138,10 +132,11 @@ "matchForeground": "#2AA298", "matchSelectionForeground": "#2AA298", "nonFocusedState": "false", + "selectedForeground": "#403f53", "selectedGrayedForeground": "#403f53", "selectionGrayForeground": "#403f53", "selectionInactiveInfoForeground": "#90A7B2", - "selectionInactiveBackground": "#d3e8f8", + "selectionInactiveBackground": "#CCCCCC", "selectionBackground": "#d3e8f8", "selectionForeground": "#403f53", "selectionInfoForeground": "#403f53" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker Contrast.theme.json index d7a46c97..2bf97ad4 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker Contrast.theme.json @@ -2,13 +2,7 @@ "name": "Material Darker Contrast", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Material Darker.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/darker.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Material Darker.xml", "ui": { "*": { "acceleratorSelectionForeground": "#727272", @@ -138,10 +132,11 @@ "matchForeground": "#FF9800", "matchSelectionForeground": "#FF9800", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#727272", - "selectionInactiveBackground": "#404040", + "selectionInactiveBackground": "#3F3F3F", "selectionBackground": "#404040", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker.theme.json index 0fec20d8..edbaaa29 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker.theme.json @@ -2,13 +2,7 @@ "name": "Material Darker", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Material Darker.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/darker.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Material Darker.xml", "ui": { "*": { "acceleratorSelectionForeground": "#727272", @@ -138,10 +132,11 @@ "matchForeground": "#FF9800", "matchSelectionForeground": "#FF9800", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#727272", - "selectionInactiveBackground": "#404040", + "selectionInactiveBackground": "#3F3F3F", "selectionBackground": "#404040", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean Contrast.theme.json index b1fcd769..539615ff 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean Contrast.theme.json @@ -2,13 +2,7 @@ "name": "Material Deep Ocean Contrast", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Material Deep Ocean.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/deepocean.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Material Deep Ocean.xml", "ui": { "*": { "acceleratorSelectionForeground": "#4B526D", @@ -138,10 +132,11 @@ "matchForeground": "#84ffff", "matchSelectionForeground": "#84ffff", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#4B526D", - "selectionInactiveBackground": "#717CB480", + "selectionInactiveBackground": "#1F2233", "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean.theme.json index 027b543c..351b2187 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean.theme.json @@ -2,13 +2,7 @@ "name": "Material Deep Ocean", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Material Deep Ocean.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/deepocean.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Material Deep Ocean.xml", "ui": { "*": { "acceleratorSelectionForeground": "#4B526D", @@ -138,10 +132,11 @@ "matchForeground": "#84ffff", "matchSelectionForeground": "#84ffff", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#4B526D", - "selectionInactiveBackground": "#717CB480", + "selectionInactiveBackground": "#1F2233", "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter Contrast.theme.json index a57e55a6..0c72af92 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter Contrast.theme.json @@ -2,13 +2,7 @@ "name": "Material Lighter Contrast", "dark": false, "author": "Mallowigi", - "editorScheme": "/colors/Material Lighter.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/lighter.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Material Lighter.xml", "ui": { "*": { "acceleratorSelectionForeground": "#94A7B0", @@ -138,10 +132,11 @@ "matchForeground": "#00BCD4", "matchSelectionForeground": "#00BCD4", "nonFocusedState": "false", + "selectedForeground": "#546e7a", "selectedGrayedForeground": "#546e7a", "selectionGrayForeground": "#546e7a", "selectionInactiveInfoForeground": "#94A7B0", - "selectionInactiveBackground": "#80CBC440", + "selectionInactiveBackground": "#E7E7E8", "selectionBackground": "#80CBC440", "selectionForeground": "#546e7a", "selectionInfoForeground": "#546e7a" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter.theme.json index 8f78b75b..e8399332 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter.theme.json @@ -2,13 +2,7 @@ "name": "Material Lighter", "dark": false, "author": "Mallowigi", - "editorScheme": "/colors/Material Lighter.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/lighter.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Material Lighter.xml", "ui": { "*": { "acceleratorSelectionForeground": "#94A7B0", @@ -138,10 +132,11 @@ "matchForeground": "#00BCD4", "matchSelectionForeground": "#00BCD4", "nonFocusedState": "false", + "selectedForeground": "#546e7a", "selectedGrayedForeground": "#546e7a", "selectionGrayForeground": "#546e7a", "selectionInactiveInfoForeground": "#94A7B0", - "selectionInactiveBackground": "#80CBC440", + "selectionInactiveBackground": "#E7E7E8", "selectionBackground": "#80CBC440", "selectionForeground": "#546e7a", "selectionInfoForeground": "#546e7a" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic Contrast.theme.json index 08306294..7bd2bf87 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic Contrast.theme.json @@ -2,13 +2,7 @@ "name": "Material Oceanic Contrast", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Material Oceanic.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/oceanic.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Material Oceanic.xml", "ui": { "*": { "acceleratorSelectionForeground": "#607D8B", @@ -138,10 +132,11 @@ "matchForeground": "#009688", "matchSelectionForeground": "#009688", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#607D8B", - "selectionInactiveBackground": "#546E7A", + "selectionInactiveBackground": "#425B67", "selectionBackground": "#546E7A", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic.theme.json index c1e4096f..c2fe7a83 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic.theme.json @@ -2,13 +2,7 @@ "name": "Material Oceanic", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Material Oceanic.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/oceanic.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Material Oceanic.xml", "ui": { "*": { "acceleratorSelectionForeground": "#607D8B", @@ -138,10 +132,11 @@ "matchForeground": "#009688", "matchSelectionForeground": "#009688", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#607D8B", - "selectionInactiveBackground": "#546E7A", + "selectionInactiveBackground": "#425B67", "selectionBackground": "#546E7A", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight Contrast.theme.json index 4ef38f77..b14a8e4b 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight Contrast.theme.json @@ -2,13 +2,7 @@ "name": "Material Palenight Contrast", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Material Palenight.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/palenight.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Material Palenight.xml", "ui": { "*": { "acceleratorSelectionForeground": "#676E95", @@ -138,10 +132,11 @@ "matchForeground": "#ab47bc", "matchSelectionForeground": "#ab47bc", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#676E95", - "selectionInactiveBackground": "#717CB470", + "selectionInactiveBackground": "#444267", "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight.theme.json index 08e4c1f4..63245370 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight.theme.json @@ -2,13 +2,7 @@ "name": "Material Palenight", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Material Palenight.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/palenight.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Material Palenight.xml", "ui": { "*": { "acceleratorSelectionForeground": "#676E95", @@ -138,10 +132,11 @@ "matchForeground": "#ab47bc", "matchSelectionForeground": "#ab47bc", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#676E95", - "selectionInactiveBackground": "#717CB470", + "selectionInactiveBackground": "#444267", "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro Contrast.theme.json index ee6bb684..75f0c679 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro Contrast.theme.json @@ -2,13 +2,7 @@ "name": "Monokai Pro Contrast", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Monokai Pro.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/monokai.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Monokai Pro.xml", "ui": { "*": { "acceleratorSelectionForeground": "#939293", @@ -138,10 +132,11 @@ "matchForeground": "#ffd866", "matchSelectionForeground": "#ffd866", "nonFocusedState": "false", + "selectedForeground": "#ffd866", "selectedGrayedForeground": "#ffd866", "selectionGrayForeground": "#ffd866", "selectionInactiveInfoForeground": "#939293", - "selectionInactiveBackground": "#6E6C6F", + "selectionInactiveBackground": "#5b595c", "selectionBackground": "#6E6C6F", "selectionForeground": "#ffd866", "selectionInfoForeground": "#ffd866" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro.theme.json index 96e36bde..3a9be3ec 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro.theme.json @@ -2,13 +2,7 @@ "name": "Monokai Pro", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Monokai Pro.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/monokai.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Monokai Pro.xml", "ui": { "*": { "acceleratorSelectionForeground": "#939293", @@ -138,10 +132,11 @@ "matchForeground": "#ffd866", "matchSelectionForeground": "#ffd866", "nonFocusedState": "false", + "selectedForeground": "#ffd866", "selectedGrayedForeground": "#ffd866", "selectionGrayForeground": "#ffd866", "selectionInactiveInfoForeground": "#939293", - "selectionInactiveBackground": "#6E6C6F", + "selectionInactiveBackground": "#5b595c", "selectionBackground": "#6E6C6F", "selectionForeground": "#ffd866", "selectionInfoForeground": "#ffd866" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight Contrast.theme.json index 3500c036..8763ff1e 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight Contrast.theme.json @@ -2,13 +2,7 @@ "name": "Moonlight Contrast", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Moonlight.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/moonlight.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Moonlight.xml", "ui": { "*": { "acceleratorSelectionForeground": "#a9b8e8", @@ -138,6 +132,7 @@ "matchForeground": "#74a0f1", "matchSelectionForeground": "#74a0f1", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#a9b8e8", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight.theme.json index da14f7a3..24dce5ad 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight.theme.json @@ -2,13 +2,7 @@ "name": "Moonlight", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Moonlight.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/moonlight.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Moonlight.xml", "ui": { "*": { "acceleratorSelectionForeground": "#a9b8e8", @@ -138,6 +132,7 @@ "matchForeground": "#74a0f1", "matchSelectionForeground": "#74a0f1", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#a9b8e8", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl Contrast.theme.json index e9cf40d1..ac8bc84e 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl Contrast.theme.json @@ -2,13 +2,7 @@ "name": "Night Owl Contrast", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Night Owl.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/nightowl.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Night Owl.xml", "ui": { "*": { "acceleratorSelectionForeground": "#5f7e97", @@ -138,10 +132,11 @@ "matchForeground": "#7e57c2", "matchSelectionForeground": "#7e57c2", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#5f7e97", - "selectionInactiveBackground": "#5f7e9790", + "selectionInactiveBackground": "#084d81", "selectionBackground": "#5f7e9790", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl.theme.json index 2d30e87b..91729def 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl.theme.json @@ -2,13 +2,7 @@ "name": "Night Owl", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Night Owl.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/nightowl.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Night Owl.xml", "ui": { "*": { "acceleratorSelectionForeground": "#5f7e97", @@ -138,10 +132,11 @@ "matchForeground": "#7e57c2", "matchSelectionForeground": "#7e57c2", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#5f7e97", - "selectionInactiveBackground": "#5f7e9790", + "selectionInactiveBackground": "#084d81", "selectionBackground": "#5f7e9790", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark Contrast.theme.json index d8f235b2..05d45ff2 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark Contrast.theme.json @@ -2,13 +2,7 @@ "name": "Solarized Dark Contrast", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Solarized Dark.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/solardark.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Solarized Dark.xml", "ui": { "*": { "acceleratorSelectionForeground": "#586e75", @@ -138,10 +132,11 @@ "matchForeground": "#d33682", "matchSelectionForeground": "#d33682", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#586e75", - "selectionInactiveBackground": "#2E4C52", + "selectionInactiveBackground": "#005a6f", "selectionBackground": "#2E4C52", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark.theme.json index cec16c8a..2280930e 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark.theme.json @@ -2,13 +2,7 @@ "name": "Solarized Dark", "dark": true, "author": "Mallowigi", - "editorScheme": "/colors/Solarized Dark.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/solardark.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Solarized Dark.xml", "ui": { "*": { "acceleratorSelectionForeground": "#586e75", @@ -138,10 +132,11 @@ "matchForeground": "#d33682", "matchSelectionForeground": "#d33682", "nonFocusedState": "false", + "selectedForeground": "#FFFFFF", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#586e75", - "selectionInactiveBackground": "#2E4C52", + "selectionInactiveBackground": "#005a6f", "selectionBackground": "#2E4C52", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light Contrast.theme.json index e8d34b47..275a2584 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light Contrast.theme.json @@ -2,13 +2,7 @@ "name": "Solarized Light Contrast", "dark": false, "author": "Mallowigi", - "editorScheme": "/colors/Solarized Light.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/solarlight.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Solarized Light.xml", "ui": { "*": { "acceleratorSelectionForeground": "#93a1a1", @@ -138,10 +132,11 @@ "matchForeground": "#d33682", "matchSelectionForeground": "#d33682", "nonFocusedState": "false", + "selectedForeground": "#002b36", "selectedGrayedForeground": "#002b36", "selectionGrayForeground": "#002b36", "selectionInactiveInfoForeground": "#93a1a1", - "selectionInactiveBackground": "#e8dcb6", + "selectionInactiveBackground": "#d1cbb8", "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36", "selectionInfoForeground": "#002b36" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light.theme.json index 5242d855..1f6a50d8 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light.theme.json @@ -2,13 +2,7 @@ "name": "Solarized Light", "dark": false, "author": "Mallowigi", - "editorScheme": "/colors/Solarized Light.xml", - "emptyFrameBackground": { - "anchor": "center", - "image": "/walls/solarlight.svg", - "fill": "scale", - "transparency": 50 - }, + "editorScheme": "colors/Solarized Light.xml", "ui": { "*": { "acceleratorSelectionForeground": "#93a1a1", @@ -138,10 +132,11 @@ "matchForeground": "#d33682", "matchSelectionForeground": "#d33682", "nonFocusedState": "false", + "selectedForeground": "#002b36", "selectedGrayedForeground": "#002b36", "selectionGrayForeground": "#002b36", "selectionInactiveInfoForeground": "#93a1a1", - "selectionInactiveBackground": "#e8dcb6", + "selectionInactiveBackground": "#d1cbb8", "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36", "selectionInfoForeground": "#002b36"