diff --git a/home-manager/vscode/vscode.nix b/home-manager/vscode/vscode.nix index 737b0421..10a57d53 100644 --- a/home-manager/vscode/vscode.nix +++ b/home-manager/vscode/vscode.nix @@ -22,7 +22,7 @@ enkia.tokyo-night # Tokyo Night theme ]; userSettings = { - "workbench.colorTheme" = "Dracula"; # "Default Dark Modern" # Set the default theme + "workbench.colorTheme" = "Tokyo Night"; # "Dracula" # "Default Dark Modern" # Set the default theme "git.confirmSync" = false; # Do not ask for confirmation when syncing "git.autofetch" = true; # Periodically fetch from remotes "editor.fontFamily" = "'Fira Code', 'Inconsolata LGC Nerd Font', 'Droid Sans Mono', 'monospace'";