diff options
| author | Ken Zhou <kendotzhou@gmail.com> | 2023-04-19 13:59:30 -0400 |
|---|---|---|
| committer | Ken Zhou <kendotzhou@gmail.com> | 2023-04-19 13:59:30 -0400 |
| commit | 9b142cf7ecef300d6e66f05ed8ae77f4e358bfcd (patch) | |
| tree | 0d7ff3d6832133a0dc71ae15dffe0f13d1feeddf /lua/onenord_light | |
| parent | update submodule (diff) | |
update submodule, include new nvchad themes
Diffstat (limited to 'lua/onenord_light')
| -rw-r--r-- | lua/onenord_light/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/onenord_light/init.lua b/lua/onenord_light/init.lua index 714b3e4..7624aac 100644 --- a/lua/onenord_light/init.lua +++ b/lua/onenord_light/init.lua @@ -4,7 +4,7 @@ local theme = require('onenord_light.theme') M.setup = function() vim.cmd('hi clear') - vim.o.background = 'light' + vim.o.background = 'dark' if vim.fn.exists('syntax_on') then vim.cmd('syntax reset') end |