File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
packages/catppuccin-vsc/src/theme Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments