aboutsummaryrefslogtreecommitdiff
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
commitdeaafcf5491a76f71d3bc70c9d75b3320fe83e83 (patch)
tree4bfa3d81f585d2d168dd1e3eb31e7b35caaaabfa
parent2510c29d62d39d63bb75f1a613d2ae628a2af4ee (diff)
Set status line theme to the global colorscheme (#600)
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 1ff16af..3694bc0 100644
--- a/init.lua
+++ b/init.lua
@@ -205,7 +205,7 @@ require('lazy').setup({
opts = {
options = {
icons_enabled = false,
- theme = 'onedark',
+ theme = 'auto',
component_separators = '|',
section_separators = '',
},