summaryrefslogtreecommitdiff
path: root/lua/one_light
diff options
context:
space:
mode:
authorKen Zhou <kendotzhou@gmail.com>2023-04-19 13:59:30 -0400
committerKen Zhou <kendotzhou@gmail.com>2023-04-19 13:59:30 -0400
commit9b142cf7ecef300d6e66f05ed8ae77f4e358bfcd (patch)
tree0d7ff3d6832133a0dc71ae15dffe0f13d1feeddf /lua/one_light
parentupdate submodule (diff)
update submodule, include new nvchad themes
Diffstat (limited to 'lua/one_light')
-rw-r--r--lua/one_light/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/one_light/init.lua b/lua/one_light/init.lua
index ae68823..a6f2165 100644
--- a/lua/one_light/init.lua
+++ b/lua/one_light/init.lua
@@ -4,7 +4,7 @@ local theme = require('one_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