From 832134503020a84346f8f0b7ce47a8638e4f7274 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Thu, 6 Apr 2023 15:10:35 -0400 Subject: [PATCH] Update adjust vscode color. --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b8681a6..abbfe71 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -30,8 +30,8 @@ "titleBar.inactiveBackground": "#02972799", "titleBar.activeForeground": "#e7e7e7", "titleBar.inactiveForeground": "#e7e7e799", - "statusBar.background": "#ff9900", - "statusBarItem.hoverBackground": "#ff9900", + "statusBar.background": "#d68100", + "statusBarItem.hoverBackground": "#c77700", "statusBar.foreground": "#000000" } } \ No newline at end of file