From 15b37caad767b2968a5eaf2aa0ab0b9c9d6b6d40 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Fri, 15 Mar 2024 10:07:28 -0400 Subject: [PATCH] Tweak LaTeX hilighting in goodwolf --- colors/goodwolf.vim | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/colors/goodwolf.vim b/colors/goodwolf.vim index 1a9b361..5a19058 100644 --- a/colors/goodwolf.vim +++ b/colors/goodwolf.vim @@ -463,20 +463,26 @@ call GoodWolfHL('texDocType', 'dress', '', 'none') call GoodWolfHL('texSection', 'dress', '', 'none') call GoodWolfHL('texBeginEnd', 'dress', '', 'none') -call GoodWolfHL('texMathZoneX', 'orange', '', 'none') -call GoodWolfHL('texMathZoneA', 'orange', '', 'none') -call GoodWolfHL('texMathZoneB', 'orange', '', 'none') -call GoodWolfHL('texMathZoneC', 'orange', '', 'none') -call GoodWolfHL('texMathZoneD', 'orange', '', 'none') -call GoodWolfHL('texMathZoneE', 'orange', '', 'none') -call GoodWolfHL('texMathZoneV', 'orange', '', 'none') -call GoodWolfHL('texMathZoneX', 'orange', '', 'none') +call GoodWolfHL('texCmd', 'dress', '', 'none') +call GoodWolfHL('texCmdEnv', 'taffy', '', 'bold') +call GoodWolfHL('texCmdItem', 'dirtyblonde', '', 'none') +call GoodWolfHL('texPartArgTitle', 'plain', '', 'none') +call GoodWolfHL('texLstZone', 'toffee', '', 'none') + +call GoodWolfHL('texMathZoneA', 'dirtyblonde', '', 'none') +call GoodWolfHL('texMathZoneB', 'dirtyblonde', '', 'none') +call GoodWolfHL('texMathZoneC', 'dirtyblonde', '', 'none') +call GoodWolfHL('texMathZoneD', 'dirtyblonde', '', 'none') +call GoodWolfHL('texMathZoneE', 'dirtyblonde', '', 'none') +call GoodWolfHL('texMathZoneV', 'dirtyblonde', '', 'none') +call GoodWolfHL('texMathZoneX', 'dirtyblonde', '', 'none') call GoodWolfHL('texMath', 'orange', '', 'none') call GoodWolfHL('texMathMatcher', 'orange', '', 'none') call GoodWolfHL('texRefLabel', 'dirtyblonde', '', 'none') call GoodWolfHL('texRefZone', 'lime', '', 'none') call GoodWolfHL('texDelimiter', 'orange', '', 'none') call GoodWolfHL('texZone', 'brightgravel', '', 'none') +call GoodWolfHL('texTabularChar', 'lime', '', 'none') augroup badwolf_tex au!