transparent background on theme
This commit is contained in:
parent
e1a4293636
commit
add56d174d
|
|
@ -1,13 +1,16 @@
|
|||
return function()
|
||||
-- setup Catppuccin
|
||||
require('catppuccin').setup {
|
||||
flavour = 'mocha', -- options: latte, frappe, macchiato, mocha
|
||||
flavour = 'macchiato', -- options: latte, frappe, macchiato, mocha
|
||||
integrations = {
|
||||
-- Optional: enable integrations for plugins like telescope, lualine, etc
|
||||
telescope = true,
|
||||
nvimtree = true,
|
||||
cmp = true,
|
||||
mason = true,
|
||||
treesitter = true,
|
||||
},
|
||||
transparent_background = true,
|
||||
}
|
||||
-- load the colorscheme
|
||||
vim.cmd.colorscheme 'catppuccin'
|
||||
|
|
|
|||
Loading…
Reference in New Issue