From 789a978af215d6c19065a1f4d558a871d261fd46 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 20 Jul 2021 09:40:31 +0200 Subject: [PATCH] fix: LspFloatWinNormal bg to bg_float --- lua/tokyonight/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 267a2ad..1c076d1 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -343,7 +343,7 @@ function M.setup(config) DiagnosticInformation = { fg = c.info }, DiagnosticHint = { fg = c.hint }, - LspFloatWinNormal = { bg = c.dark }, + LspFloatWinNormal = { bg = c.bg_float }, LspFloatWinBorder = { fg = c.border_highlight }, LspSagaBorderTitle = { fg = c.cyan }, LspSagaHoverBorder = { fg = c.blue },