2022-05-10 18:00:16 +02:00
|
|
|
local catppuccin = require("catppuccin")
|
|
|
|
|
|
|
|
catppuccin.setup({
|
2022-05-10 19:04:51 +02:00
|
|
|
transparent_background = true,
|
2022-05-10 18:00:16 +02:00
|
|
|
integrations = {nvimtree = {transparent_panel = true}}
|
|
|
|
})
|
2022-05-10 19:04:51 +02:00
|
|
|
|
|
|
|
vim.cmd [[colorscheme catppuccin]]
|