mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: lualine template
This commit is contained in:
parent
c575f0b93f
commit
7f1637b6e8
5 changed files with 90 additions and 5 deletions
|
@ -52,8 +52,12 @@ return {
|
|||
theme = gettheme.roundedall(bubbles_theme)
|
||||
elseif theme_option == "square" then
|
||||
theme = gettheme.square(bubbles_theme)
|
||||
elseif theme_option == "transparent" then
|
||||
theme = gettheme.square(component.transparent(colors))
|
||||
elseif theme_option == "triangle" then
|
||||
theme = gettheme.triangle(bubbles_theme)
|
||||
elseif theme_option == "parallelogram" then
|
||||
theme = gettheme.parallelogram(bubbles_theme)
|
||||
elseif theme_option == "default" then
|
||||
theme = {}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue