From 822cd16daac9b1839a8db0c113a207a16cce4e84 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Tue, 7 Jan 2020 23:40:24 +0100 Subject: [PATCH] IntelliJ Themes Demo: updated Dracula, Hiberbee and Material UI Lite themes (used IJThemesUpdater) (issue #26) --- .../demo/intellijthemes/Dracula.theme.json | 16 ---------------- .../demo/intellijthemes/Hiberbee.theme.json | 2 +- .../Arc Dark Contrast.theme.json | 2 +- .../material-theme-ui-lite/Arc Dark.theme.json | 2 +- .../Atom One Dark Contrast.theme.json | 2 +- .../Atom One Dark.theme.json | 2 +- .../Atom One Light Contrast.theme.json | 2 +- .../Atom One Light.theme.json | 2 +- .../Dracula Contrast.theme.json | 2 +- .../material-theme-ui-lite/Dracula.theme.json | 2 +- .../GitHub Contrast.theme.json | 2 +- .../material-theme-ui-lite/GitHub.theme.json | 2 +- .../Light Owl Contrast.theme.json | 2 +- .../material-theme-ui-lite/Light Owl.theme.json | 2 +- .../Material Darker Contrast.theme.json | 2 +- .../Material Darker.theme.json | 2 +- .../Material Deep Ocean Contrast.theme.json | 2 +- .../Material Deep Ocean.theme.json | 2 +- .../Material Lighter Contrast.theme.json | 2 +- .../Material Lighter.theme.json | 2 +- .../Material Oceanic Contrast.theme.json | 2 +- .../Material Oceanic.theme.json | 2 +- .../Material Palenight Contrast.theme.json | 2 +- .../Material Palenight.theme.json | 2 +- .../Monokai Pro Contrast.theme.json | 2 +- .../Monokai Pro.theme.json | 2 +- .../Night Owl Contrast.theme.json | 2 +- .../material-theme-ui-lite/Night Owl.theme.json | 2 +- .../Solarized Dark Contrast.theme.json | 2 +- .../Solarized Dark.theme.json | 2 +- .../Solarized Light Contrast.theme.json | 2 +- .../Solarized Light.theme.json | 2 +- 32 files changed, 31 insertions(+), 47 deletions(-) diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Dracula.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Dracula.theme.json index eadab125..d48f1c58 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Dracula.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Dracula.theme.json @@ -160,22 +160,6 @@ "inactiveBackground": "#44475a" } }, - "ScrollBar": { - "thumbColor": "#bd93f9", - "hoverThumbColor": "#bd93f9", - "Transparent": { - "thumbColor": "#bd93f9", - "hoverThumbColor": "#bd93f9" - }, - "Mac": { - "thumbColor": "#bd93f9", - "hoverThumbColor": "#bd93f9", - "Transparent": { - "thumbColor": "#bd93f9", - "hoverThumbColor": "#bd93f9" - } - } - }, "SearchEverywhere": { "SearchField": { "background": "#44475a" diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Hiberbee.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Hiberbee.theme.json index 60b8c07c..d2dafd0b 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Hiberbee.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Hiberbee.theme.json @@ -212,7 +212,7 @@ "ProgressBar.passedColor": "green", "ProgressBar.passedEndColor": "greyDot65", "ProgressBar.progressColor": "accent", - "ProgressBar.trackColor": "greyDot65", + "ProgressBar.trackColor": "greyDot75", "RadioButton.background": "greyDot75", "ScrollBar.Mac.hoverTrackColor": "greyDot75", "ScrollBar.Mac.trackColor": "greyDot75", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Arc Dark Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Arc Dark Contrast.theme.json index 78e34cef..cbc7b980 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Arc Dark Contrast.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Arc Dark Contrast.theme.json @@ -110,7 +110,7 @@ "background": "#393f4c", "foreground": "#D3DAE3", "infoForeground": "#8b9eb5", - "matchForeground": "#42A5F52", + "matchForeground": "#42A5F5", "matchSelectionForeground": "#42A5F5", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Arc Dark.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Arc Dark.theme.json index e8fee7ae..ea2806af 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Arc Dark.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Arc Dark.theme.json @@ -110,7 +110,7 @@ "background": "#393f4c", "foreground": "#D3DAE3", "infoForeground": "#8b9eb5", - "matchForeground": "#42A5F52", + "matchForeground": "#42A5F5", "matchSelectionForeground": "#42A5F5", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Dark Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Dark Contrast.theme.json index 2fd5f7d7..48c3e072 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Dark Contrast.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Dark Contrast.theme.json @@ -110,7 +110,7 @@ "background": "#2F333D", "foreground": "#979FAD", "infoForeground": "#979FAD", - "matchForeground": "#2979ff2", + "matchForeground": "#2979ff", "matchSelectionForeground": "#2979ff", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Dark.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Dark.theme.json index b00b0178..d62bac34 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Dark.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Dark.theme.json @@ -110,7 +110,7 @@ "background": "#2F333D", "foreground": "#979FAD", "infoForeground": "#979FAD", - "matchForeground": "#2979ff2", + "matchForeground": "#2979ff", "matchSelectionForeground": "#2979ff", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Light Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Light Contrast.theme.json index 82fbf951..e5ecc3c9 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Light Contrast.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Light Contrast.theme.json @@ -110,7 +110,7 @@ "background": "#EAEAEB", "foreground": "#232324", "infoForeground": "#7f7f7f", - "matchForeground": "#2979ff2", + "matchForeground": "#2979ff", "matchSelectionForeground": "#2979ff", "nonFocusedState": "false", "selectedGrayedForeground": "#232324", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Light.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Light.theme.json index cc2555bf..2b9ac237 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Light.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Light.theme.json @@ -110,7 +110,7 @@ "background": "#EAEAEB", "foreground": "#232324", "infoForeground": "#7f7f7f", - "matchForeground": "#2979ff2", + "matchForeground": "#2979ff", "matchSelectionForeground": "#2979ff", "nonFocusedState": "false", "selectedGrayedForeground": "#232324", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Dracula Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Dracula Contrast.theme.json index 4fd31518..97561c5f 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Dracula Contrast.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Dracula Contrast.theme.json @@ -110,7 +110,7 @@ "background": "#282A36", "foreground": "#F8F8F2", "infoForeground": "#6272A4", - "matchForeground": "#FF79C52", + "matchForeground": "#FF79C5", "matchSelectionForeground": "#FF79C5", "nonFocusedState": "false", "selectedGrayedForeground": "#8BE9FD", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Dracula.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Dracula.theme.json index 89e354d6..fea5d31a 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Dracula.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Dracula.theme.json @@ -110,7 +110,7 @@ "background": "#282A36", "foreground": "#F8F8F2", "infoForeground": "#6272A4", - "matchForeground": "#FF79C52", + "matchForeground": "#FF79C5", "matchSelectionForeground": "#FF79C5", "nonFocusedState": "false", "selectedGrayedForeground": "#8BE9FD", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/GitHub Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/GitHub Contrast.theme.json index 3700e2d7..1706d1ff 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/GitHub Contrast.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/GitHub Contrast.theme.json @@ -110,7 +110,7 @@ "background": "#f3f3f3", "foreground": "#5B6168", "infoForeground": "#292D31", - "matchForeground": "#79CB602", + "matchForeground": "#79CB60", "matchSelectionForeground": "#79CB60", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/GitHub.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/GitHub.theme.json index 306027a0..fa83c69b 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/GitHub.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/GitHub.theme.json @@ -110,7 +110,7 @@ "background": "#f3f3f3", "foreground": "#5B6168", "infoForeground": "#292D31", - "matchForeground": "#79CB602", + "matchForeground": "#79CB60", "matchSelectionForeground": "#79CB60", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Light Owl Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Light Owl Contrast.theme.json index e170cb02..50012dad 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Light Owl Contrast.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Light Owl Contrast.theme.json @@ -110,7 +110,7 @@ "background": "#FBFBFB", "foreground": "#403f53", "infoForeground": "#90A7B2", - "matchForeground": "#2AA2982", + "matchForeground": "#2AA298", "matchSelectionForeground": "#2AA298", "nonFocusedState": "false", "selectedGrayedForeground": "#403f53", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Light Owl.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Light Owl.theme.json index ca55fcc9..bd72ec1d 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Light Owl.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Light Owl.theme.json @@ -110,7 +110,7 @@ "background": "#FBFBFB", "foreground": "#403f53", "infoForeground": "#90A7B2", - "matchForeground": "#2AA2982", + "matchForeground": "#2AA298", "matchSelectionForeground": "#2AA298", "nonFocusedState": "false", "selectedGrayedForeground": "#403f53", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Darker Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Darker Contrast.theme.json index 375b8d65..df2a38ab 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Darker Contrast.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Darker Contrast.theme.json @@ -110,7 +110,7 @@ "background": "#292929", "foreground": "#B0BEC5", "infoForeground": "#727272", - "matchForeground": "#FF98002", + "matchForeground": "#FF9800", "matchSelectionForeground": "#FF9800", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Darker.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Darker.theme.json index 14679bf8..fcefe47b 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Darker.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Darker.theme.json @@ -110,7 +110,7 @@ "background": "#292929", "foreground": "#B0BEC5", "infoForeground": "#727272", - "matchForeground": "#FF98002", + "matchForeground": "#FF9800", "matchSelectionForeground": "#FF9800", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Deep Ocean Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Deep Ocean Contrast.theme.json index cba304d4..8012bf05 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Deep Ocean Contrast.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Deep Ocean Contrast.theme.json @@ -110,7 +110,7 @@ "background": "#181A1F", "foreground": "#8F93A2", "infoForeground": "#4B526D", - "matchForeground": "#84ffff2", + "matchForeground": "#84ffff", "matchSelectionForeground": "#84ffff", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Deep Ocean.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Deep Ocean.theme.json index f0ac1e5f..6c229e25 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Deep Ocean.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Deep Ocean.theme.json @@ -110,7 +110,7 @@ "background": "#181A1F", "foreground": "#8F93A2", "infoForeground": "#4B526D", - "matchForeground": "#84ffff2", + "matchForeground": "#84ffff", "matchSelectionForeground": "#84ffff", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Lighter Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Lighter Contrast.theme.json index 5fc834f2..054f7a40 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Lighter Contrast.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Lighter Contrast.theme.json @@ -110,7 +110,7 @@ "background": "#FFFFFF", "foreground": "#546E7A", "infoForeground": "#94A7B0", - "matchForeground": "#00BCD42", + "matchForeground": "#00BCD4", "matchSelectionForeground": "#00BCD4", "nonFocusedState": "false", "selectedGrayedForeground": "#546e7a", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Lighter.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Lighter.theme.json index 2c98b09a..c2994fb9 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Lighter.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Lighter.theme.json @@ -110,7 +110,7 @@ "background": "#FFFFFF", "foreground": "#546E7A", "infoForeground": "#94A7B0", - "matchForeground": "#00BCD42", + "matchForeground": "#00BCD4", "matchSelectionForeground": "#00BCD4", "nonFocusedState": "false", "selectedGrayedForeground": "#546e7a", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Oceanic Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Oceanic Contrast.theme.json index 78bda9f5..c1a6ecdf 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Oceanic Contrast.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Oceanic Contrast.theme.json @@ -110,7 +110,7 @@ "background": "#32424A", "foreground": "#B0BEC5", "infoForeground": "#607D8B", - "matchForeground": "#0096882", + "matchForeground": "#009688", "matchSelectionForeground": "#009688", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Oceanic.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Oceanic.theme.json index d68f0007..21a6762c 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Oceanic.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Oceanic.theme.json @@ -110,7 +110,7 @@ "background": "#32424A", "foreground": "#B0BEC5", "infoForeground": "#607D8B", - "matchForeground": "#0096882", + "matchForeground": "#009688", "matchSelectionForeground": "#009688", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Palenight Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Palenight Contrast.theme.json index 52c4a332..95638985 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Palenight Contrast.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Palenight Contrast.theme.json @@ -110,7 +110,7 @@ "background": "#34324a", "foreground": "#A6ACCD", "infoForeground": "#676E95", - "matchForeground": "#ab47bc2", + "matchForeground": "#ab47bc", "matchSelectionForeground": "#ab47bc", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Palenight.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Palenight.theme.json index 6b20cc6a..38e4fc3f 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Palenight.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Palenight.theme.json @@ -110,7 +110,7 @@ "background": "#34324a", "foreground": "#A6ACCD", "infoForeground": "#676E95", - "matchForeground": "#ab47bc2", + "matchForeground": "#ab47bc", "matchSelectionForeground": "#ab47bc", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Monokai Pro Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Monokai Pro Contrast.theme.json index 7822a9a4..50e4f111 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Monokai Pro Contrast.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Monokai Pro Contrast.theme.json @@ -110,7 +110,7 @@ "background": "#403E41", "foreground": "#fcfcfa", "infoForeground": "#939293", - "matchForeground": "#ffd8662", + "matchForeground": "#ffd866", "matchSelectionForeground": "#ffd866", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Monokai Pro.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Monokai Pro.theme.json index a86d0b28..6730e306 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Monokai Pro.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Monokai Pro.theme.json @@ -110,7 +110,7 @@ "background": "#403E41", "foreground": "#fcfcfa", "infoForeground": "#939293", - "matchForeground": "#ffd8662", + "matchForeground": "#ffd866", "matchSelectionForeground": "#ffd866", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Night Owl Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Night Owl Contrast.theme.json index 259eb4ce..fad9dd49 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Night Owl Contrast.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Night Owl Contrast.theme.json @@ -110,7 +110,7 @@ "background": "#0b2942", "foreground": "#d6deeb", "infoForeground": "#5f7e97", - "matchForeground": "#7e57c22", + "matchForeground": "#7e57c2", "matchSelectionForeground": "#7e57c2", "nonFocusedState": "false", "selectedGrayedForeground": "#ffffff", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Night Owl.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Night Owl.theme.json index 925eaf39..cd666916 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Night Owl.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Night Owl.theme.json @@ -110,7 +110,7 @@ "background": "#0b2942", "foreground": "#d6deeb", "infoForeground": "#5f7e97", - "matchForeground": "#7e57c22", + "matchForeground": "#7e57c2", "matchSelectionForeground": "#7e57c2", "nonFocusedState": "false", "selectedGrayedForeground": "#ffffff", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Dark Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Dark Contrast.theme.json index 4a13987b..7af69ed7 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Dark Contrast.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Dark Contrast.theme.json @@ -110,7 +110,7 @@ "background": "#003745", "foreground": "#839496", "infoForeground": "#586e75", - "matchForeground": "#d336822", + "matchForeground": "#d33682", "matchSelectionForeground": "#d33682", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Dark.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Dark.theme.json index 501c5bf5..81d11a16 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Dark.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Dark.theme.json @@ -110,7 +110,7 @@ "background": "#003745", "foreground": "#839496", "infoForeground": "#586e75", - "matchForeground": "#d336822", + "matchForeground": "#d33682", "matchSelectionForeground": "#d33682", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Light Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Light Contrast.theme.json index aa800af0..1a6deefc 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Light Contrast.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Light Contrast.theme.json @@ -110,7 +110,7 @@ "background": "#F6F0DE", "foreground": "#586e75", "infoForeground": "#93a1a1", - "matchForeground": "#d336822", + "matchForeground": "#d33682", "matchSelectionForeground": "#d33682", "nonFocusedState": "false", "selectedGrayedForeground": "#002b36", diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Light.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Light.theme.json index 1d914ad1..b07c9efe 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Light.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Light.theme.json @@ -110,7 +110,7 @@ "background": "#F6F0DE", "foreground": "#586e75", "infoForeground": "#93a1a1", - "matchForeground": "#d336822", + "matchForeground": "#d33682", "matchSelectionForeground": "#d33682", "nonFocusedState": "false", "selectedGrayedForeground": "#002b36",