qenya/vscode: settle on a colour scheme

This commit is contained in:
Katherina Walshe-Grey 2024-11-04 22:22:03 +00:00
parent 8690b4f610
commit f56a5389de
2 changed files with 1 additions and 3 deletions

View file

@ -51,7 +51,7 @@ in
};
"terminal.integrated.allowChords" = false;
"terminal.integrated.defaultProfile.linux" = "zsh";
"workbench.colorTheme" = mkDefault "Gruvbox Dark Hard";
"workbench.colorTheme" = "Gruvbox Dark Medium";
};
};
}