Skip to content

Commit

Permalink
fix: transparent works again
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Apr 23, 2021
1 parent eb6650d commit 45b598f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/tokyonight/util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ local xterm_colors = nil
local xterm_color_map = {}

function util.gui2cterm(color)
if color == "NONE" then return color end
if not xterm_colors then
xterm_colors = {}
for i, n in ipairs({ 47, 68, 40, 40, 40, 21 }) do
Expand Down

0 comments on commit 45b598f

Please sign in to comment.