fix(vscode): update vscode color theme

This commit is contained in:
514fpv 2024-06-24 10:04:43 +08:00
parent 67c7d6b38e
commit 4da50c7fdc
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -16,8 +16,8 @@ in mkIf cfg.enable {
bbenoist.nix golang.go rust-lang.rust-analyzer
];
userSettings = {
"workbench.colorTheme" = mkIf theme "Catppuccin Frappé";
"workbench.iconTheme" = mkIf theme "catppuccin-frappe";
"workbench.colorTheme" = mkIf theme "Catppuccin Mocha";
"workbench.iconTheme" = mkIf theme "catppuccin-mocha";
"[nix]"."editor.tabSize" = 2;
};
};