From 2d6e27ce9273a67baa6356e488e174f4f42fdf87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=C3=BAc=20L=C3=AA?= Date: Tue, 16 Feb 2021 15:37:25 +0000 Subject: [PATCH] Update onehalfdark.vim --- vim/colors/onehalfdark.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/colors/onehalfdark.vim b/vim/colors/onehalfdark.vim index abbd67f..39cbdfd 100644 --- a/vim/colors/onehalfdark.vim +++ b/vim/colors/onehalfdark.vim @@ -84,7 +84,7 @@ call s:h("MoreMsg", s:fg, "", "") call s:h("WarningMsg", s:red, "", "") call s:h("Question", s:purple, "", "") -call s:h("Pmenu", s:bg, s:fg, "") +call s:h("Pmenu", s:fg, s:cursor_line, "") call s:h("PmenuSel", s:fg, s:blue, "") call s:h("PmenuSbar", "", s:selection, "") call s:h("PmenuThumb", "", s:fg, "")