mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-21 17:02:18 +00:00
vscode: disable statusbar color control
This commit is contained in:
parent
68d8278d70
commit
931689b9b1
1 changed files with 1 additions and 6 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue