From cc6dd288864ce5082d837d39b53875eb4f2e1d3f Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Mon, 12 Jun 2023 21:44:27 +0200 Subject: [PATCH] lighter float window background --- lua/plugins/astrodark.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/astrodark.lua b/lua/plugins/astrodark.lua index 22c908c..4b216dc 100644 --- a/lua/plugins/astrodark.lua +++ b/lua/plugins/astrodark.lua @@ -45,6 +45,7 @@ return { ['Structure'] = { link = 'Type' }, ['Constant'] = { fg = 'NONE' }, ['@parameter'] = { fg = C.purple }, + ['NormalFloat'] = { bg = C.surface0 }, } } })