From 8f29920bba382033b9cecc901adc51c0b81fd28c Mon Sep 17 00:00:00 2001 From: Kristi Russell Date: Tue, 21 Mar 2023 11:25:14 -0400 Subject: [PATCH] Update Gitlens colors --- themes/tokyo-night-color-theme.json | 7 ++++--- themes/tokyo-night-light-color-theme.json | 7 ++++--- themes/tokyo-night-storm-color-theme.json | 7 ++++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index b339aae..6fc8a00 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -392,9 +392,10 @@ "mergeEditor.conflict.handled.minimapOverViewRuler": "#449dab", "mergeEditor.conflict.unhandled.minimapOverViewRuler": "#e0af68", - "gitlens.trailingLineForegroundColor": "#444b6a", - "gitlens.gutterUncommittedForegroundColor": "#444b6a", - "gitlens.gutterForegroundColor": "#444b6a", + "gitlens.trailingLineForegroundColor": "#646e9c", + "gitlens.gutterUncommittedForegroundColor": "#7aa2f7", + "gitlens.gutterForegroundColor": "#787c99", + "gitlens.gutterBackgroundColor": "#16161e", "notificationCenterHeader.background": "#101014", "notifications.background": "#101014", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 50f2206..3e79ab5 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -398,9 +398,10 @@ "mergeEditor.conflict.handled.minimapOverViewRuler": "#007a75", "mergeEditor.conflict.unhandled.minimapOverViewRuler": "#bb7a61", - "gitlens.trailingLineForegroundColor": "#868891", - "gitlens.gutterUncommittedForegroundColor": "#868891", - "gitlens.gutterForegroundColor": "#868891", + "gitlens.trailingLineForegroundColor": "#73767d", + "gitlens.gutterUncommittedForegroundColor": "#34548a", + "gitlens.gutterForegroundColor": "#4c505e", + "gitlens.gutterBackgroundColor": "#dcdee3", "notificationCenterHeader.background": "#dcdee3", "notifications.background": "#dcdee3", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 421a748..419ebf3 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -391,9 +391,10 @@ "mergeEditor.conflict.handled.minimapOverViewRuler": "#449dab", "mergeEditor.conflict.unhandled.minimapOverViewRuler": "#e0af68", - "gitlens.trailingLineForegroundColor": "#565f89", - "gitlens.gutterUncommittedForegroundColor": "#565f89", - "gitlens.gutterForegroundColor": "#565f89", + "gitlens.trailingLineForegroundColor": "#7582ba", + "gitlens.gutterUncommittedForegroundColor": "#7aa2f7", + "gitlens.gutterForegroundColor": "#7982a9", + "gitlens.gutterBackgroundColor": "#1f2335", "notificationCenterHeader.background": "#1b1e2e", "notifications.background": "#1b1e2e",