Set status line theme to the global colorscheme
instead of hardcoding the 'onedark' theme. It allows users to change the Neovim theme globally and to see those changes automatically reflected to the status line.
This commit is contained in:
parent
2510c29d62
commit
442860e266
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -205,7 +205,7 @@ require('lazy').setup({
|
|||
opts = {
|
||||
options = {
|
||||
icons_enabled = false,
|
||||
theme = 'onedark',
|
||||
theme = 'auto',
|
||||
component_separators = '|',
|
||||
section_separators = '',
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue