ScrollPaneSkin skin = (ScrollPaneSkin) getSkin();
TerraTheme theme = (TerraTheme) Theme.getTheme();
skin.setBackgroundColor(theme.getColor(10));I don't care that I reference the TerraTheme directly, but apart from that - is this a good way to do it?
-- Edvin
