From 6f9a61de56af49fc0924630b2a7183ccf4eb9d1d Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Mon, 17 Feb 2020 11:22:07 +0100 Subject: [PATCH] IntelliJ Themes Demo: updated Arc, Arc Orange and Nord themes (used IJThemesUpdater) --- .../demo/intellijthemes/arc-theme-orange.theme.json | 9 +++++++-- .../flatlaf/demo/intellijthemes/arc-theme.theme.json | 9 +++++++-- .../formdev/flatlaf/demo/intellijthemes/nord.theme.json | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) 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 a41ba271..46e3fa3f 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 @@ -48,8 +48,9 @@ "Menu.foreground" : "#5c616c", "MenuItem.foreground" : "#5c616c", "MenuItem.background" : "#ffffff", - "PopupMenuSeparator.height" : "1", + "PopupMenuSeparator.height" : "2", "Separator.separatorColor" : "#9ba2ab", + "Group.separatorColor" : "#9ba2ab", "Tree.background" : "#ffffff", "Tree.rowHeight": "23", @@ -84,6 +85,8 @@ "Table.lightSelectionForeground" : "#ffffff", "Table.focusCellBackground" : "#f57900", "Table.focusCellForeground" : "#ffffff", + "Table.dropLineColor": "#f57900", + "Table.dropLineShortColor": "#f57900", "TabbedPane.underlineColor" : "#f57900", "TabbedPane.tabSelectionHeight" : 2, @@ -154,7 +157,9 @@ "EditorTabs.underlineColor" : "#f57900", "EditorTabs.background" : "#F5F5F5", - "Notification.background" : "#F5F5F5" + "Notification.background" : "#F5F5F5", + "Notification.MoreButton.background" : "#dddee1", + "ScrollBar.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 b149b721..81539b35 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 @@ -48,8 +48,9 @@ "Menu.foreground" : "#5c616c", "MenuItem.foreground" : "#5c616c", "MenuItem.background" : "#ffffff", - "PopupMenuSeparator.height" : "1", + "PopupMenuSeparator.height" : "2", "Separator.separatorColor" : "#9ba2ab", + "Group.separatorColor" : "#9ba2ab", "Tree.background" : "#ffffff", "Tree.rowHeight": "23", @@ -84,6 +85,8 @@ "Table.lightSelectionForeground" : "#ffffff", "Table.focusCellBackground" : "#2679db", "Table.focusCellForeground" : "#ffffff", + "Table.dropLineColor": "#2679db", + "Table.dropLineShortColor": "#2679db", "TabbedPane.underlineColor" : "#2679db", "TabbedPane.tabSelectionHeight" : 2, @@ -154,7 +157,9 @@ "EditorTabs.underlineColor" : "#2679db", "EditorTabs.background" : "#F5F5F5", - "Notification.background" : "#F5F5F5" + "Notification.background" : "#F5F5F5", + "Notification.MoreButton.background" : "#dddee1", + "ScrollBar.background" : "#F5F5F5" }, diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/nord.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/nord.theme.json index a7716152..11daeb62 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/nord.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/nord.theme.json @@ -85,7 +85,7 @@ "matchSelectionForeground": "#88c0d0", "nonFocusedState": "#2e3440", "selectionBackground": "#4c566a", - "selectionInactiveBackground": "#3b4252", + "selectionInactiveBackground": "#4c566a", "selectionInactiveInfoForeground": "#4c566a", "selectionInfoForeground": "#eceff4" },