From 875631fc4e79e12a4b26e89a8daa49ed46830a35 Mon Sep 17 00:00:00 2001 From: "asep.komarudin" Date: Tue, 21 May 2024 08:37:12 +0700 Subject: [PATCH] add: tidy up the code, more modular --- lua/plugins/lualine.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index 1cf312e..0016957 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -19,7 +19,7 @@ return { local colors = component.colors -- check config for theme - local set_theme + local set_theme = "auto" local bubbles_theme local data_exists, config = pcall(require, "core.config") if data_exists then @@ -46,7 +46,7 @@ return { colors.blue = clr.green colors.black = clr.black colors.cyan = clr.yellow - set_theme = bubbles_theme + set_theme = "bubbles_theme" end, default = function() set_theme = "auto"