mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-30 09:24:25 +01:00
15 lines
159 B
Lua
15 lines
159 B
Lua
return {
|
|
{
|
|
"catppuccin",
|
|
opts = {
|
|
transparent_background = true,
|
|
},
|
|
},
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "catppuccin",
|
|
},
|
|
},
|
|
}
|