From 07570b2fd3264a6beab42842d32e9e4c1269d2cc Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Sun, 17 Mar 2024 16:00:37 +0530 Subject: [PATCH] Add icon themes --- home-manager/vscode/vscode.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-manager/vscode/vscode.nix b/home-manager/vscode/vscode.nix index ba68f660..2fa296d8 100644 --- a/home-manager/vscode/vscode.nix +++ b/home-manager/vscode/vscode.nix @@ -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'";