mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-324898 Not contrast hover in the main toolbar when UI Theme is High Contrast
GitOrigin-RevId: 2b4fa38fdcd3610c7d15472439a468f589bbead6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
76079b09c7
commit
7df312a1cd
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user