mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 23:02:46 +08:00
![]() 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. |
||
---|---|---|
.. | ||
common | ||
desktop | ||
mobile | ||
vendor | ||
admin.scss | ||
common.scss | ||
desktop_rtl.scss | ||
desktop.scss | ||
embed.scss | ||
mobile_rtl.scss | ||
mobile.scss | ||
wizard.scss |