fix: Switch to a color theme with contrast
This commit is contained in:
parent
1c7bdf4ac7
commit
ea0769670e
1 changed files with 5 additions and 5 deletions
|
@ -58,10 +58,10 @@
|
|||
sha256 = "sha256-OHXi0EfeyKMeFiMU5yg0aDoWds4ED0lb+l6T12XZ3LQ=";
|
||||
}
|
||||
{
|
||||
name = "base16-themes";
|
||||
publisher = "AndrsDC";
|
||||
version = "1.4.5";
|
||||
sha256 = "sha256-molx+cRKSB6os7pDr0U1v/Qbaklps+OvBkZCkSWEvWM=";
|
||||
name = "vscode-theme-neon-night";
|
||||
publisher = "chaseadamsio";
|
||||
version = "0.35.0";
|
||||
sha256 = "sha256-tnY3ZM8E9YvQZ0ebGJ2LFFYqDTmPwXqRy8Gtq4L4EwQ=";
|
||||
}];
|
||||
userSettings = {
|
||||
"crates.listPreReleases" = true;
|
||||
|
@ -100,7 +100,7 @@
|
|||
"telemetry.telemetryLevel" = "off";
|
||||
"terminal.integrated.shellIntegration.enabled" = true;
|
||||
"update.mode" = "none";
|
||||
"workbench.colorTheme" = "Base16 Dark Paraiso";
|
||||
"workbench.colorTheme" = "Neon Night";
|
||||
"workbench.commandPalette.preserveInput" = true;
|
||||
"workbench.iconTheme" = "material-icon-theme";
|
||||
"workbench.list.smoothScrolling" = true;
|
||||
|
|
Loading…
Reference in a new issue