From 425443f2da417d6a6c76f42c72dabafb5288924e Mon Sep 17 00:00:00 2001 From: Josh Dick Date: Wed, 22 Jul 2020 00:47:21 -0400 Subject: [PATCH] Remove custom Dart highlight group --- colors/onedark.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/colors/onedark.vim b/colors/onedark.vim index b04a26d..f205ef2 100644 --- a/colors/onedark.vim +++ b/colors/onedark.vim @@ -302,7 +302,6 @@ call s:h("dartTypeDef", { "fg": s:red }) call s:h("dartClassDecl", { "fg": s:red }) call s:h("dartInterpolation", { "fg": s:blue }) highlight link dartLibrary Include -call s:h("dartCoreClasses", { "fg": s:cyan }) call s:h("dartSdkClass", { "fg": s:cyan }) call s:h("dartStorageClass", { "fg": s:dark_red }) highlight link dartExceptions Exception