From e7d5e22960dcc618593c203a1ff02d06dac8e5d6 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Wed, 8 Jan 2020 15:27:31 +0100 Subject: [PATCH] IntelliJ Themes Demo: fixed last invalid colors in Material UI Lite themes (issue #26) --- .../Material Darker Contrast.theme.json | 6 +++--- .../material-theme-ui-lite/Material Darker.theme.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 df2a38ab..226b14d3 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 @@ -294,7 +294,7 @@ "selectionBackground": "#40404050", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#3232327025" + "selectionInactiveBackground": "#32323225" }, "material": { "background": "#212121", @@ -746,10 +746,10 @@ "hash": "#292929", "modifiedItemForeground": "#FF9800", "rowHeight": 28, - "selectionBackground": "#3232327070", + "selectionBackground": "#32323270", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#3232327025", + "selectionInactiveBackground": "#32323225", "textBackground": "#1A1A1A" }, "Tree.leftChildIndent": 10, 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 fcefe47b..9b1c3dc6 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 @@ -294,7 +294,7 @@ "selectionBackground": "#40404050", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#3232327025" + "selectionInactiveBackground": "#32323225" }, "material": { "background": "#212121", @@ -746,10 +746,10 @@ "hash": "#292929", "modifiedItemForeground": "#FF9800", "rowHeight": 28, - "selectionBackground": "#3232327070", + "selectionBackground": "#32323270", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#3232327025", + "selectionInactiveBackground": "#32323225", "textBackground": "#212121" }, "Tree.leftChildIndent": 10,