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