From 931689b9b1de613c92eba1ffa3ac1653f978f7ac Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 29 Aug 2023 12:57:19 -0500 Subject: [PATCH] vscode: disable statusbar color control --- home/features/desktop/vscode.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/home/features/desktop/vscode.nix b/home/features/desktop/vscode.nix index e0a4a43..63e58a2 100644 --- a/home/features/desktop/vscode.nix +++ b/home/features/desktop/vscode.nix @@ -174,14 +174,9 @@ "before" = ["Q"]; } ]; - "vim.statusBarColorControl" = true; + "vim.statusBarColorControl" = false; "vim.useCtrlKeys" = false; "window.restoreWindows" = "none"; - "workbench.colorCustomizations" = { - "statusBar.background" = "#005f5f"; - "statusBar.debuggingBackground" = "#005f5f"; - "statusBar.noFolderBackground" = "#005f5f"; - }; "workbench.startupEditor" = "none"; }; };