Skip to content

Commit 70c6334

Browse files
committed
fix(theme): apply terminal colors right away. Fixes #591
1 parent 0a84c2d commit 70c6334

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lua/tokyonight/theme.lua

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ function M.setup(opts)
2323
end
2424

2525
if opts.terminal_colors then
26-
vim.schedule(function()
27-
M.terminal(colors)
28-
end)
26+
M.terminal(colors)
2927
end
3028

3129
return colors, groups, opts

0 commit comments

Comments
 (0)