From 5d93cd1543fa93c508c3ebd0fa1fe34d5a0cb3a7 Mon Sep 17 00:00:00 2001 From: isidor Date: Wed, 25 Oct 2017 17:20:39 +0200 Subject: [PATCH] git color decoration: a bit different colors for light theme --- extensions/git/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/git/package.json b/extensions/git/package.json index 3a7615f75a3..edb7715c4e6 100644 --- a/extensions/git/package.json +++ b/extensions/git/package.json @@ -837,7 +837,7 @@ "id": "git.color.modified", "description": "Color for modified resources", "defaults": { - "light": "#D58809", + "light": "#a76e12", "dark": "#E2C08D", "highContrast": "#E2C08D" } @@ -855,7 +855,7 @@ "id": "git.color.untracked", "description": "Color for untracked resources", "defaults": { - "light": "#00B333", + "light": "#019001", "dark": "#73C991", "highContrast": "#73C991" } -- GitLab