diff options
Diffstat (limited to 'fnl/plugins/lualine.fnl')
-rw-r--r-- | fnl/plugins/lualine.fnl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fnl/plugins/lualine.fnl b/fnl/plugins/lualine.fnl index 9cda2ef..ef79a5a 100644 --- a/fnl/plugins/lualine.fnl +++ b/fnl/plugins/lualine.fnl @@ -66,10 +66,7 @@ (_G.util.setup! :lualine { :options { - :theme { - :normal { :c {:bg colors.bg}} - :inactive { :c {:bg colors.fade-bg}} - } + :theme :auto :component_separators { :left "" :right "" } :section_separators { :left "" :right "" } } |