mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
add: lualine theme
This commit is contained in:
parent
c33971749e
commit
c575f0b93f
5 changed files with 96 additions and 5 deletions
|
@ -48,8 +48,12 @@ return {
|
|||
local theme = gettheme.rounded(bubbles_theme)
|
||||
if theme_option == "rounded" then
|
||||
theme = gettheme.rounded(bubbles_theme)
|
||||
elseif theme_option == "roundedall" then
|
||||
theme = gettheme.roundedall(bubbles_theme)
|
||||
elseif theme_option == "square" then
|
||||
theme = gettheme.square(bubbles_theme)
|
||||
elseif theme_option == "triangle" then
|
||||
theme = gettheme.triangle(bubbles_theme)
|
||||
elseif theme_option == "default" then
|
||||
theme = {}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue