diff options
Diffstat (limited to 'lua/wombat')
| -rw-r--r-- | lua/wombat/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/wombat/init.lua b/lua/wombat/init.lua index 7bf977b..0d1e427 100644 --- a/lua/wombat/init.lua +++ b/lua/wombat/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'wombat' + vim.colors_name = 'b46-wombat' theme.set_highlights() end |