Switching theme to everforest and removing old themes.

This commit is contained in:
calcu1on
2025-04-20 16:11:38 -04:00
parent b3ab200719
commit 945caaefb1
8 changed files with 77 additions and 77 deletions

View File

@@ -6,7 +6,7 @@ return {
config = function()
require('lualine').setup({
options= {
theme = 'gruvbox-material'
theme = 'everforest'
}
})
end