changed themes to tokyonight

This commit is contained in:
Mike G 2024-09-14 20:38:22 -04:00
parent 7b6c664ceb
commit f6408d9d47
5 changed files with 13 additions and 12 deletions

View file

@ -5,7 +5,7 @@ return {
config = function()
require('lualine').setup({
options = {
theme = 'nord',
theme = 'tokyonight',
},
})
end,