feat: new themes for lualine (#267)

This commit is contained in:
PRIZ ;] 2024-05-10 12:22:41 -05:00 committed by GitHub
commit b24b48d35b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 140 additions and 68 deletions

View file

@ -1,26 +1 @@
local p = require("rose-pine.palette")
return {
normal = {
a = { bg = p.surface, fg = p.rose, gui = "bold" },
b = { bg = p.surface, fg = p.text },
c = { bg = p.surface, fg = p.subtle, gui = "italic" },
},
insert = {
a = { bg = p.surface, fg = p.foam, gui = "bold" },
},
visual = {
a = { bg = p.surface, fg = p.iris, gui = "bold" },
},
replace = {
a = { bg = p.surface, fg = p.pine, gui = "bold" },
},
command = {
a = { bg = p.surface, fg = p.love, gui = "bold" },
},
inactive = {
a = { bg = p.base, fg = p.subtle, gui = "bold" },
b = { bg = p.base, fg = p.subtle },
c = { bg = p.base, fg = p.subtle, gui = "italic" },
},
}
return require("rose-pine.plugins.lualine").alternate