1
Fork 0
satellite/modules/themes/catppuccin/nvim.lua

9 lines
194 B
Lua
Raw Normal View History

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