vscodium: set default themes

it always tried to set the themes by itself at runtime
and then complained due to readonly settings
This commit is contained in:
Trolli Schmittlauch 2023-10-09 10:49:56 +02:00
parent e84b06a09e
commit 13a6dc0f66

View file

@ -345,6 +345,8 @@ in
userSettings = { userSettings = {
"editor.fontLigatures" = true; "editor.fontLigatures" = true;
"window.autoDetectColorScheme" = true; "window.autoDetectColorScheme" = true;
"workbench.preferredDarkColorScheme" = "Default Dark Modern";
"workbench.preferredLightColorScheme" = "Default Light Modern";
"[nix]" = { "[nix]" = {
"editor.insertSpaces" = true; "editor.insertSpaces" = true;
"editor.tabSize" = 2; "editor.tabSize" = 2;