I have tried to make the diff lexer in TextAdept "color.red and color.green-free". Unfortunately, I didn't succeed. In the process I have discovered that the diff lexer needs color.yellow too. I'm patching the base16 themes on my own, defining
property['color.yellow'] = property['color.base0A']
for dark themes and
property['color.yellow'] = property['color.base0D']
for light themes. This seems to fix the issue reasonably...
Hi,
I have tried to make the diff lexer in TextAdept "color.red and color.green-free". Unfortunately, I didn't succeed. In the process I have discovered that the diff lexer needs
color.yellow
too. I'm patching the base16 themes on my own, definingproperty['color.yellow'] = property['color.base0A']
for dark themes andproperty['color.yellow'] = property['color.base0D']
for light themes. This seems to fix the issue reasonably...Best, /PA