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",