discourse/app
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
..
assets FEATURE: Allow themes to override color transformation variables (#7987) 2019-08-12 11:02:38 +01:00
controllers UX: Improve error handling for common OmniAuth exceptions (#7991) 2019-08-12 10:55:02 +01:00
helpers FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
jobs DEV: Refactor helper methods for upload markdown 2019-07-25 16:36:35 +02:00
mailers FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
models FEATURE: Allow themes to override color transformation variables (#7987) 2019-08-12 11:02:38 +01:00
serializers FEATURE: Allow themes to override color transformation variables (#7987) 2019-08-12 11:02:38 +01:00
services FIX: Various watched words improvements 2019-08-02 15:29:12 +01:00
views UX: Hide login/signup header buttons during authentication flows 2019-08-08 13:57:18 +01:00