diff --git a/colors/pencil.vim b/colors/pencil.vim index 108773c..444d55d 100644 --- a/colors/pencil.vim +++ b/colors/pencil.vim @@ -239,8 +239,11 @@ call s:h("WildMenu", {"fg": s:bg, "bg": s:norm}) call s:h("Folded", {"fg": s:medium_gray}) call s:h("FoldColumn", {"fg": s:bg_subtle}) call s:h("DiffAdd", {"bg": s:bg_subtle, "fg": s:green}) +call s:h("DiffAdded", {"bg": s:bg_subtle, "fg": s:green}) call s:h("DiffDelete", {"bg": s:bg_subtle, "fg": s:red}) +call s:h("DiffRemoved", {"bg": s:bg_subtle, "fg": s:red}) call s:h("DiffChange", {"bg": s:bg_subtle, "fg": s:dark_yellow}) +call s:h("DiffChanged", {"bg": s:bg_subtle, "fg": s:dark_yellow}) call s:h("DiffText", {"bg": s:bg_subtle, "fg": s:dark_blue}) call s:h("SignColumn", {"fg": s:light_green})