From 4bbfd958a22ddfce9875b2dc33b52182cf4f141f Mon Sep 17 00:00:00 2001 From: Ying-Tsun Huang Date: Fri, 10 Nov 2023 23:14:40 +0800 Subject: [PATCH] Fix warning --- themes/zzTheme-color-theme.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/zzTheme-color-theme.json b/themes/zzTheme-color-theme.json index ed51225..02d63d8 100644 --- a/themes/zzTheme-color-theme.json +++ b/themes/zzTheme-color-theme.json @@ -42,8 +42,8 @@ "editorLineNumber.activeForeground": "#c2c2bf", "editorCursor.foreground": "#f8f8f0", "editorWhitespace.foreground": "#464741", - "editorIndentGuide.background": "#464741", - "editorIndentGuide.activeBackground": "#767771", + "editorIndentGuide.background1": "#464741", + "editorIndentGuide.activeBackground1": "#767771", "editorGroupHeader.tabsBackground": "#1e1f1c", "editorGroup.dropBackground": "#41433980", "tab.inactiveBackground": "#34352f", @@ -65,7 +65,6 @@ "statusBarItem.remoteBackground": "#AC6218", "activityBar.background": "#272822", "activityBar.foreground": "#f8f8f2", - "activityBar.dropBackground": "#414339", "sideBar.background": "#1e1f1c", "sideBarSectionHeader.background": "#272822", "menu.background": "#1e1f1c",