1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2025-02-17 03:33:57 +00:00

Use theme colors for source control gfraph

This commit is contained in:
Steffo 2025-01-19 11:22:26 +01:00
parent 492f84b003
commit b1d5001987
Signed by: steffo
GPG key ID: 6B8E18743E7E1F86

View file

@ -74,6 +74,13 @@
"gitDecoration.ignoredResourceForeground": "#777777",
"gitDecoration.conflictingResourceForeground": "#f4f149",
"gitDecoration.submoduleResourceForeground": "#ff8a4c",
"scmGraph.historyItemRemoteRefColor": "#00d0ff",
"scmGraph.historyItemRefColor": "#ff9340",
"scmGraph.foreground1": "#111111",
"scmGraph.foreground2": "#111111",
"scmGraph.foreground3": "#111111",
"scmGraph.foreground4": "#111111",
"scmGraph.foreground5": "#111111",
},
"tokenColors": [
{