From 7849fd3c21687e5861f83e3de6091164332de019 Mon Sep 17 00:00:00 2001 From: wongxy Date: Wed, 10 Jul 2024 01:11:16 -0500 Subject: [PATCH] feat: Add activityBarTop colors to theme (#85) --- themes/tokyo-night-color-theme.json | 3 +++ themes/tokyo-night-light-color-theme.json | 3 +++ themes/tokyo-night-storm-color-theme.json | 3 +++ 3 files changed, 9 insertions(+) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 6634383..3977198 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -90,6 +90,9 @@ "activityBarBadge.background": "#3d59a1", "activityBarBadge.foreground": "#fff", + "activityBarTop.foreground": "#787c99", + "activityBarTop.inactiveForeground": "#3b3e52", + "tree.indentGuidesStroke": "#2b2b3b", "sideBar.foreground": "#787c99", "sideBar.background": "#16161e", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 49c01b7..f843512 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -89,6 +89,9 @@ "activityBarBadge.background": "#34548a", "activityBarBadge.foreground": "#fff", + "activityBarTop.foreground": "#4c505e", + "activityBarTop.inactiveForeground": "#828594", + "tree.indentGuidesStroke": "#c1c2c7", "sideBar.foreground": "#4c505e", "sideBar.background": "#cbccd1", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 5938e2e..0b166e1 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -90,6 +90,9 @@ "activityBarBadge.background": "#3d59a1", "activityBarBadge.foreground": "#fff", + "activityBarTop.foreground": "#7982a9", + "activityBarTop.inactiveForeground": "#41496b", + "tree.indentGuidesStroke": "#2e344f", "sideBar.foreground": "#7982a9", "sideBar.background": "#1f2335",