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:
parent
492f84b003
commit
b1d5001987
1 changed files with 7 additions and 0 deletions
|
@ -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": [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue