Modifies VSCode settings
This commit is contained in:
parent
bf4beceaf1
commit
a2fffeeacd
@ -139,7 +139,10 @@ in {
|
||||
window.autoDetectColorScheme = true;
|
||||
|
||||
workbench = {
|
||||
activityBar.visible = false;
|
||||
activityBar = {
|
||||
visible = false;
|
||||
location = "hidden";
|
||||
};
|
||||
colorTheme = "Gruvbox Dark Hard";
|
||||
editor.highlightModifiedTabs = true;
|
||||
preferredDarkColorTheme = "Gruvbox Dark Hard";
|
||||
|
Loading…
Reference in New Issue
Block a user