Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.IColor.html
RGBA格式的颜色。
interface IColor { alpha: number; blue: number; green: number; red: number; }
number