From e867d61a5f4af6664f326339e16c455640e93a79 Mon Sep 17 00:00:00 2001 From: BonaBeavis Date: Sun, 21 Nov 2021 15:23:35 +0100 Subject: Fix float background --- colors/base16-edge-light.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'colors/base16-edge-light.vim') diff --git a/colors/base16-edge-light.vim b/colors/base16-edge-light.vim index df781b4..140d138 100644 --- a/colors/base16-edge-light.vim +++ b/colors/base16-edge-light.vim @@ -234,8 +234,8 @@ call hi("CursorColumn", "", s:gui01, "", s:cterm01, "none", "") call hi("CursorLine", "", s:gui01, "", s:cterm01, "none", "") call hi("CursorLineNr", s:gui04, s:gui01, s:cterm04, s:cterm01, "bold", "") call hi("QuickFixLine", "", s:gui01, "", s:cterm01, "none", "") -call hi("PMenu", s:gui05, s:gui02, s:cterm05, s:cterm02, "none", "") -call hi("PMenuSel", s:gui01, s:gui05, s:cterm01, s:cterm05, "", "") +call hi("PMenu", s:gui05, s:gui01, s:cterm05, s:cterm01, "none", "") +call hi("PMenuSel", s:gui05, s:gui02, s:cterm02, s:cterm02, "", "") call hi("TabLine", s:gui03, s:gui01, s:cterm03, s:cterm01, "none", "") call hi("TabLineFill", s:gui03, s:gui01, s:cterm03, s:cterm01, "none", "") call hi("TabLineSel", s:gui0B, s:gui01, s:cterm0B, s:cterm01, "none", "") -- cgit v1.2.3