1
Fork 0
satellite/modules/themes/catppuccin/nvim.lua
2022-05-10 19:00:16 +03:00

7 lines
157 B
Lua

local catppuccin = require("catppuccin")
catppuccin.setup({
transparet_background = true,
integrations = {nvimtree = {transparent_panel = true}}
})