Interface ColorContribution

interface ColorContribution {
    registerColors(colors): void;
}

Implemented by

Methods