diff options
author | Victor Bertin <83238030+v-bertin@users.noreply.github.com> | 2024-01-29 13:48:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-29 07:48:14 -0500 |
commit | deaafcf5491a76f71d3bc70c9d75b3320fe83e83 (patch) | |
tree | 4bfa3d81f585d2d168dd1e3eb31e7b35caaaabfa | |
parent | 2510c29d62d39d63bb75f1a613d2ae628a2af4ee (diff) |
Set status line theme to the global colorscheme (#600)
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ require('lazy').setup({ opts = { options = { icons_enabled = false, - theme = 'onedark', + theme = 'auto', component_separators = '|', section_separators = '', }, |