Interface IDecorationOptions
interface IDecorationOptions {
color: string | ThemeColor;
darkColor?: string | ThemeColor;
}Properties§
§
color: string | ThemeColor§
dark Color?: string | ThemeColorCSS color to render. e.g.: rgba(100, 100, 100, 0.5) or a color from the color registry
CSS color to render. e.g.: rgba(100, 100, 100, 0.5) or a color from the color registry