dark-theme
This commit is contained in:
parent
a0898bea1f
commit
8693b55d3f
2 changed files with 4 additions and 2 deletions
|
|
@ -5,6 +5,7 @@ return {
|
|||
},
|
||||
init = function()
|
||||
vim.g.airline_powerline_fonts = 1
|
||||
vim.g.airline_theme = 'bubblegum'
|
||||
-- vim.g.airline_theme = 'bubblegum'
|
||||
vim.g.airline_theme = 'base16_gruvbox_dark_soft'
|
||||
end, -- Lazy load the configuration when vim-airline is loaded
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue