Skip to content

Commit 8ace444

Browse files
authored
feat: support built-in git scm graph (#560)
1 parent 67bd19a commit 8ace444

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,15 @@ export const getUiColors = (
277277
"gitDecoration.stageModifiedResourceForeground": palette.yellow,
278278
"gitDecoration.submoduleResourceForeground": palette.blue,
279279
"gitDecoration.untrackedResourceForeground": palette.green,
280+
// git colors -> built-in git graph
281+
"scmGraph.historyItemRefColor": palette.blue,
282+
"scmGraph.historyItemBaseRefColor": palette.peach,
283+
"scmGraph.historyItemRemoteRefColor": palette.mauve,
284+
"scmGraph.foreground1": palette.yellow,
285+
"scmGraph.foreground2": palette.red,
286+
"scmGraph.foreground3": palette.green,
287+
"scmGraph.foreground4": palette.mauve,
288+
"scmGraph.foreground5": palette.teal,
280289

281290
"input.background": palette.surface0,
282291
"input.border": transparent,

0 commit comments

Comments
 (0)