home(vscode): update vscode color theme
This commit is contained in:
parent
7f63055615
commit
1c1ac1ae34
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue