forked from dineshsalunke/nvim-config
refactor: color scheme settings
This commit is contained in:
parent
6cd3836bd7
commit
6a5a899429
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user