9 lines
194 B
Lua
9 lines
194 B
Lua
local catppuccin = require("catppuccin")
|
|
|
|
catppuccin.setup({
|
|
transparent_background = true,
|
|
integrations = {nvimtree = {transparent_panel = true}}
|
|
})
|
|
|
|
vim.cmd [[colorscheme catppuccin]]
|