mirror of https://github.com/laurent22/joplin.git
parent
5f6b2f1a63
commit
404e86cef4
|
@ -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 [
|
||||
|
|
Loading…
Reference in New Issue