aboutsummaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-03-04 20:51:17 -0600
committeramelia squires <[email protected]>2025-03-04 20:51:17 -0600
commitd0257e5b13b6d30a3a74a183d08a766540b62a74 (patch)
treec230515e8c7c2f5bf89dd861107d0bd0023e6ff8 /fnl/plugins
parent7d915353bf59ab8f94420bcdd6a17858c9c3962d (diff)
themingHEADmain
Diffstat (limited to 'fnl/plugins')
-rw-r--r--fnl/plugins/lualine.fnl5
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 "" }
}