diff --git a/modules/home-manager/cli/neovim/files/lualine.lua b/modules/home-manager/cli/neovim/files/lualine.lua index 5e90e9c..0c5854b 100644 --- a/modules/home-manager/cli/neovim/files/lualine.lua +++ b/modules/home-manager/cli/neovim/files/lualine.lua @@ -1,7 +1,7 @@ require('lualine').setup { options = { icons_enabled = true, - theme = 'onedark', + theme = 'catppuccin', component_separators = { left = '|', right = '|'}, section_separators = { left = "", right = ""}, disabled_filetypes = {},