When configuration themes in Atlasboard, I know you can set the global theme in config/theming.js
, but is there a way to have a single dashboard use a different theme than the others?
Asked
Active
Viewed 261 times
0

Brad Mace
- 27,194
- 17
- 102
- 148
1 Answers
0
I haven't tried but look like you could do it form version 1.0. Refer to "Theming support" in Atlasboard overview. Following instructions may work
Define your theme name in {yourcurrentwallboard}
{yourcurrentwallboard}/themes/{themename}/variables.styl
Set the defined theme for {yourcurrentwallboard}
{yourwallboard}/config/theming.js
module.exports = {
theme: '{themename}'
};

nayakam
- 4,149
- 7
- 42
- 62