mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
add back untracked color, remove suffix for now
This commit is contained in:
@@ -813,6 +813,15 @@
|
||||
"dark": "#cf9425",
|
||||
"highContrast": "#cf9425"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "git.color.untracked",
|
||||
"description": "Color for modified resources",
|
||||
"defaults": {
|
||||
"light": "#49805b",
|
||||
"dark": "#73c990",
|
||||
"highContrast": "#73c990"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user