From c4eaaa9cc75e1aaa4fadae7cb1f26cccb40ae306 Mon Sep 17 00:00:00 2001 From: Loong Wang Date: Mon, 7 Nov 2022 16:42:59 +0800 Subject: [PATCH] fix: `bg_float` when `styles.floats` is normal (#259) --- lua/tokyonight/colors.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tokyonight/colors.lua b/lua/tokyonight/colors.lua index 685d7afe..6d494903 100644 --- a/lua/tokyonight/colors.lua +++ b/lua/tokyonight/colors.lua @@ -135,7 +135,7 @@ function M.setup(opts) colors.bg_float = config.options.styles.floats == "transparent" and colors.none or config.options.styles.floats == "dark" and colors.bg_dark - or "none" + or "NONE" colors.bg_visual = util.darken(colors.blue0, 0.7) colors.bg_search = colors.blue0