aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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