From 27fc4e152e88074e5907ff0b05870e3bb126d784 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Wed, 24 Nov 2021 08:55:56 +0100 Subject: [PATCH] Changed settings --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 90b44d8..92bb903 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,7 +13,10 @@ "titleBar.activeBackground": "#832561", "titleBar.activeForeground": "#e7e7e7", "titleBar.inactiveBackground": "#83256199", - "titleBar.inactiveForeground": "#e7e7e799" + "titleBar.inactiveForeground": "#e7e7e799", + "sash.hoverBorder": "#ab307e", + "statusBarItem.remoteBackground": "#832561", + "statusBarItem.remoteForeground": "#e7e7e7" }, "peacock.color": "#832561", "python.pythonPath": "C:\\Users\\sattler\\AppData\\Local\\Programs\\Python\\Python39\\python.exe"