adjust git colors

This commit is contained in:
Johannes Rieken
2017-10-10 15:16:49 +02:00
parent 9159b69100
commit 9c4052804d

View File

@@ -809,18 +809,18 @@
"id": "git.color.modified",
"description": "Color for modified resources",
"defaults": {
"light": "#b47d16",
"dark": "#cf9425",
"highContrast": "#cf9425"
"light": "#007BD0",
"dark": "#1B80B2",
"highContrast": "#1B80B2"
}
},
{
"id": "git.color.untracked",
"description": "Color for modified resources",
"defaults": {
"light": "#49805b",
"dark": "#73c990",
"highContrast": "#73c990"
"light": "#6C6C6C",
"dark": "#6C6C6C",
"highContrast": "#6C6C6C"
}
}
]