aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorDamjan 9000 <damjan.9000@gmail.com>2024-01-29 14:21:33 +0100
committerDamjan 9000 <damjan.9000@gmail.com>2024-01-29 14:21:33 +0100
commit460978b8a381bac73271007eca72d40d8f397d53 (patch)
treef6b5fa414fa4f16bb9f7c71d54f6d70f520d5aa5 /lua
parentcc5b4c6962999d079c79d74e2107d0db450ffa58 (diff)
parentdeaafcf5491a76f71d3bc70c9d75b3320fe83e83 (diff)
Merge 'upstream/master' Set status line theme to the global colorscheme
Diffstat (limited to 'lua')
-rw-r--r--lua/lazy-plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua
index f401a88..f4c392f 100644
--- a/lua/lazy-plugins.lua
+++ b/lua/lazy-plugins.lua
@@ -143,7 +143,7 @@ require('lazy').setup({
opts = {
options = {
icons_enabled = false,
- theme = 'onedark',
+ theme = 'auto',
component_separators = '|',
section_separators = '',
},