From 8347bad0000c02ce00435700c44c9bcba7fb579f Mon Sep 17 00:00:00 2001 From: Kristi Date: Fri, 16 Oct 2020 09:53:49 -0400 Subject: [PATCH] Update last pinned tab border color --- themes/tokyo-night-color-theme.json | 1 + themes/tokyo-night-light-color-theme.json | 1 + themes/tokyo-night-storm-color-theme.json | 1 + 3 files changed, 3 insertions(+) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index f6f8bfb..5482e8c 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -217,6 +217,7 @@ "tab.activeModifiedBorder": "#1a1b26", "tab.inactiveModifiedBorder": "#1f202e", "tab.unfocusedActiveBorder": "#1f202e", + "tab.lastPinnedBorder": "#222333", "panel.background": "#16161e", "panel.border": "#101014", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 03c1556..f136196 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -218,6 +218,7 @@ "tab.activeModifiedBorder": "#d5d6db", "tab.inactiveModifiedBorder": "#d5d6db", "tab.unfocusedActiveBorder": "#9da0ab", + "tab.lastPinnedBorder": "#dadbe0", "panel.background": "#cbccd1", "panel.border": "#c1c2c7", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index f63431a..f23ccd5 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -217,6 +217,7 @@ "tab.activeModifiedBorder": "#282d42", "tab.inactiveModifiedBorder": "#282d42", "tab.unfocusedActiveBorder": "#3b4261", + "tab.lastPinnedBorder": "#2c3147", "panel.background": "#1f2335", "panel.border": "#1b1e2e",