feat(theme): add new Lua script to set the color scheme to catppuccin-macchiato

This commit is contained in:
David Ibia
2025-07-21 16:59:49 +01:00
parent a55fa95d04
commit e641c42858

1
lua/current-theme.lua Normal file
View File

@@ -0,0 +1 @@
vim.cmd("colorscheme catppuccin-macchiato")