Added catppuccin/nix

This commit is contained in:
2025-10-19 11:33:12 -04:00
parent 6febc0906b
commit aea83699b8
7 changed files with 57 additions and 5 deletions

View File

@@ -17,6 +17,7 @@
aaron-bond.better-comments
yzane.markdown-pdf
mechatroner.rainbow-csv
catppuccin.catppuccin-vsc
# Remote development
ms-vscode-remote.remote-ssh
@@ -46,6 +47,8 @@
# General
"editor.formatOnSave" = true;
"workbench.iconTheme" = "material-icon-theme";
"workbench.colorTheme" = "Catppuccin Mocha";
"catppuccin.accentColor" = "flamingo";
# Prettier
"editor.defaultFormatter" = "esbenp.prettier-vscode";