1
0
Fork 0

Fix color missing in CSS for inserted parts of a message diff

When showing diffs in message editions, only the deleted parts got
highlighted in red, the inserted parts did not get colored green.

Fixes infrastructure/blender-projects-platform#63
This commit is contained in:
Damien Picard 2023-07-20 23:21:54 +02:00
commit e8eaacd113

View file

@ -456,7 +456,8 @@
--color-syntax-GenericDeleted-bg: #5f3737;
--color-syntax-GenericEmph: #ddee30;
--color-syntax-GenericHeading: #ffaa10;
--color-syntax-GenericInserted: #3a523a;
--color-syntax-GenericInserted-text: #fff;
--color-syntax-GenericInserted-bg: #3a523a;
--color-syntax-GenericOutput: #777e94;
--color-syntax-GenericPrompt: #ebdbb2;
--color-syntax-GenericError: #ff4433;