diff options
author | amelia squires <[email protected]> | 2025-03-04 20:51:17 -0600 |
---|---|---|
committer | amelia squires <[email protected]> | 2025-03-04 20:51:17 -0600 |
commit | d0257e5b13b6d30a3a74a183d08a766540b62a74 (patch) | |
tree | c230515e8c7c2f5bf89dd861107d0bd0023e6ff8 /fnl/plugins/lualine.fnl | |
parent | 7d915353bf59ab8f94420bcdd6a17858c9c3962d (diff) |
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 "" } } |