diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-01-29 14:21:33 +0100 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2024-01-29 14:21:33 +0100 |
commit | 460978b8a381bac73271007eca72d40d8f397d53 (patch) | |
tree | f6b5fa414fa4f16bb9f7c71d54f6d70f520d5aa5 /lua/lazy-plugins.lua | |
parent | cc5b4c6962999d079c79d74e2107d0db450ffa58 (diff) | |
parent | deaafcf5491a76f71d3bc70c9d75b3320fe83e83 (diff) |
Merge 'upstream/master' Set status line theme to the global colorscheme
Diffstat (limited to 'lua/lazy-plugins.lua')
-rw-r--r-- | lua/lazy-plugins.lua | 2 |
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 = '', }, |