mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
parent
5f6b2f1a63
commit
404e86cef4
8
packages/editor/CodeMirror/theme.ts
vendored
8
packages/editor/CodeMirror/theme.ts
vendored
@ -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
Block a user