On Oct 21, 2021, at 13:02, Per Persson via TextMate textmate@lists.macromates.com wrote:
Unless of course you added all of the 2^24 possible hex values to the theme
Well, colors could be approximated by matching on the larger hextets for 2^12 patterns and scopes, e.g., this for all whitish values:
/#(f.f.f.|fff)\b/i
which correspond to the scope: `color.fff`
Quinn