mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
deco - show badge in scm viewlet when no icons are provided
This commit is contained in:
@@ -842,6 +842,15 @@
|
||||
"highContrast": "#E2C08D"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "git.color.deleted",
|
||||
"description": "Color for deleted resources",
|
||||
"defaults": {
|
||||
"light": "#c02e11",
|
||||
"dark": "#c74e39",
|
||||
"highContrast": "#c74e39"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "git.color.untracked",
|
||||
"description": "Color for untracked resources",
|
||||
@@ -859,6 +868,15 @@
|
||||
"dark": "#A7A8A9",
|
||||
"highContrast": "#A7A8A9"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "git.color.conflict",
|
||||
"description": "Color for resources with conflicts",
|
||||
"defaults": {
|
||||
"light": "#6c6cc4",
|
||||
"dark": "#6c6cc4",
|
||||
"highContrast": "#6c6cc4"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user