# Override global Sass variables from theme

**URL:** https://meta.discourse.org/t/override-global-sass-variables-from-theme/68146
**Category:** Development
**Created:** [16. August 2017 um 09:57 UTC](https://meta.discourse.org/t/override-global-sass-variables-from-theme/68146 "2017-08-16T09:57:47Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![LeoMcA](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leomca/32/87233_2.png) [@LeoMcA](https://meta.discourse.org/u/LeoMcA)
#### Post date: [16. August 2017 um 13:51 UTC](https://meta.discourse.org/t/override-global-sass-variables-from-theme/68146/3 "2017-08-16T13:51:25Z")

</div>

As a wise man once said:

> [@Simplified HTML emails](https://meta.discourse.org/t/simplified-html-emails/62600/18):
>
> I think that is imagining a problem that will, in practice, never exist

I can’t see much use for this beyond colours, and I can’t ever see a user wanting to enable two themes both of which change the color scheme.

Perhaps though this makes more sense as an extension to `color_schemes`, which can only be enabled individually:

```plaintext
"color_schemes": {
  "Extened Scheme": {
    "primary": "000",
    "primary-medium": "666",
    "primary-low": "aaaaaa"
  }
}

```

---

_[View the full topic](https://meta.discourse.org/t/override-global-sass-variables-from-theme/68146)._
