Set status line theme to the global colorscheme (#600)

This commit is contained in:
Victor Bertin 2024-01-29 13:48:14 +01:00 committed by GitHub
parent 2510c29d62
commit deaafcf549
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -205,7 +205,7 @@ require('lazy').setup({
opts = { opts = {
options = { options = {
icons_enabled = false, icons_enabled = false,
theme = 'onedark', theme = 'auto',
component_separators = '|', component_separators = '|',
section_separators = '', section_separators = '',
}, },