|
monaco.editor.defineTheme('myCustomTheme', {
|
|
monaco.editor.defineTheme('myCustomTheme', {
|
|
{ token: 'comment', foreground: 'aaaaaa', fontStyle: 'italic' },
|
|
{ token: 'comment', foreground: 'aaaaaa', fontStyle: 'italic' },
|
|
{ token: 'keyword', foreground: 'ce63eb' },
|
|
{ token: 'keyword', foreground: 'ce63eb' },
|