1
0

Set transparent background for catppuccin theme

This commit is contained in:
Patrick Auernig 2024-02-27 01:43:31 +01:00
parent f0bdbb11a3
commit e79bc5ab24

View File

@ -19,6 +19,7 @@ return {
priority = 1000,
config = function()
require("catppuccin").setup({
transparent_background = true,
custom_highlights = function(colors)
return {
Folded = { bg = colors.none },