feat: switch everything to catppuccin-mocha

Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com>
This commit is contained in:
Anthony Oteri
2026-03-15 14:58:07 -04:00
parent 1ee9a0612e
commit 7e64c92952
21 changed files with 748 additions and 168 deletions
+24
View File
@@ -0,0 +1,24 @@
return {
{
"catppuccin/nvim",
name = "catppuccin",
priority = 1000,
opts = {
flavour = "mocha", -- Choose: latte, frappe, macchiato, mocha
transparent_background = true,
integrations = {
cmp = true,
gitsigns = true,
nvimtree = true,
notify = true,
mini = { enabled = true },
navic = { enabled = true, custom_bg = "lualine" },
telescope = true,
which_key = true,
-- Add other integrations as needed
},
dim_inactive = { enabled = false },
},
},
{ "LazyVim/LazyVim", opts = { colorscheme = "catppuccin" } },
}