11 lines
219 B
Cheetah
11 lines
219 B
Cheetah
|
{{ if eq .drapeau.colors.name "rose-pine" -}}
|
||
|
return {
|
||
|
{
|
||
|
"nvim-lualine/lualine.nvim",
|
||
|
opts = function(_, opts)
|
||
|
table.insert(opts.options, { theme = {{ .drapeau.colors.name}} })
|
||
|
end
|
||
|
},
|
||
|
}
|
||
|
{{ end -}}
|