Skip to content

Commit

Permalink
Set Tokyo Night theme
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Mar 17, 2024
1 parent 27594b8 commit f1100a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/vscode/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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'";
Expand Down

0 comments on commit f1100a8

Please sign in to comment.