From f9775b92f04b4c355c6951d7f354dbdd683526ad Mon Sep 17 00:00:00 2001 From: David Papp Date: Sun, 10 Dec 2023 20:05:49 +0100 Subject: [PATCH] fix: lualine theme to `auto` Fixed remnant `lualine.options.theme` from `onedark` to `auto`. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 6258a4e3..6b800dff 100644 --- a/init.lua +++ b/init.lua @@ -212,7 +212,7 @@ require('lazy').setup({ opts = { options = { icons_enabled = false, - theme = 'onedark', + theme = 'auto', component_separators = '|', section_separators = '', },