jecisc / Bazard

0 stars 0 forks source link

UITheme class is missing methods #104

Closed jecisc closed 5 years ago

jecisc commented 5 years ago

Migrated case from Manuscript.

Original case: https://pharo.fogbugz.com/f/cases/22645 Status: Work Needed Project: UI Original Author: CyrilFerlicot Date: 8 November 2018 10:18:38 am

Description:

In the instance side of UITheme, methods from the class side are called but not implemented. (For example #baseColor or #darkBaseColor).

They should be implemented even if they are subclass responsibility.