diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/arc-theme-orange.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/arc-theme-orange.theme.json index f432833d..a41ba271 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/arc-theme-orange.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/arc-theme-orange.theme.json @@ -10,7 +10,8 @@ "selectionForeground": "#ffffff", "selectionInactiveBackground": "#C36200", "selectionBackgroundInactive": "#c36200", - "background" : "#F5F5F5" + "background" : "#FFFFFF", + "focusColor" : "#f57900" }, "Borders": { @@ -23,6 +24,7 @@ "startBorderColor": "#C4C4C4", "endBorderColor": "#C4C4C4", "focusedBorderColor" : "#f57900", + "background" : "#F5F5F5", "default": { "foreground": "#FFFFFF", "startBackground": "#f57900", @@ -40,8 +42,6 @@ "WelcomeScreen.background" : "#F5F5F5", "WelcomeScreen.Projects.background" : "#ffffff", - "List.background" : "#ffffff", - "MenuBar.foreground" : "#5c616c", "Menu.background" : "#ffffff", "Menu.separatorColor" : "#F5F5F5", @@ -49,8 +49,10 @@ "MenuItem.foreground" : "#5c616c", "MenuItem.background" : "#ffffff", "PopupMenuSeparator.height" : "1", + "Separator.separatorColor" : "#9ba2ab", "Tree.background" : "#ffffff", + "Tree.rowHeight": "23", "ProgressBar.background" : "#f57900", "ProgressBar.foreground" : "#f57900", @@ -69,9 +71,11 @@ "ParameterInfo.background" : "#fffae3", "ParameterInfo.currentOverloadBackground" : "#fffae3", + "List.background" : "#ffffff", "List.dropLineColor" : "#f57900", "List.selectionBackground": "#f57900", "List.selectionForeground": "#ffffff", + "List.selectionInactiveBackground": "#C36200", "Table.background" : "#ffffff", "Table.selectionBackground" : "#f57900", @@ -83,6 +87,7 @@ "TabbedPane.underlineColor" : "#f57900", "TabbedPane.tabSelectionHeight" : 2, + "TabbedPane.background" : "#F5F5F5", "Link.hoverForeground" : "#f57900", "Link.activeForeground" : "#f57900", @@ -98,8 +103,22 @@ "TextArea.background" : "#ffffff", "TextPane.background" : "#ffffff", "PasswordField.background" : "#ffffff", + "FormattedTextField.background" : "#ffffff", + "Editor.background" : "#f5f5f5", + "EditorPane.background" : "#ffffff", - "CompletionPopup.background" : "#ffffff", + "CheckBox.background" : "#F5F5F5", + "RadioButton.background" : "#F5F5F5", + "Slider.background" : "#F5F5F5", + "Spinner.background" : "#F5F5F5", + "OptionPane.background" : "#F5F5F5", + + "CompletionPopup": { + "selectionBackground" : "#F5790055", + "nonFocusedMask": false, + "matchForeground": "#F57900", + "selectionInactiveBackground": "#C36200" + }, "Plugins.lightSelectionBackground" : "#dddee1", "Plugins.SearchField.background" : "#ffffff", @@ -116,8 +135,10 @@ "Counter.foreground" : "#ffffff", "SearchEverywhere.SearchField.background" : "#ffffff", + "SearchEverywhere.Header.background" : "#F5F5F5", - "ToolTip.background" : "#fffae3", + "ToolTip.background" : "#F5F5F5", + "ToolTip.Actions.background" : "#F5F5F5", "ToolWindow.Header.background" : "#e7e8eb", "ToolWindow.HeaderTab.selectedBackground" : "#dddee1", @@ -128,8 +149,12 @@ "ToolWindow.HeaderTab.underlineColor" : "#f57900", "DefaultTabs.underlineHeight" : 2, "DefaultTabs.underlineColor" : "#f57900", + "DefaultTabs.background" : "#F5F5F5", "EditorTabs.underlineHeight" : 2, - "EditorTabs.underlineColor" : "#f57900" + "EditorTabs.underlineColor" : "#f57900", + "EditorTabs.background" : "#F5F5F5", + + "Notification.background" : "#F5F5F5" }, diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/arc-theme.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/arc-theme.theme.json index d04664ff..b149b721 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/arc-theme.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/arc-theme.theme.json @@ -10,7 +10,8 @@ "selectionForeground": "#ffffff", "selectionInactiveBackground": "#1e61b0", "selectionBackgroundInactive": "#1e61b0", - "background" : "#F5F5F5" + "background" : "#FFFFFF", + "focusColor" : "#2679db" }, "Borders": { @@ -23,6 +24,7 @@ "startBorderColor": "#C4C4C4", "endBorderColor": "#C4C4C4", "focusedBorderColor" : "#2679db", + "background" : "#F5F5F5", "default": { "foreground": "#FFFFFF", "startBackground": "#2679db", @@ -40,8 +42,6 @@ "WelcomeScreen.background" : "#F5F5F5", "WelcomeScreen.Projects.background" : "#ffffff", - "List.background" : "#ffffff", - "MenuBar.foreground" : "#5c616c", "Menu.background" : "#ffffff", "Menu.separatorColor" : "#F5F5F5", @@ -49,8 +49,10 @@ "MenuItem.foreground" : "#5c616c", "MenuItem.background" : "#ffffff", "PopupMenuSeparator.height" : "1", + "Separator.separatorColor" : "#9ba2ab", "Tree.background" : "#ffffff", + "Tree.rowHeight": "23", "ProgressBar.background" : "#2679db", "ProgressBar.foreground" : "#2679db", @@ -69,9 +71,11 @@ "ParameterInfo.background" : "#fffae3", "ParameterInfo.currentOverloadBackground" : "#fffae3", + "List.background" : "#ffffff", "List.dropLineColor" : "#2679db", "List.selectionBackground": "#2679db", "List.selectionForeground": "#ffffff", + "List.selectionInactiveBackground": "#1e61b0", "Table.background" : "#ffffff", "Table.selectionBackground" : "#2679db", @@ -83,6 +87,7 @@ "TabbedPane.underlineColor" : "#2679db", "TabbedPane.tabSelectionHeight" : 2, + "TabbedPane.background" : "#F5F5F5", "Link.hoverForeground" : "#2679db", "Link.activeForeground" : "#2679db", @@ -98,8 +103,22 @@ "TextArea.background" : "#ffffff", "TextPane.background" : "#ffffff", "PasswordField.background" : "#ffffff", + "FormattedTextField.background" : "#ffffff", + "Editor.background" : "#f5f5f5", + "EditorPane.background" : "#ffffff", - "CompletionPopup.background" : "#ffffff", + "CheckBox.background" : "#F5F5F5", + "RadioButton.background" : "#F5F5F5", + "Slider.background" : "#F5F5F5", + "Spinner.background" : "#F5F5F5", + "OptionPane.background" : "#F5F5F5", + + "CompletionPopup": { + "selectionBackground" : "#2679db55", + "nonFocusedMask": false, + "matchForeground": "#2679db", + "selectionInactiveBackground": "#1e61b0" + }, "Plugins.lightSelectionBackground" : "#dddee1", "Plugins.SearchField.background" : "#ffffff", @@ -116,8 +135,10 @@ "Counter.foreground" : "#ffffff", "SearchEverywhere.SearchField.background" : "#ffffff", + "SearchEverywhere.Header.background" : "#F5F5F5", - "ToolTip.background" : "#fffae3", + "ToolTip.background" : "#F5F5F5", + "ToolTip.Actions.background" : "#F5F5F5", "ToolWindow.Header.background" : "#e7e8eb", "ToolWindow.HeaderTab.selectedBackground" : "#dddee1", @@ -128,8 +149,12 @@ "ToolWindow.HeaderTab.underlineColor" : "#2679db", "DefaultTabs.underlineHeight" : 2, "DefaultTabs.underlineColor" : "#2679db", + "DefaultTabs.background" : "#F5F5F5", "EditorTabs.underlineHeight" : 2, - "EditorTabs.underlineColor" : "#2679db" + "EditorTabs.underlineColor" : "#2679db", + "EditorTabs.background" : "#F5F5F5", + + "Notification.background" : "#F5F5F5" }, 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 cbc7b980..32924dbe 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#42A5F5", "Checkbox.Foreground.Disabled": "#D3DAE3", "Checkbox.Foreground.Disabled.Dark": "#D3DAE3", - "Checkbox.Background.Selected": "#2f343f", + "Checkbox.Background.Selected": "#42A5F5", "Checkbox.Background.Selected.Dark": "#2f343f", "Checkbox.Border.Selected": "#42A5F5", "Checkbox.Border.Selected.Dark": "#42A5F5", 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 ea2806af..0a55ff34 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#42A5F5", "Checkbox.Foreground.Disabled": "#D3DAE3", "Checkbox.Foreground.Disabled.Dark": "#D3DAE3", - "Checkbox.Background.Selected": "#2f343f", + "Checkbox.Background.Selected": "#42A5F5", "Checkbox.Background.Selected.Dark": "#2f343f", "Checkbox.Border.Selected": "#42A5F5", "Checkbox.Border.Selected.Dark": "#42A5F5", 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 48c3e072..72f1631a 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#2979ff", "Checkbox.Foreground.Disabled": "#6B727D", "Checkbox.Foreground.Disabled.Dark": "#6B727D", - "Checkbox.Background.Selected": "#282C34", + "Checkbox.Background.Selected": "#2979ff", "Checkbox.Background.Selected.Dark": "#282C34", "Checkbox.Border.Selected": "#2979ff", "Checkbox.Border.Selected.Dark": "#2979ff", 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 d62bac34..74ec3f0a 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#2979ff", "Checkbox.Foreground.Disabled": "#6B727D", "Checkbox.Foreground.Disabled.Dark": "#6B727D", - "Checkbox.Background.Selected": "#282C34", + "Checkbox.Background.Selected": "#2979ff", "Checkbox.Background.Selected.Dark": "#282C34", "Checkbox.Border.Selected": "#2979ff", "Checkbox.Border.Selected.Dark": "#2979ff", 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 e5ecc3c9..86eca7ce 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#2979ff", "Checkbox.Foreground.Disabled": "#b8b8b9", "Checkbox.Foreground.Disabled.Dark": "#b8b8b9", - "Checkbox.Background.Selected": "#F4F4F4", + "Checkbox.Background.Selected": "#2979ff", "Checkbox.Background.Selected.Dark": "#F4F4F4", "Checkbox.Border.Selected": "#2979ff", "Checkbox.Border.Selected.Dark": "#2979ff", 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 2b9ac237..8b0b41a3 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#2979ff", "Checkbox.Foreground.Disabled": "#b8b8b9", "Checkbox.Foreground.Disabled.Dark": "#b8b8b9", - "Checkbox.Background.Selected": "#F4F4F4", + "Checkbox.Background.Selected": "#2979ff", "Checkbox.Background.Selected.Dark": "#F4F4F4", "Checkbox.Border.Selected": "#2979ff", "Checkbox.Border.Selected.Dark": "#2979ff", 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 97561c5f..44eed77e 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#FF79C5", "Checkbox.Foreground.Disabled": "#6272A4", "Checkbox.Foreground.Disabled.Dark": "#6272A4", - "Checkbox.Background.Selected": "#282A36", + "Checkbox.Background.Selected": "#FF79C5", "Checkbox.Background.Selected.Dark": "#282A36", "Checkbox.Border.Selected": "#FF79C5", "Checkbox.Border.Selected.Dark": "#FF79C5", 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 fea5d31a..93c7bef2 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#FF79C5", "Checkbox.Foreground.Disabled": "#6272A4", "Checkbox.Foreground.Disabled.Dark": "#6272A4", - "Checkbox.Background.Selected": "#282A36", + "Checkbox.Background.Selected": "#FF79C5", "Checkbox.Background.Selected.Dark": "#282A36", "Checkbox.Border.Selected": "#FF79C5", "Checkbox.Border.Selected.Dark": "#FF79C5", 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 1706d1ff..156d5d14 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#79CB60", "Checkbox.Foreground.Disabled": "#9ba0a3", "Checkbox.Foreground.Disabled.Dark": "#9ba0a3", - "Checkbox.Background.Selected": "#F7F8FA", + "Checkbox.Background.Selected": "#79CB60", "Checkbox.Background.Selected.Dark": "#F7F8FA", "Checkbox.Border.Selected": "#79CB60", "Checkbox.Border.Selected.Dark": "#79CB60", 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 fa83c69b..ccaeb0f0 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#79CB60", "Checkbox.Foreground.Disabled": "#9ba0a3", "Checkbox.Foreground.Disabled.Dark": "#9ba0a3", - "Checkbox.Background.Selected": "#F7F8FA", + "Checkbox.Background.Selected": "#79CB60", "Checkbox.Background.Selected.Dark": "#F7F8FA", "Checkbox.Border.Selected": "#79CB60", "Checkbox.Border.Selected.Dark": "#79CB60", 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 50012dad..12f49866 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#2AA298", "Checkbox.Foreground.Disabled": "#93A1A1", "Checkbox.Foreground.Disabled.Dark": "#93A1A1", - "Checkbox.Background.Selected": "#F0F0F0", + "Checkbox.Background.Selected": "#2AA298", "Checkbox.Background.Selected.Dark": "#F0F0F0", "Checkbox.Border.Selected": "#2AA298", "Checkbox.Border.Selected.Dark": "#2AA298", 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 bd72ec1d..7644edce 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#2AA298", "Checkbox.Foreground.Disabled": "#93A1A1", "Checkbox.Foreground.Disabled.Dark": "#93A1A1", - "Checkbox.Background.Selected": "#F0F0F0", + "Checkbox.Background.Selected": "#2AA298", "Checkbox.Background.Selected.Dark": "#F0F0F0", "Checkbox.Border.Selected": "#2AA298", "Checkbox.Border.Selected.Dark": "#2AA298", 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 226b14d3..b461afb3 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#FF9800", "Checkbox.Foreground.Disabled": "#474747", "Checkbox.Foreground.Disabled.Dark": "#474747", - "Checkbox.Background.Selected": "#212121", + "Checkbox.Background.Selected": "#FF9800", "Checkbox.Background.Selected.Dark": "#212121", "Checkbox.Border.Selected": "#FF9800", "Checkbox.Border.Selected.Dark": "#FF9800", 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 9b1c3dc6..8f12cfd8 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#FF9800", "Checkbox.Foreground.Disabled": "#474747", "Checkbox.Foreground.Disabled.Dark": "#474747", - "Checkbox.Background.Selected": "#212121", + "Checkbox.Background.Selected": "#FF9800", "Checkbox.Background.Selected.Dark": "#212121", "Checkbox.Border.Selected": "#FF9800", "Checkbox.Border.Selected.Dark": "#FF9800", 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 8012bf05..4a47a650 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#84ffff", "Checkbox.Foreground.Disabled": "#464B5D", "Checkbox.Foreground.Disabled.Dark": "#464B5D", - "Checkbox.Background.Selected": "#0F111A", + "Checkbox.Background.Selected": "#84ffff", "Checkbox.Background.Selected.Dark": "#0F111A", "Checkbox.Border.Selected": "#84ffff", "Checkbox.Border.Selected.Dark": "#84ffff", 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 6c229e25..53044940 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#84ffff", "Checkbox.Foreground.Disabled": "#464B5D", "Checkbox.Foreground.Disabled.Dark": "#464B5D", - "Checkbox.Background.Selected": "#0F111A", + "Checkbox.Background.Selected": "#84ffff", "Checkbox.Background.Selected.Dark": "#0F111A", "Checkbox.Border.Selected": "#84ffff", "Checkbox.Border.Selected.Dark": "#84ffff", 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 054f7a40..51b7f57e 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#00BCD4", "Checkbox.Foreground.Disabled": "#D2D4D5", "Checkbox.Foreground.Disabled.Dark": "#D2D4D5", - "Checkbox.Background.Selected": "#FAFAFA", + "Checkbox.Background.Selected": "#00BCD4", "Checkbox.Background.Selected.Dark": "#FAFAFA", "Checkbox.Border.Selected": "#00BCD4", "Checkbox.Border.Selected.Dark": "#00BCD4", 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 c2994fb9..b1a26e3d 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#00BCD4", "Checkbox.Foreground.Disabled": "#D2D4D5", "Checkbox.Foreground.Disabled.Dark": "#D2D4D5", - "Checkbox.Background.Selected": "#FAFAFA", + "Checkbox.Background.Selected": "#00BCD4", "Checkbox.Background.Selected.Dark": "#FAFAFA", "Checkbox.Border.Selected": "#00BCD4", "Checkbox.Border.Selected.Dark": "#00BCD4", 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 c1a6ecdf..cc83b1f1 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#009688", "Checkbox.Foreground.Disabled": "#415967", "Checkbox.Foreground.Disabled.Dark": "#415967", - "Checkbox.Background.Selected": "#263238", + "Checkbox.Background.Selected": "#009688", "Checkbox.Background.Selected.Dark": "#263238", "Checkbox.Border.Selected": "#009688", "Checkbox.Border.Selected.Dark": "#009688", 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 21a6762c..ba77a74e 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#009688", "Checkbox.Foreground.Disabled": "#415967", "Checkbox.Foreground.Disabled.Dark": "#415967", - "Checkbox.Background.Selected": "#263238", + "Checkbox.Background.Selected": "#009688", "Checkbox.Background.Selected.Dark": "#263238", "Checkbox.Border.Selected": "#009688", "Checkbox.Border.Selected.Dark": "#009688", 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 95638985..e97f403e 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#ab47bc", "Checkbox.Foreground.Disabled": "#515772", "Checkbox.Foreground.Disabled.Dark": "#515772", - "Checkbox.Background.Selected": "#292D3E", + "Checkbox.Background.Selected": "#ab47bc", "Checkbox.Background.Selected.Dark": "#292D3E", "Checkbox.Border.Selected": "#ab47bc", "Checkbox.Border.Selected.Dark": "#ab47bc", 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 38e4fc3f..21a1fdb2 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#ab47bc", "Checkbox.Foreground.Disabled": "#515772", "Checkbox.Foreground.Disabled.Dark": "#515772", - "Checkbox.Background.Selected": "#292D3E", + "Checkbox.Background.Selected": "#ab47bc", "Checkbox.Background.Selected.Dark": "#292D3E", "Checkbox.Border.Selected": "#ab47bc", "Checkbox.Border.Selected.Dark": "#ab47bc", 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 50e4f111..16de21cd 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#ffd866", "Checkbox.Foreground.Disabled": "#5b595c", "Checkbox.Foreground.Disabled.Dark": "#5b595c", - "Checkbox.Background.Selected": "#2D2A2E", + "Checkbox.Background.Selected": "#ffd866", "Checkbox.Background.Selected.Dark": "#2D2A2E", "Checkbox.Border.Selected": "#ffd866", "Checkbox.Border.Selected.Dark": "#ffd866", 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 6730e306..a80d2be7 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#ffd866", "Checkbox.Foreground.Disabled": "#5b595c", "Checkbox.Foreground.Disabled.Dark": "#5b595c", - "Checkbox.Background.Selected": "#2D2A2E", + "Checkbox.Background.Selected": "#ffd866", "Checkbox.Background.Selected.Dark": "#2D2A2E", "Checkbox.Border.Selected": "#ffd866", "Checkbox.Border.Selected.Dark": "#ffd866", 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 fad9dd49..d3953e6b 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#7e57c2", "Checkbox.Foreground.Disabled": "#697098", "Checkbox.Foreground.Disabled.Dark": "#697098", - "Checkbox.Background.Selected": "#011627", + "Checkbox.Background.Selected": "#7e57c2", "Checkbox.Background.Selected.Dark": "#011627", "Checkbox.Border.Selected": "#7e57c2", "Checkbox.Border.Selected.Dark": "#7e57c2", 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 cd666916..df4362e0 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#7e57c2", "Checkbox.Foreground.Disabled": "#697098", "Checkbox.Foreground.Disabled.Dark": "#697098", - "Checkbox.Background.Selected": "#011627", + "Checkbox.Background.Selected": "#7e57c2", "Checkbox.Background.Selected.Dark": "#011627", "Checkbox.Border.Selected": "#7e57c2", "Checkbox.Border.Selected.Dark": "#7e57c2", 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 7af69ed7..e7ef5824 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#d33682", "Checkbox.Foreground.Disabled": "#2E5861", "Checkbox.Foreground.Disabled.Dark": "#2E5861", - "Checkbox.Background.Selected": "#002B36", + "Checkbox.Background.Selected": "#d33682", "Checkbox.Background.Selected.Dark": "#002B36", "Checkbox.Border.Selected": "#d33682", "Checkbox.Border.Selected.Dark": "#d33682", 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 81d11a16..eada1284 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#d33682", "Checkbox.Foreground.Disabled": "#2E5861", "Checkbox.Foreground.Disabled.Dark": "#2E5861", - "Checkbox.Background.Selected": "#002B36", + "Checkbox.Background.Selected": "#d33682", "Checkbox.Background.Selected.Dark": "#002B36", "Checkbox.Border.Selected": "#d33682", "Checkbox.Border.Selected.Dark": "#d33682", 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 1a6deefc..90692773 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#d33682", "Checkbox.Foreground.Disabled": "#C9CCC3", "Checkbox.Foreground.Disabled.Dark": "#C9CCC3", - "Checkbox.Background.Selected": "#fdf6e3", + "Checkbox.Background.Selected": "#d33682", "Checkbox.Background.Selected.Dark": "#fdf6e3", "Checkbox.Border.Selected": "#d33682", "Checkbox.Border.Selected.Dark": "#d33682", 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 b07c9efe..5a7de378 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 @@ -850,7 +850,7 @@ "Checkbox.Focus.Wide.Dark": "#d33682", "Checkbox.Foreground.Disabled": "#C9CCC3", "Checkbox.Foreground.Disabled.Dark": "#C9CCC3", - "Checkbox.Background.Selected": "#fdf6e3", + "Checkbox.Background.Selected": "#d33682", "Checkbox.Background.Selected.Dark": "#fdf6e3", "Checkbox.Border.Selected": "#d33682", "Checkbox.Border.Selected.Dark": "#d33682",