From 874025539668857c18b6d9c6808915c3ecb22685 Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Tue, 23 Jul 2024 21:50:35 +0200 Subject: [PATCH] style: set comments to normal instead of italic --- colors/peel-enhanced.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/peel-enhanced.vim b/colors/peel-enhanced.vim index 2358614..a0917d0 100644 --- a/colors/peel-enhanced.vim +++ b/colors/peel-enhanced.vim @@ -46,7 +46,7 @@ hi Folded guifg=#e2dfd7 guibg=NONE gui=NONE hi Normal guifg=#d6e1c7 guibg=NONE gui=NONE hi Boolean guifg=#f7b83d guibg=NONE gui=italic hi Character guifg=#f4d370 guibg=NONE gui=NONE -hi Comment guifg=#585146 guibg=NONE gui=italic +hi Comment guifg=#585146 guibg=NONE gui=NONE hi Conditional guifg=#94c7b6 guibg=NONE gui=NONE hi Constant guifg=NONE guibg=NONE gui=NONE hi Define guifg=#94c7b6 guibg=NONE gui=NONE