7 lines
157 B
Lua
7 lines
157 B
Lua
local catppuccin = require("catppuccin")
|
|
|
|
catppuccin.setup({
|
|
transparet_background = true,
|
|
integrations = {nvimtree = {transparent_panel = true}}
|
|
})
|