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",
|
dark = "mocha",
|
||||||
light = "latte",
|
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")
|
vim.cmd.colorscheme("catppuccin")
|
||||||
end,
|
end,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user