mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
deco - use a color for ignored files
This commit is contained in:
@@ -850,6 +850,15 @@
|
||||
"dark": "#73C991",
|
||||
"highContrast": "#73C991"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "git.color.ignored",
|
||||
"description": "Color for ignored resources",
|
||||
"defaults": {
|
||||
"light": "#8E8E90",
|
||||
"dark": "#A7A8A9",
|
||||
"highContrast": "#A7A8A9"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -864,4 +873,4 @@
|
||||
"@types/node": "7.0.43",
|
||||
"mocha": "^3.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user