Inherit Reindeer Blue Theme

Hi,

I am successfully inheriting the Reindeer theme in my custom css file with @import “…/reindeer/styles.css”, but I’d like to inherit from the Reindeer Blue version. Is there a way to do this?

Thanks.

I’m not really sure about what you mean with Reindeer Blue. There is at least no separate theme called that. Reindeer contains some coloring of layouts to black and blue. Your css should be fine as is, and you should be able to call verticalLayout.setStyleName(“blue”);.

Perfect! That’s exactly what I needed. Just couldn’t seem to grasp that. Thanks so much, Jens!