David Taylor d348368ab6
FEATURE: Allow themes to override color transformation variables (#7987)
Theme developers can now add any of the transformed color variables to their color scheme in about.json. For example

```
  "color_schemes": {
    "Light": {
      "primary": "333333",
      "secondary": "ffffff",
      "primary-low": "ff0000"
    }
  },
```

would override the primary-low variable when compiling SCSS for the color scheme. The primary-low variable will also be visible in administrator color palette UI.
2019-08-12 11:02:38 +01:00
..
2019-01-11 14:30:19 -05:00
2019-05-13 15:24:24 +01:00
2019-05-29 14:26:24 +10:00
2019-05-13 15:24:24 +01:00
2019-05-25 00:32:29 +02:00
2019-05-24 12:58:26 +08:00
2019-05-29 14:26:24 +10:00
2019-04-08 17:03:26 +05:30