Desktop/programs/vscode: override catppuccin theme
This commit is contained in:
parent
cf34e7c222
commit
1443e62ccd
1 changed files with 4 additions and 1 deletions
|
|
@ -8,7 +8,10 @@ let inputs = flakeSelf.inputs; in
|
|||
mutableExtensionsDir = false;
|
||||
extensions = with inputs.vscode-extensions.extensions.x86_64-linux.open-vsx; [
|
||||
jnoortheen.nix-ide
|
||||
pkgs.catppuccin-vsc
|
||||
(pkgs.catppuccin-vsc.override {
|
||||
workbenchMode = "flat";
|
||||
extraBordersEnabled = true;
|
||||
})
|
||||
catppuccin.catppuccin-vsc-icons
|
||||
];
|
||||
userSettings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue