Skip to content

Commit

Permalink
⚡ Workaround plugins light selection color
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteVermouth committed Oct 12, 2022
1 parent bbd71a4 commit 833780b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/themes/Dracula.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"foreground": "primaryForeground"
},
"hoverBackground": "hoverBackground",
"lightSelectionBackground": "hoverBackground",
"lightSelectionBackground": "secondaryBackground",
"Button": {
"installBorderColor": "secondaryAccentColor",
"installForeground": "secondaryAccentColor",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/themes/DraculaColorful.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"foreground": "primaryForeground"
},
"hoverBackground": "hoverBackground",
"lightSelectionBackground": "hoverBackground",
"lightSelectionBackground": "secondaryBackground",
"Button": {
"installBorderColor": "secondaryAccentColor",
"installForeground": "secondaryAccentColor",
Expand Down

0 comments on commit 833780b

Please sign in to comment.