mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
added additional colour options for differing git staging statuses
This commit is contained in:
@@ -1922,6 +1922,33 @@
|
||||
"highContrast": "#E2C08D"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "gitDecoration.stageAddedResourceForeground",
|
||||
"description": "%colors.stageAdded%",
|
||||
"defaults": {
|
||||
"light": "#0a7a62",
|
||||
"dark": "#02c39a",
|
||||
"highContrast": "#00cea1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "gitDecoration.stageModifiedResourceForeground",
|
||||
"description": "%colors.stageModified%",
|
||||
"defaults": {
|
||||
"light": "#FF661F",
|
||||
"dark": "#FFAB85",
|
||||
"highContrast": "#ca541d"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "gitDecoration.stageDeletedResourceForeground",
|
||||
"description": "%colors.stageDeleted%",
|
||||
"defaults": {
|
||||
"light": "#ad0707",
|
||||
"dark": "#c74e39",
|
||||
"highContrast": "#c74e39"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "gitDecoration.deletedResourceForeground",
|
||||
"description": "%colors.deleted%",
|
||||
|
||||
Reference in New Issue
Block a user