bongocat
This commit is contained in:
parent
3bfebb286d
commit
55ab904b48
3 changed files with 17 additions and 8 deletions
|
|
@ -28,11 +28,24 @@
|
||||||
"window.titleBarStyle" = "custom";
|
"window.titleBarStyle" = "custom";
|
||||||
|
|
||||||
"workbench.colorTheme" = "Catppuccin Macchiato";
|
"workbench.colorTheme" = "Catppuccin Macchiato";
|
||||||
"catppuccin.accentColor" = "mauve";
|
"catppuccin" = {
|
||||||
"catppuccin.customUIColors"."mauve"."statusBar.foreground" = "accent";
|
"accentColor" = "mauve";
|
||||||
|
"customUIColors" = {
|
||||||
|
"mauve"."statusBar.foreground" = "accent";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
"workbench.iconTheme" = "catppuccin-macchiato";
|
"workbench.iconTheme" = "catppuccin-macchiato";
|
||||||
"[nix]"."editor.tabSize" = 2;
|
"[rust]" = {
|
||||||
|
"editor.defaultFormatter" = "rust-lang.rustanalyzer";
|
||||||
|
"editor.formatOnSave" = true;
|
||||||
|
};
|
||||||
|
"[nix]" = {
|
||||||
|
"editor.tabSize" = 2;
|
||||||
|
};
|
||||||
|
"redhat.telemetry.enabled" = false;
|
||||||
|
"BongoCat.toggleStatusBar" = true;
|
||||||
|
"workbench.productIconTheme" = "bongocat";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@
|
||||||
./categories/cli
|
./categories/cli
|
||||||
./categories/desktop/common
|
./categories/desktop/common
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,4 @@ in {
|
||||||
)
|
)
|
||||||
inputs;
|
inputs;
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
|
||||||
nix-vscode-extensions.overlays.default
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue