diff options
author | Akshay <[email protected]> | 2020-10-30 04:26:04 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-10-30 04:26:04 +0000 |
commit | f0dfa057fc18571b1f944dc36dd3475c652738a2 (patch) | |
tree | fdb8e039057070181f53ada32d436624bc03f610 | |
parent | 37b84f1c326948f1269e6742870b783cfac0bef9 (diff) |
rework help colors
-rw-r--r-- | colors/plain.vim | 5 |
1 files changed, 4 insertions, 1 deletions
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 | |||
289 | hi link sqlSpecial firstAccent | 289 | hi link sqlSpecial firstAccent |
290 | hi link sqlKeyword secondAccent | 290 | hi link sqlKeyword secondAccent |
291 | 291 | ||
292 | hi link helpExample Normal | 292 | hi link helpExample Noise |
293 | hi link helpCommand secondAccent | ||
294 | hi link helpBacktick secondAccent | ||
295 | hi link helpSpecial Noise | ||
293 | 296 | ||
294 | hi link StorageClass Statement | 297 | hi link StorageClass Statement |
295 | 298 | ||