From 8b60eff7e8d882b7fae2458bb00c019d115b9f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Iser?= Date: Sat, 30 Sep 2017 13:18:07 +0200 Subject: [PATCH] Patching dark type See #11 --- colors/codedark.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/colors/codedark.vim b/colors/codedark.vim index 97898f7..6f47701 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -282,4 +282,3 @@ call hi('goReceiverType', s:cdDarkBlue, {}, 'none', {}) call hi('goFunctionCall', s:cdYellow, {}, 'none', {}) call hi('goMethodCall', s:cdYellow, {}, 'none', {}) call hi('goSingleDecl', s:cdLightBlue, {}, 'none', {}) -call hi('Type', s:cdDarkBlue, {}, 'none', {})