From f0dfa057fc18571b1f944dc36dd3475c652738a2 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 30 Oct 2020 09:56:04 +0530 Subject: rework help colors --- colors/plain.vim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/colors/plain.vim b/colors/plain.vim index 2419d89..f8f97b2 100644 --- a/colors/plain.vim +++ b/colors/plain.vim @@ -289,7 +289,10 @@ hi link nixNamespacedBuiltin secondAccent hi link sqlSpecial firstAccent hi link sqlKeyword secondAccent -hi link helpExample Normal +hi link helpExample Noise +hi link helpCommand secondAccent +hi link helpBacktick secondAccent +hi link helpSpecial Noise hi link StorageClass Statement -- cgit v1.2.3