Skip to content

Commit

Permalink
Merge branch 'mr-upstream-106' into develop (sonph#106)
Browse files Browse the repository at this point in the history
Resolves sonph#111

* mr-upstream-106:
  Update onehalfdark.vim
  • Loading branch information
dwettstein committed Nov 11, 2023
2 parents bdd1906 + 2d6e27c commit 2868f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/colors/onehalfdark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "")
Expand Down

0 comments on commit 2868f28

Please sign in to comment.