change(colorscheme): use catppuccin latte (light theme)

This commit is contained in:
qwjyh 2024-11-15 20:53:54 +09:00
parent c10ff130ce
commit 3a6eda6c77
3 changed files with 5 additions and 2 deletions

View file

@ -389,7 +389,7 @@ vim.keymap.set('n', 'L', '<cmd>tabn<cr>', { desc = 'tab next' })
require('catppuccin').setup({
transparent_background = true,
})
vim.cmd.colorscheme "catppuccin"
vim.cmd.colorscheme "catppuccin-latte"
-----------------------------------------------------------
vim.g.mapleader = ' '