From e641c4285842d7ab831faecfc212dd1ec1699e61 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Mon, 21 Jul 2025 16:59:49 +0100 Subject: [PATCH] feat(theme): add new Lua script to set the color scheme to catppuccin-macchiato --- lua/current-theme.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 lua/current-theme.lua diff --git a/lua/current-theme.lua b/lua/current-theme.lua new file mode 100644 index 0000000..5bd2d98 --- /dev/null +++ b/lua/current-theme.lua @@ -0,0 +1 @@ +vim.cmd("colorscheme catppuccin-macchiato") \ No newline at end of file