feat(catppuccin.lua): add new Lua file catppuccin.lua with configuration for catppuccino theme setup

This commit is contained in:
David Ibia
2024-07-29 01:01:58 +01:00
parent 424dcf0028
commit c25f8963ba

View File

@@ -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
},
})