<body><div id="__MailbirdStyleContent" style="font-size: 12pt;font-family: calibri;color: #000000">
                                        Try accessing the UI theme directly for the moment:<div><br><div>(UserInterfaceTheme current get: #selectionColor for: #MenuItemMorph) ifNil: [(Color r: 0.4 g: 0.5 b: 0.7)]<br><div><br></div></div></div><div>... look at MenuMorph class >> #menuSelectionColor (deprecated).</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 06.10.2017 11:19:24 schrieb H. Hirzel <hannes.hirzel@gmail.com>:</p>P.S. A temporary local fix I did in my image is<br><br>      ECPreferences>>menuSelectionColor<br><br>        ^ Color r: 0.2 g: 0.3 b: 0.9<br><br><br>But what is needed is a fix which honours the UI theme.<br><br>On 10/6/17, H. Hirzel <hannes.hirzel@gmail.com> wrote:<br>> On 10/6/17, Marcel Taeumel <marcel.taeumel@hpi.de> wrote:<br>>> Seems to be related to OCompletion? We should fix<br>>> that: http://www.squeaksource.com/OCompletion<br>><br>> you mean? I do not have access rights to that repo. But Levente has ....<br>><br>> ECPreferences>><br>> menuSelectionColor<br>><br>>     Smalltalk at: #UITheme ifPresent: [ :uiTheme |<br>>            "Pharo"<br>>                 ^uiTheme current settings selectionColor ].<br>>       Smalltalk at: #Preferences ifPresent: [ :preferences |<br>>            "Squeak"<br>>                ^preferences menuSelectionColor ]<br>><br>><br>> For a quick local fix in my image I just copied the hard coded variant from<br>><br>>       ColorTheme menuSelectionColor<br>><br>> into<br>><br>>        ECPreferences>>menuSelectionColor<br>><br>>         ^ Color r: 0.2 g: 0.3 b: 0.9<br>><br>><br>> Now I have a working Vivide copy in a Squeak6.0a recent trunk image! Great!<br>><br>> --Hannes<br>><br><br></marcel.taeumel@hpi.de></hannes.hirzel@gmail.com>
                        </blockquote>
                                        </div></body>