Interface ITokenThemeRule

interface ITokenThemeRule {
    background?: string;
    fontStyle?: string;
    foreground?: string;
    token: string;
}

Properties§

§background?: string
§fontStyle?: string
§foreground?: string
§token: string