Skip to content

Commit 41793ef

Browse files
authored
fix: leave window border colours as default (#598)
1 parent 9b83b45 commit 41793ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/catppuccin-vsc/src/theme/uiColors.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ export const getUiColors = (
2828
"icon.foreground": accent,
2929
"sash.hoverBorder": accent,
3030

31-
// Window border
32-
"window.activeBorder": transparent,
33-
"window.inactiveBorder": transparent,
34-
3531
// Text colors
3632
"textBlockQuote.background": palette.mantle,
3733
"textBlockQuote.border": palette.crust,

0 commit comments

Comments
 (0)