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 1/2] 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, "") From f15eb08ed3998550655c0cdabe97cd9a6e6c4f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=C3=BAc=20L=C3=AA?= Date: Tue, 16 Feb 2021 15:58:07 +0000 Subject: [PATCH 2/2] Update onehalfdark.vim Update onehalflight.vim --- vim/colors/onehalfdark.vim | 4 ++-- vim/colors/onehalflight.vim | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vim/colors/onehalfdark.vim b/vim/colors/onehalfdark.vim index 39cbdfd..971cf2b 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:fg, s:cursor_line, "") +call s:h("Pmenu", s:bg, s:fg, "") call s:h("PmenuSel", s:fg, s:blue, "") call s:h("PmenuSbar", "", s:selection, "") call s:h("PmenuThumb", "", s:fg, "") @@ -107,7 +107,7 @@ call s:h("ColorColumn", "", s:color_col, "") call s:h("Conceal", s:fg, "", "") call s:h("Directory", s:blue, "", "") call s:h("VertSplit", s:vertsplit, s:vertsplit, "") -call s:h("Folded", s:fg, "", "") +call s:h("Folded", s:comment_fg, "", "") call s:h("FoldColumn", s:fg, "", "") call s:h("SignColumn", s:fg, "", "") diff --git a/vim/colors/onehalflight.vim b/vim/colors/onehalflight.vim index 288fcd0..f83f65c 100644 --- a/vim/colors/onehalflight.vim +++ b/vim/colors/onehalflight.vim @@ -107,7 +107,7 @@ call s:h("ColorColumn", "", s:color_col, "") call s:h("Conceal", s:fg, "", "") call s:h("Directory", s:blue, "", "") call s:h("VertSplit", s:vertsplit, s:vertsplit, "") -call s:h("Folded", s:fg, "", "") +call s:h("Folded", s:comment_fg, "", "") call s:h("FoldColumn", s:fg, "", "") call s:h("SignColumn", s:fg, "", "")