IDEA-324898 Not contrast hover in the main toolbar when UI Theme is High Contrast

GitOrigin-RevId: 2b4fa38fdcd3610c7d15472439a468f589bbead6
This commit is contained in:
Mikhail Sokolov
2023-07-28 14:15:57 +00:00
committed by intellij-monorepo-bot
parent 76079b09c7
commit 7df312a1cd
5 changed files with 12 additions and 5 deletions
@@ -826,7 +826,10 @@
"TitlePane": {
"background": "panel",
"Button.preferredSize": "47,28",
"Button": {
"hoverBackground": "#00000019",
"preferredSize": "47,28"
},
"inactiveBackground": "panel",
"inactiveInfoForeground": "grey04",
"infoForeground": "grey01"
@@ -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",
@@ -620,7 +620,8 @@
"TitlePane": {
"Button": {
"preferredSize": "44,40"
"preferredSize": "44,40",
"hoverBackground": "#FFFFFF10"
}
},
@@ -636,7 +636,8 @@
"background": "Grey13",
"inactiveBackground": "Grey13",
"Button": {
"preferredSize": "44,40"
"preferredSize": "44,40",
"hoverBackground": "#FFFFFF1A"
}
},
@@ -48,6 +48,8 @@
}
},
"TitlePane.Button.hoverBackground": "#0000000D",
"MenuBar.borderColor": "Grey12",
"Notification.Shadow": {