#How to change template card colors?

13 messages · Page 1 of 1 (latest)

crimson kiln
edgy hare
#

@errant fox you've worked a lot on theming. Any idea how to get multi-colored scaffolder cards like the screenshot?

crimson kiln
#

A few days w/o a response looks like it's not trivial. I'll definitively share if I go down the customization road

edgy hare
#

It could be just that nobody has tried all that hard to make this happen. Don't lose hope! 😄

paper adder
#

Oh, it’s fairly easy just have not had time to follow up. It’s all theme based and in your control there.

paper adder
#

What that means is that for each spec.type you have for your Templates you wante to create a pageTheme for each of them in your custom theme.

#

Say you had a Template with sepc.type = nodejs then you would need to add nodejs: genPageTheme({ colors: ['red', 'blue'], shape: shapes.wave }), to your pageTheme array in your custom theme.

#

Hope that helps @crimson kiln ?

crimson kiln
crimson kiln
#

Very simple to make it work. We now need some design support 😂