Make theme adapter non-final

This allows third-party client implementations to experiment with
sub-classed theme adapters. We consider final classes an obsolete
practice as this also prevents mocking objects in tests.
1 file changed