1
Fork 0

Beautiful transparency + more

This commit is contained in:
Matei Adriel 2023-08-13 05:15:32 +03:00
commit 7b4a8b2fa4
No known key found for this signature in database
22 changed files with 303 additions and 163 deletions
dotfiles/neovim/lua/my/plugins/themes

View file

@ -12,7 +12,7 @@ function M.config()
vim.g.catppuccin_flavour = H.variant("Catppuccin")
catppuccin.setup({
transparent_background = false,
transparent_background = true,
integrations = { nvimtree = true },
})