Skip to content

Commit

Permalink
feat: change selection background
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Mar 10, 2024
1 parent 8e5d69a commit 6752c08
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/catppuccin-vsc/src/theme/uiColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,12 @@ export const getUiColors = (
"editor.lineHighlightBorder": transparent,
"editor.rangeHighlightBackground": opacity(palette.sky, 0.25),
"editor.rangeHighlightBorder": transparent,
"editor.selectionBackground": opacity(palette.surface2, 0.4),
"editor.selectionHighlightBackground": opacity(palette.overlay2, 0.4),
"editor.selectionHighlightBorder": opacity(palette.sky, 0.2),
"editor.wordHighlightBackground": opacity(palette.surface2, 0.7),
"editor.wordHighlightStrongBackground": opacity(palette.surface2, 0.5),

"editor.selectionBackground": opacity(accent, 0.4),
"editor.selectionHighlightBackground": opacity(accent, 0.2),
"editor.selectionHighlightBorder": opacity(accent, 0.2),
"editor.wordHighlightBackground": opacity(palette.overlay2, 0.2),

"editorBracketMatch.background": opacity(palette.overlay2, 0.1),
"editorBracketMatch.border": palette.overlay2,
"editorCodeLens.foreground": palette.overlay1,
Expand Down

0 comments on commit 6752c08

Please sign in to comment.