fbbdfbde7b87

Tweak LaTeX hilighting in goodwolf
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 15 Mar 2024 10:07:28 -0400
parents cbc4da897084
children ab888cd09b71
branches/tags (none)
files colors/goodwolf.vim

Changes

--- a/colors/goodwolf.vim	Thu Feb 01 08:25:06 2024 -0500
+++ b/colors/goodwolf.vim	Fri Mar 15 10:07:28 2024 -0400
@@ -463,20 +463,26 @@
 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!