From b9b1fb7444759fa0b90f616cce01b4d88fa93e7b Mon Sep 17 00:00:00 2001 From: Jason Wang Date: Wed, 25 Nov 2020 19:46:58 -0800 Subject: [PATCH] Italicize vim comments --- vim/colors/onehalfdark.vim | 2 +- vim/colors/onehalflight.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/colors/onehalfdark.vim b/vim/colors/onehalfdark.vim index 77e9919..abbd67f 100644 --- a/vim/colors/onehalfdark.vim +++ b/vim/colors/onehalfdark.vim @@ -123,7 +123,7 @@ call s:h("WildMenu", s:fg, "", "") " See :help hl-Whitespace and :help hl-SpecialKey call s:h("Whitespace", s:non_text, "", "") call s:h("NonText", s:non_text, "", "") -call s:h("Comment", s:comment_fg, "", "") +call s:h("Comment", s:comment_fg, "", "italic") call s:h("Constant", s:cyan, "", "") call s:h("String", s:green, "", "") call s:h("Character", s:green, "", "") diff --git a/vim/colors/onehalflight.vim b/vim/colors/onehalflight.vim index 54f0e8f..288fcd0 100644 --- a/vim/colors/onehalflight.vim +++ b/vim/colors/onehalflight.vim @@ -123,7 +123,7 @@ call s:h("WildMenu", s:fg, "", "") " See :help hl-Whitespace and :help hl-SpecialKey call s:h("Whitespace", s:non_text, "", "") call s:h("NonText", s:non_text, "", "") -call s:h("Comment", s:comment_fg, "", "") +call s:h("Comment", s:comment_fg, "", "italic") call s:h("Constant", s:cyan, "", "") call s:h("String", s:green, "", "") call s:h("Character", s:green, "", "")