fix: lualine theme to auto
Fixed remnant `lualine.options.theme` from `onedark` to `auto`.
This commit is contained in:
parent
9a104215c7
commit
f9775b92f0
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -212,7 +212,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 = '',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue