Skip to content
This repository was archived by the owner on Nov 12, 2023. It is now read-only.

Commit abe9ecb

Browse files
committed
Merge sonph#107 into bbaovanc
2 parents 611abbf + f15eb08 commit abe9ecb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

vim/colors/onehalfdark.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ call s:h("MoreMsg", s:fg, "", "")
8484
call s:h("WarningMsg", s:red, "", "")
8585
call s:h("Question", s:purple, "", "")
8686

87-
call s:h("Pmenu", s:fg, s:cursor_line, "")
87+
call s:h("Pmenu", s:bg, s:fg, "")
8888
call s:h("PmenuSel", s:fg, s:blue, "")
8989
call s:h("PmenuSbar", "", s:selection, "")
9090
call s:h("PmenuThumb", "", s:fg, "")
@@ -107,7 +107,7 @@ call s:h("ColorColumn", "", s:color_col, "")
107107
call s:h("Conceal", s:fg, "", "")
108108
call s:h("Directory", s:blue, "", "")
109109
call s:h("VertSplit", s:vertsplit, s:vertsplit, "")
110-
call s:h("Folded", s:fg, "", "")
110+
call s:h("Folded", s:comment_fg, "", "")
111111
call s:h("FoldColumn", s:fg, "", "")
112112
call s:h("SignColumn", s:fg, "", "")
113113

vim/colors/onehalflight.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ call s:h("ColorColumn", "", s:color_col, "")
107107
call s:h("Conceal", s:fg, "", "")
108108
call s:h("Directory", s:blue, "", "")
109109
call s:h("VertSplit", s:vertsplit, s:vertsplit, "")
110-
call s:h("Folded", s:fg, "", "")
110+
call s:h("Folded", s:comment_fg, "", "")
111111
call s:h("FoldColumn", s:fg, "", "")
112112
call s:h("SignColumn", s:fg, "", "")
113113

0 commit comments

Comments
 (0)