Skip to content

Commit

Permalink
fix(ui): selection color for non-editor context
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Feb 26, 2024
1 parent 09daffb commit 9604080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/catppuccin-vsc/src/theme/uiColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const getUiColors = (
foreground: palette.text,
disabledForeground: palette.subtext0,
"widget.shadow": opacity(palette.mantle, 0.5),
"selection.background": opacity(palette.surface2, 0.4),
"selection.background": opacity(accent, 0.4),
descriptionForeground: palette.text,
errorForeground: palette.red,
"icon.foreground": accent,
Expand Down

0 comments on commit 9604080

Please sign in to comment.