Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Dossett <ddossett@microsoft.com>2022-05-31 20:22:49 +0300
committerGitHub <noreply@github.com>2022-05-31 20:22:49 +0300
commit903f9903f4f14e0d7ec1a389b9da617848e7f609 (patch)
tree8dd5ba65fb9885555415be3e5f685ddf03c96e5a /extensions
parentb5ecd45aea50227b68741d5cb3d6c2bf040e7dd7 (diff)
Fix #150595 (#150880)
Diffstat (limited to 'extensions')
-rw-r--r--extensions/git/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/git/package.json b/extensions/git/package.json
index b5ad659a010..00267c035a4 100644
--- a/extensions/git/package.json
+++ b/extensions/git/package.json
@@ -2461,7 +2461,7 @@
"defaults": {
"light": "#587c0c",
"dark": "#81b88b",
- "highContrast": "#1b5225",
+ "highContrast": "#a1e3ad",
"highContrastLight": "#374e06"
}
},