> On 25 Nov 2014, at 15:24, Hilaire <[email protected]> wrote:
>
> Le 25/11/2014 08:16, Marcus Denker a écrit :
>> Nobody did anything (the only thing I did is to remove *a lot* of duplicated
>> methods
>> im the hierarchy).
>
> Ok
> Switch to DarkTheme, then to WaterTheme. Text color scheme get wrong.
>
I think this is because of #installFullTheme
if you add this to UITheme (the superclass of all) it should work:
installFullTheme
"Installs full theme:
this theme
default forts
desktop background
completion list colors"
self beCurrent.
SHPreferences setStyleTable: SHTextStylerST80 blueStyleTable.
PolymorphSystemSettings desktopColor: Color lightGray lighter lighter.
NECPreferences backgroundColor: UITheme current windowColor.
Paragraph insertionPointColor: UITheme current caretColor.