refactor: color scheme settings

This commit is contained in:
Dinesh Salunke 2025-02-03 12:16:19 +05:30
parent 6cd3836bd7
commit 6a5a899429

View File

@ -15,7 +15,19 @@ return {
dark = "mocha",
light = "latte",
},
transparent_background = false,
integrations = {
cmp = true,
gitsigns = true,
nvimtree = true,
treesitter = true,
notify = false,
mini = {
enabled = true,
indentscope_color = "",
},
-- For more plugins integrations please scroll down (https://github.com/catppuccin/nvim#integrations)
},
transparent_background = true,
})
vim.cmd.colorscheme("catppuccin")
end,