add: lualine theme

This commit is contained in:
asep.komarudin 2024-05-23 14:15:21 +07:00
parent c33971749e
commit c575f0b93f
5 changed files with 96 additions and 5 deletions

View file

@ -129,6 +129,22 @@ return {
return icons.ui.Neovim .. " " .. str
end,
},
mode_roundedall = {
"mode",
padding = 1,
separator = { left = "", right = "" },
fmt = function(str)
return icons.ui.Neovim .. " " .. str
end,
},
mode_triangle = {
"mode",
padding = 1,
separator = { left = " ", right = "" },
fmt = function(str)
return icons.ui.Neovim .. " " .. str
end,
},
mode_square = {
"mode",