From 21221226d4835ae95dc8d70f2fd8032629138658 Mon Sep 17 00:00:00 2001
From: Akshay <nerdy@peppe.rs>
Date: Fri, 30 Oct 2020 10:11:56 +0530
Subject: remove type highlights

---
 colors/plain.vim | 5 +----
 1 file changed, 1 insertion(+), 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
 hi! link PreCondit        PreProc
 
 "call s:h("Type",          {"fg": s:purple})
-hi! link Type             Normal
+hi! link Type             secondAccent
 hi! link StorageClass     Type
 hi! link Structure        Type
 hi! link Typedef          Type
@@ -276,9 +276,6 @@ hi link schemeSyntax Normal
 hi link schemeParentheses Noise
 hi link schemeIdentifier Noise
 
-hi link haskellType secondAccent
-hi link elmType secondAccent
-
 hi link shCommandSub secondAccent
 
 hi link cFormat secondAccent
-- 
cgit v1.2.3