fix: Use Monokai

Is there a purple theme for vscode that does not have skill issues?
This commit is contained in:
Charlotte 🦝 Delenk 2022-03-21 15:09:33 +01:00
parent 231623936a
commit 9b62e4efd3
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -56,12 +56,6 @@
publisher = "PKief";
version = "4.14.1";
sha256 = "sha256-OHXi0EfeyKMeFiMU5yg0aDoWds4ED0lb+l6T12XZ3LQ=";
}
{
name = "vscode-theme-neon-night";
publisher = "chaseadamsio";
version = "0.35.0";
sha256 = "sha256-tnY3ZM8E9YvQZ0ebGJ2LFFYqDTmPwXqRy8Gtq4L4EwQ=";
}];
userSettings = {
"crates.listPreReleases" = true;
@ -100,7 +94,7 @@
"telemetry.telemetryLevel" = "off";
"terminal.integrated.shellIntegration.enabled" = true;
"update.mode" = "none";
"workbench.colorTheme" = "Neon Night";
"workbench.colorTheme" = "Monokai";
"workbench.commandPalette.preserveInput" = true;
"workbench.iconTheme" = "material-icon-theme";
"workbench.list.smoothScrolling" = true;