Highlight color

You can find all the colors here: color_transformations.scss

The about.json file of the theme has a section for colors. If you want to override any of the colors in the file above, you just need to define the new value in that section like so

{
  "name": "My theme",
  "about_url": null,
  "license_url": null,
  "assets": {},
  "color_schemes": {
    "My Colour Scheme": {
      "highlight-low": "FF0000",
      "highlight-medium": "FF0000",
      "highlight-high": "FF0000"
    }
  }
}

6 Likes