diff --git a/platform/platform-impl/src/com/intellij/ide/ui/laf/intellijlaf.theme.json b/platform/platform-impl/src/com/intellij/ide/ui/laf/intellijlaf.theme.json index e62ac0b781da..dbcbb3268734 100644 --- a/platform/platform-impl/src/com/intellij/ide/ui/laf/intellijlaf.theme.json +++ b/platform/platform-impl/src/com/intellij/ide/ui/laf/intellijlaf.theme.json @@ -826,7 +826,10 @@ "TitlePane": { "background": "panel", - "Button.preferredSize": "47,28", + "Button": { + "hoverBackground": "#00000019", + "preferredSize": "47,28" + }, "inactiveBackground": "panel", "inactiveInfoForeground": "grey04", "infoForeground": "grey01" diff --git a/platform/platform-resources/src/themes/HighContrast.theme.json b/platform/platform-resources/src/themes/HighContrast.theme.json index 77e090ff9df5..7e147bd47239 100644 --- a/platform/platform-resources/src/themes/HighContrast.theme.json +++ b/platform/platform-resources/src/themes/HighContrast.theme.json @@ -506,11 +506,11 @@ "background": "#000000", "hoverBackground": "#3333FF", "pressedBackground": "#3333FF", - "transparentHoverBackground": "#FFFFFF40" + "transparentHoverBackground": "#3333FF" } }, - "TitlePane.Button.hoverBackground": "#FFFFFF40", + "TitlePane.Button.hoverBackground": "#3333FF", "Window.border" : "1,1,1,1,E6E6E6", diff --git a/platform/platform-resources/src/themes/expUI/expUI_dark.theme.json b/platform/platform-resources/src/themes/expUI/expUI_dark.theme.json index b1af97ea1052..ceb1fe40e104 100644 --- a/platform/platform-resources/src/themes/expUI/expUI_dark.theme.json +++ b/platform/platform-resources/src/themes/expUI/expUI_dark.theme.json @@ -620,7 +620,8 @@ "TitlePane": { "Button": { - "preferredSize": "44,40" + "preferredSize": "44,40", + "hoverBackground": "#FFFFFF10" } }, diff --git a/platform/platform-resources/src/themes/expUI/expUI_light.theme.json b/platform/platform-resources/src/themes/expUI/expUI_light.theme.json index 3c9a86b498e3..a902fe45e5b4 100644 --- a/platform/platform-resources/src/themes/expUI/expUI_light.theme.json +++ b/platform/platform-resources/src/themes/expUI/expUI_light.theme.json @@ -636,7 +636,8 @@ "background": "Grey13", "inactiveBackground": "Grey13", "Button": { - "preferredSize": "44,40" + "preferredSize": "44,40", + "hoverBackground": "#FFFFFF1A" } }, diff --git a/platform/platform-resources/src/themes/expUI/expUI_light_with_light_header.theme.json b/platform/platform-resources/src/themes/expUI/expUI_light_with_light_header.theme.json index 1db44318de23..05b181d68d0c 100644 --- a/platform/platform-resources/src/themes/expUI/expUI_light_with_light_header.theme.json +++ b/platform/platform-resources/src/themes/expUI/expUI_light_with_light_header.theme.json @@ -48,6 +48,8 @@ } }, + "TitlePane.Button.hoverBackground": "#0000000D", + "MenuBar.borderColor": "Grey12", "Notification.Shadow": {