# Highlight color

**URL:** https://meta.discourse.org/t/highlight-color/82757
**Category:** Support
**Created:** [12 maart 2018 om 00:53 UTC](https://meta.discourse.org/t/highlight-color/82757 "2018-03-12T00:53:14Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [10 september 2019 om 21:21 UTC](https://meta.discourse.org/t/highlight-color/82757/4 "2019-09-10T21:21:56Z")

</div>

You can find all the colors here: [color\_transformations.scss](https://github.com/discourse/discourse/blob/d348368ab6790be8f69b8d3bc4352c96aaab73c3/app/assets/stylesheets/common/foundation/color_transformations.scss)

The `about.json` [file](https://meta.discourse.org/t/structure-of-themes-and-theme-components/60848) 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

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

```

---

_[View the full topic](https://meta.discourse.org/t/highlight-color/82757)._
