fix(vscode): update vscode color theme
This commit is contained in:
parent
67c7d6b38e
commit
4da50c7fdc
|
@ -16,8 +16,8 @@ in mkIf cfg.enable {
|
||||||
bbenoist.nix golang.go rust-lang.rust-analyzer
|
bbenoist.nix golang.go rust-lang.rust-analyzer
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"workbench.colorTheme" = mkIf theme "Catppuccin Frappé";
|
"workbench.colorTheme" = mkIf theme "Catppuccin Mocha";
|
||||||
"workbench.iconTheme" = mkIf theme "catppuccin-frappe";
|
"workbench.iconTheme" = mkIf theme "catppuccin-mocha";
|
||||||
"[nix]"."editor.tabSize" = 2;
|
"[nix]"."editor.tabSize" = 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue