Skip to content

Commit

Permalink
fix: menu colors on windows
Browse files Browse the repository at this point in the history
Closes #8
  • Loading branch information
equinusocio committed Feb 19, 2024
1 parent 8b2bfd3 commit 7285c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@ themes.forEach(theme => {
* Custom menus style
*/
'menu.background': theme.ui.shade1,
'menu.foreground': theme.ui.shade3,
'menu.selectionBackground': theme.ui.shade1,
'menu.foreground': theme.ui.foreground,
'menu.selectionBackground': theme.ui.shade2,
'menu.selectionForeground': theme.ui.foreground,
'menu.selectionBorder': theme.ui.shade1,
'menu.separatorBackground': theme.ui.shade3,
Expand Down

0 comments on commit 7285c71

Please sign in to comment.