Add Rose Pine theme as first light

This commit is contained in:
David Heinemeier Hansson
2024-06-03 20:00:01 -07:00
parent 90f49554df
commit 7e6b8b9633
7 changed files with 109 additions and 1 deletions

View File

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