From f1bb9324d7383829c4656a66eb7beba3fa5942b7 Mon Sep 17 00:00:00 2001 From: David Dossett Date: Thu, 10 Mar 2022 15:33:21 -0800 Subject: [PATCH] Update git color contributions --- extensions/git/package.json | 30 ++++++++++++------- .../theme-defaults/themes/hc_light.json | 8 ----- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/extensions/git/package.json b/extensions/git/package.json index 73fd380e91d..55d265fca19 100644 --- a/extensions/git/package.json +++ b/extensions/git/package.json @@ -2282,7 +2282,8 @@ "defaults": { "light": "#587c0c", "dark": "#81b88b", - "highContrast": "#1b5225" + "highContrast": "#1b5225", + "highContrastLight": "#374e06" } }, { @@ -2291,7 +2292,8 @@ "defaults": { "light": "#895503", "dark": "#E2C08D", - "highContrast": "#E2C08D" + "highContrast": "#E2C08D", + "highContrastLight": "#895503" } }, { @@ -2300,7 +2302,8 @@ "defaults": { "light": "#ad0707", "dark": "#c74e39", - "highContrast": "#c74e39" + "highContrast": "#c74e39", + "highContrastLight": "#ad0707" } }, { @@ -2309,7 +2312,8 @@ "defaults": { "light": "#007100", "dark": "#73C991", - "highContrast": "#73C991" + "highContrast": "#73C991", + "highContrastLight": "#007100" } }, { @@ -2318,7 +2322,8 @@ "defaults": { "light": "#007100", "dark": "#73C991", - "highContrast": "#73C991" + "highContrast": "#73C991", + "highContrastLight": "#007100" } }, { @@ -2327,7 +2332,8 @@ "defaults": { "light": "#8E8E90", "dark": "#8C8C8C", - "highContrast": "#A7A8A9" + "highContrast": "#A7A8A9", + "highContrastLight": "#8e8e90" } }, { @@ -2336,7 +2342,8 @@ "defaults": { "light": "#895503", "dark": "#E2C08D", - "highContrast": "#E2C08D" + "highContrast": "#E2C08D", + "highContrastLight": "#895503" } }, { @@ -2345,7 +2352,8 @@ "defaults": { "light": "#ad0707", "dark": "#c74e39", - "highContrast": "#c74e39" + "highContrast": "#c74e39", + "highContrastLight": "#ad0707" } }, { @@ -2354,7 +2362,8 @@ "defaults": { "light": "#ad0707", "dark": "#e4676b", - "highContrast": "#c74e39" + "highContrast": "#c74e39", + "highContrastLight": "#ad0707" } }, { @@ -2363,7 +2372,8 @@ "defaults": { "light": "#1258a7", "dark": "#8db9e2", - "highContrast": "#8db9e2" + "highContrast": "#8db9e2", + "highContrastLight": "#1258a7" } } ], diff --git a/extensions/theme-defaults/themes/hc_light.json b/extensions/theme-defaults/themes/hc_light.json index 8e1aa033f95..9b52c364a4b 100644 --- a/extensions/theme-defaults/themes/hc_light.json +++ b/extensions/theme-defaults/themes/hc_light.json @@ -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",