fix: Switch to a color theme with contrast

This commit is contained in:
Charlotte 🦝 Delenk 2022-03-21 13:53:33 +01:00
parent 1c7bdf4ac7
commit ea0769670e
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -58,10 +58,10 @@
sha256 = "sha256-OHXi0EfeyKMeFiMU5yg0aDoWds4ED0lb+l6T12XZ3LQ="; sha256 = "sha256-OHXi0EfeyKMeFiMU5yg0aDoWds4ED0lb+l6T12XZ3LQ=";
} }
{ {
name = "base16-themes"; name = "vscode-theme-neon-night";
publisher = "AndrsDC"; publisher = "chaseadamsio";
version = "1.4.5"; version = "0.35.0";
sha256 = "sha256-molx+cRKSB6os7pDr0U1v/Qbaklps+OvBkZCkSWEvWM="; sha256 = "sha256-tnY3ZM8E9YvQZ0ebGJ2LFFYqDTmPwXqRy8Gtq4L4EwQ=";
}]; }];
userSettings = { userSettings = {
"crates.listPreReleases" = true; "crates.listPreReleases" = true;
@ -100,7 +100,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" = "Base16 Dark Paraiso"; "workbench.colorTheme" = "Neon Night";
"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;