dark-theme

This commit is contained in:
MysterieDev 2024-04-24 10:59:09 +02:00
parent a0898bea1f
commit 8693b55d3f
2 changed files with 4 additions and 2 deletions

View file

@ -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
}