From b3ab200719fb3a5d92135eb89e3e854b61abef05 Mon Sep 17 00:00:00 2001 From: calcu1on Date: Tue, 15 Apr 2025 11:13:34 -0400 Subject: [PATCH] Update lualine theme. --- lua/plugins/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index 8aa32a3..540e38b 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -6,7 +6,7 @@ return { config = function() require('lualine').setup({ options= { - theme = 'material' + theme = 'gruvbox-material' } }) end