Skip to content

Commit

Permalink
Add icon themes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Mar 17, 2024
1 parent 6058952 commit 07570b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home-manager/vscode/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
userSettings = {
"workbench.colorTheme" = "SynthWave '84";
# "Tokyo Night"; # "Dracula"; # "Default Dark Modern"; # ^ Set the default theme
"workbench.productIconTheme" = "material-product-icons"; # Set the product icon theme
"workbench.iconTheme" = "material-icon-theme" # Set the file icon theme

"git.confirmSync" = false; # Do not ask for confirmation when syncing
"git.autofetch" = true; # Periodically fetch from remotes
"editor.fontFamily" = "'Fira Code Nerd Font', 'Inconsolata LGC Nerd Font', 'Droid Sans Mono', 'monospace'";
Expand Down

0 comments on commit 07570b2

Please sign in to comment.