summaryrefslogtreecommitdiffstats
path: root/nvim/init.lua
diff options
context:
space:
mode:
authorVictor Bertin <83238030+v-bertin@users.noreply.github.com>2024-01-29 13:48:14 +0100
committerGitHub <noreply@github.com>2024-01-29 07:48:14 -0500
commit65120c4039e445820645643aef0937144a24704d (patch)
tree89e4f5179f141b274dc19d1ae6e52583076b9593 /nvim/init.lua
parent45ec4f42d1f8ce76d7542b3305a561704a02d3ea (diff)
downloaddots-65120c4039e445820645643aef0937144a24704d.tar.gz
Set status line theme to the global colorscheme (#600)
Diffstat (limited to 'nvim/init.lua')
-rw-r--r--nvim/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/init.lua b/nvim/init.lua
index 1ff16af..3694bc0 100644
--- a/nvim/init.lua
+++ b/nvim/init.lua
@@ -205,7 +205,7 @@ require('lazy').setup({
opts = {
options = {
icons_enabled = false,
- theme = 'onedark',
+ theme = 'auto',
component_separators = '|',
section_separators = '',
},