Skip to content

labelColor

Alexander Green edited this page Mar 15, 2023 · 1 revision

labelColor

This option is used to add an object that contains different colors that can be used for the bar on the side of the document.

What color is used is determent by what specType is selected.

Example

const respecConfig = {
  labelColor: {
    def: "#154273",
    wv: "#32a852",
    cv: "#2fdaed",
    vv: "#f00a0a",
    basis: "#8c8c8c",
  }
}