Add Everforest to vscode

This commit is contained in:
David Heinemeier Hansson
2024-06-03 20:56:14 -07:00
parent d9d8fbbf93
commit ba74f4c3fd
2 changed files with 4 additions and 1 deletions

View File

@ -8,4 +8,5 @@ if [ -n "$FORCE" ] || ! command -v code &>/dev/null; then
code --install-extension jdinhlife.gruvbox
code --install-extension Catppuccin.catppuccin-vsc
code --install-extension mvllow.rose-pine
code --install-extension sainnhe.everforest
fi