summaryrefslogtreecommitdiff
path: root/lua/oceanic_light
diff options
context:
space:
mode:
Diffstat (limited to 'lua/oceanic_light')
-rw-r--r--lua/oceanic_light/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/oceanic_light/init.lua b/lua/oceanic_light/init.lua
index ae5b065..135364a 100644
--- a/lua/oceanic_light/init.lua
+++ b/lua/oceanic_light/init.lua
@@ -10,7 +10,7 @@ M.setup = function()
end
vim.o.termguicolors = true
- vim.g.colors_name = 'oceanic_light'
+ vim.colors_name = 'b46-oceanic_light'
theme.set_highlights()
end