getSecondaryColor(type, asIs = false) {
    const color = this.secondaryColors[type]
    return color === undefined && !asIs ? this.defaultSecondaryColor : color
  }