Skip to content

Commit

Permalink
fix(theme): apply terminal colors right away. Fixes #591
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jul 9, 2024
1 parent 0a84c2d commit 70c6334
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ function M.setup(opts)
end

if opts.terminal_colors then
vim.schedule(function()
M.terminal(colors)
end)
M.terminal(colors)
end

return colors, groups, opts
Expand Down

0 comments on commit 70c6334

Please sign in to comment.