aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-10-30 04:41:56 +0000
committerAkshay <[email protected]>2020-10-30 04:41:56 +0000
commit21221226d4835ae95dc8d70f2fd8032629138658 (patch)
treede3e1f0161d52bd1d56760caaff2f02e62aa57a2
parentf0dfa057fc18571b1f944dc36dd3475c652738a2 (diff)
remove type highlights
-rw-r--r--colors/plain.vim5
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
135hi! link PreCondit PreProc 135hi! link PreCondit PreProc
136 136
137"call s:h("Type", {"fg": s:purple}) 137"call s:h("Type", {"fg": s:purple})
138hi! link Type Normal 138hi! link Type secondAccent
139hi! link StorageClass Type 139hi! link StorageClass Type
140hi! link Structure Type 140hi! link Structure Type
141hi! link Typedef Type 141hi! link Typedef Type
@@ -276,9 +276,6 @@ hi link schemeSyntax Normal
276hi link schemeParentheses Noise 276hi link schemeParentheses Noise
277hi link schemeIdentifier Noise 277hi link schemeIdentifier Noise
278 278
279hi link haskellType secondAccent
280hi link elmType secondAccent
281
282hi link shCommandSub secondAccent 279hi link shCommandSub secondAccent
283 280
284hi link cFormat secondAccent 281hi link cFormat secondAccent