Update git color contributions

This commit is contained in:
David Dossett
2022-03-10 15:33:21 -08:00
parent 4aefe50b1f
commit f1bb9324d7
2 changed files with 20 additions and 18 deletions

View File

@@ -2,14 +2,6 @@
"$schema": "vscode://schemas/color-theme",
"name": "Light High Contrast",
"colors": {
"gitDecoration.addedResourceForeground": "#374e06",
"gitDecoration.conflictingResourceForeground": "#ad0707",
"gitDecoration.deletedResourceForeground": "#ad0707",
"gitDecoration.ignoredResourceForeground": "#8e8e90",
"gitDecoration.modifiedResourceForeground": "#895503",
"gitDecoration.renamedResourceForeground": "#007100",
"gitDecoration.untrackedResourceForeground": "#007100",
"debugToolBar.border": "#292929",
"debugToolBar.background": "#ffffff",
"debugConsole.errorForeground": "#a1260d",