Files
omakub/themes/neovim/catppuccin.lua
David Heinemeier Hansson 6a93766d71 Revert "Merge pull request #71 from 2KAbhishek/feat/transparent-neovim-bg"
This reverts commit 7230d4ecaf, reversing
changes made to 2a63d60da1.
2024-06-10 17:00:55 +02:00

15 lines
159 B
Lua

return {
{
"catppuccin",
opts = {
transparent_background = true,
},
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin",
},
},
}