fix: Use Monokai
Is there a purple theme for vscode that does not have skill issues?
This commit is contained in:
parent
231623936a
commit
9b62e4efd3
1 changed files with 1 additions and 7 deletions
|
@ -56,12 +56,6 @@
|
||||||
publisher = "PKief";
|
publisher = "PKief";
|
||||||
version = "4.14.1";
|
version = "4.14.1";
|
||||||
sha256 = "sha256-OHXi0EfeyKMeFiMU5yg0aDoWds4ED0lb+l6T12XZ3LQ=";
|
sha256 = "sha256-OHXi0EfeyKMeFiMU5yg0aDoWds4ED0lb+l6T12XZ3LQ=";
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "vscode-theme-neon-night";
|
|
||||||
publisher = "chaseadamsio";
|
|
||||||
version = "0.35.0";
|
|
||||||
sha256 = "sha256-tnY3ZM8E9YvQZ0ebGJ2LFFYqDTmPwXqRy8Gtq4L4EwQ=";
|
|
||||||
}];
|
}];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"crates.listPreReleases" = true;
|
"crates.listPreReleases" = true;
|
||||||
|
@ -100,7 +94,7 @@
|
||||||
"telemetry.telemetryLevel" = "off";
|
"telemetry.telemetryLevel" = "off";
|
||||||
"terminal.integrated.shellIntegration.enabled" = true;
|
"terminal.integrated.shellIntegration.enabled" = true;
|
||||||
"update.mode" = "none";
|
"update.mode" = "none";
|
||||||
"workbench.colorTheme" = "Neon Night";
|
"workbench.colorTheme" = "Monokai";
|
||||||
"workbench.commandPalette.preserveInput" = true;
|
"workbench.commandPalette.preserveInput" = true;
|
||||||
"workbench.iconTheme" = "material-icon-theme";
|
"workbench.iconTheme" = "material-icon-theme";
|
||||||
"workbench.list.smoothScrolling" = true;
|
"workbench.list.smoothScrolling" = true;
|
||||||
|
|
Loading…
Reference in a new issue