From 45b598f6138f06fc3a38a9a967fcf9a8316900eb Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 23 Apr 2021 17:45:01 +0200 Subject: [PATCH] fix: transparent works again --- lua/tokyonight/util.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/tokyonight/util.lua b/lua/tokyonight/util.lua index 0ec093cf..83545f09 100644 --- a/lua/tokyonight/util.lua +++ b/lua/tokyonight/util.lua @@ -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