diff --git a/lua/absolute/after/catppuccin.lua b/lua/absolute/after/catppuccin.lua new file mode 100644 index 0000000..56dbc90 --- /dev/null +++ b/lua/absolute/after/catppuccin.lua @@ -0,0 +1,11 @@ +local theme = require("catppuccino") + +theme.setup({ + flavour = "mocha", + transparent_background = true, + dim_inactive = { + enabled = true, + shade = "dark", + percentage = 0.15, -- percentage of the shade to apply to the inactive window + }, +})