Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.ITokenThemeRule.html
interface ITokenThemeRule { background?: string; fontStyle?: string; foreground?: string; token: string; }
string