Skip to content

Commit d993de9

Browse files
committed
Set status line theme to the global colorscheme (nvim-lua#600)
1 parent d071263 commit d993de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ require('lazy').setup({
205205
opts = {
206206
options = {
207207
icons_enabled = false,
208-
theme = 'onedark',
208+
theme = 'auto',
209209
component_separators = '|',
210210
section_separators = '',
211211
},

0 commit comments

Comments
 (0)