<div dir="ltr">Hi,<div>I tracked it down to </div><div><div>NewParagraph&gt;&gt;selectionColor</div><div><span style="white-space:pre">        | color |
        Display depth = 1 ifTrue: [^ Color veryLightGray].
        Display depth = 2 ifTrue: [^ Color gray].
        color := Preferences textHighlightColor.
        self focused ifFalse: [color := Color gray: 0.9].
        ^ color</span><br></div></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre">I liked the previous version of this method better since the </span></div><div><span style="white-space:pre">unfocused color reflected the your selection color:</span></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre">self focused ifFalse: [color := color alphaMixed: 0.2 with: Color veryVeryLightGray].</span><br></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre">It&#39;s important to see the color of selection in the Debugger even if the pane not has focus</span></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre">Karl</span></div><div><span style="white-space:pre"><br></span></div><div><span style="white-space:pre"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 14, 2015 at 5:58 PM, Chris Cunningham <span dir="ltr">&lt;<a href="mailto:cunningham.cb@gmail.com" target="_blank">cunningham.cb@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Because I really, really need too change the color. I can&#39;t see where the error is - the &#39;highlight&#39; color is so faint, it looks like nothing is highlighted at all.  It makes tracking down where the error is really, really hard.<div><br></div><div>I had a similar issue a few years ago with the Moose guys - they changed the sliders in the windows to be more aesthetically pleasing, but on some LCD monitors (notably, mine), the color is practically not there at all - like, apparently, this highlight color.</div><div><br></div><div>Thanks,</div><div>cbc</div></div>
<br><br>
<br></blockquote></div><br></div>