diff --git a/vim/colors/onehalfdark.vim b/vim/colors/onehalfdark.vim index abbd67f..971cf2b 100644 --- a/vim/colors/onehalfdark.vim +++ b/vim/colors/onehalfdark.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, "", "") 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, "", "")