1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-29 21:21:15 +02:00

Desktop,Mobile: Fixes : Fix Beta Editor diff highlighting ()

This commit is contained in:
Henry Heino 2023-12-17 12:56:46 -08:00 committed by GitHub
parent 5f6b2f1a63
commit 404e86cef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -258,6 +258,14 @@ const createTheme = (theme: any): Extension[] => {
tag: tags.typeName,
color: isDarkTheme ? '#7ff' : '#a00',
},
{
tag: tags.inserted,
color: isDarkTheme ? '#7f7' : '#471',
},
{
tag: tags.deleted,
color: isDarkTheme ? '#f96' : '#a21',
},
]);
return [