vscode: disable statusbar color control

This commit is contained in:
John Bowdre 2023-08-29 12:57:19 -05:00
parent 68d8278d70
commit 931689b9b1

View file

@ -174,14 +174,9 @@
"before" = ["Q"]; "before" = ["Q"];
} }
]; ];
"vim.statusBarColorControl" = true; "vim.statusBarColorControl" = false;
"vim.useCtrlKeys" = false; "vim.useCtrlKeys" = false;
"window.restoreWindows" = "none"; "window.restoreWindows" = "none";
"workbench.colorCustomizations" = {
"statusBar.background" = "#005f5f";
"statusBar.debuggingBackground" = "#005f5f";
"statusBar.noFolderBackground" = "#005f5f";
};
"workbench.startupEditor" = "none"; "workbench.startupEditor" = "none";
}; };
}; };