Skip to content

Commit

Permalink
fix: diff buttons color to have better contrast (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
suppayami committed Jul 6, 2024
1 parent b7a8806 commit c936d41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/catppuccin-vsc/src/theme/uiColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ export const getUiColors = (
"editorGroupHeader.tabsBackground": palette.crust,
"editorGutter.addedBackground": palette.green,
"editorGutter.background": palette.base,
"editorGutter.commentRangeForeground": palette.overlay2,
"editorGutter.commentRangeForeground": palette.surface0,
"editorGutter.commentGlyphForeground": accent,
"editorGutter.deletedBackground": palette.red,
"editorGutter.foldingControlForeground": palette.overlay2,
"editorGutter.modifiedBackground": palette.yellow,
Expand Down

0 comments on commit c936d41

Please sign in to comment.