diff options
author | Akshay <[email protected]> | 2020-10-30 04:41:56 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-10-30 04:41:56 +0000 |
commit | 21221226d4835ae95dc8d70f2fd8032629138658 (patch) | |
tree | de3e1f0161d52bd1d56760caaff2f02e62aa57a2 | |
parent | f0dfa057fc18571b1f944dc36dd3475c652738a2 (diff) |
remove type highlights
-rw-r--r-- | colors/plain.vim | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/colors/plain.vim b/colors/plain.vim index f8f97b2..ae990a3 100644 --- a/colors/plain.vim +++ b/colors/plain.vim | |||
@@ -135,7 +135,7 @@ hi! link Macro PreProc | |||
135 | hi! link PreCondit PreProc | 135 | hi! link PreCondit PreProc |
136 | 136 | ||
137 | "call s:h("Type", {"fg": s:purple}) | 137 | "call s:h("Type", {"fg": s:purple}) |
138 | hi! link Type Normal | 138 | hi! link Type secondAccent |
139 | hi! link StorageClass Type | 139 | hi! link StorageClass Type |
140 | hi! link Structure Type | 140 | hi! link Structure Type |
141 | hi! link Typedef Type | 141 | hi! link Typedef Type |
@@ -276,9 +276,6 @@ hi link schemeSyntax Normal | |||
276 | hi link schemeParentheses Noise | 276 | hi link schemeParentheses Noise |
277 | hi link schemeIdentifier Noise | 277 | hi link schemeIdentifier Noise |
278 | 278 | ||
279 | hi link haskellType secondAccent | ||
280 | hi link elmType secondAccent | ||
281 | |||
282 | hi link shCommandSub secondAccent | 279 | hi link shCommandSub secondAccent |
283 | 280 | ||
284 | hi link cFormat secondAccent | 281 | hi link cFormat secondAccent |