Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.IColorInformation.html
颜色范围是文本模型中表示颜色的范围。
interface IColorInformation { color: IColor; range: IRange; }