Skip to content

Commit

Permalink
Updates related to new EAP 2023.2 compatibility breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Volkov committed May 13, 2023
1 parent 1d082b0 commit 551db58
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/intellij/src/main/resources/themes/HiberbeeDark.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
},
"ui": {
"*": {
"borderInsets": "1,1,1,1",
"arc": 4,
"background": "dark6",
"borderColor": "dark8",
Expand Down Expand Up @@ -274,17 +275,16 @@
"usedBackground": "redDark"
},
"Menu": {
"borderColor": "dark10",
"borderColor": "dark9",
"background": "dark7",
"borderInsets": "0,0,0,0",
"separatorColor": "dark8",
"disabledBackground": "dark8",
"selectionBackground": "dark5",
"acceleratorSelectionForeground": "light10",
"Selection": {
"arc": 0,
"innerInsets": "2,8,2,8",
"outerInsets": "2,4,2,4"
"innerInsets": "4,8,4,8",
"outerInsets": "2,1,2,1"
},
"acceleratorForeground": "light10"
},
Expand Down Expand Up @@ -359,18 +359,17 @@
},
"Popup": {
"borderColor": "dark9",
"paintBorder": true,
"inactiveBorderColor": "dark8",
"innerBorderColor": "dark9",
"Body": {
"bottomInsetNoAd": 4
},
"Body": { "topInsetNoHeader": 4, "bottomInsetNoAd": 4 },
"Advertiser": {
"background": "dark4",
"borderColor": "dark7",
"foreground": "light4"
},
"Header": {
"insets": "4,0,4,0",
"insets": "4,1,4,1",
"activeBackground": "dark5",
"activeForeground": "light5",
"inactiveForeground": "light6",
Expand All @@ -385,7 +384,7 @@
"PopupMenu": {
"background": "dark7",
"borderWidth": 1,
"borderInsets": "4,1,4,1",
"borderInsets": "1,1,1,1",
"foreground": "light7",
"Selection": {
"arc": 0,
Expand Down

0 comments on commit 551db58

Please sign in to comment.