<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I have a Mac Mini plugged into a 23" LG screen and the highlighting
    does not appear at all. I have a Mac PowerBook 13" and the light
    gray highlighting is clearly visible. I suspect that this is varying
    depending on the screen. I'm reverting for my LG screen. <br>
    <br>
    Chris <br>
    <br>
    <div class="moz-cite-prefix">On 2015-09-21 11:06 AM, Chris
      Cunningham wrote:<br>
    </div>
    <blockquote
cite="mid:CAPp9i4=sF--M_-tB-D+h9sKAqWUqEb-TK2ixQP9f+23VJjuW2Q@mail.gmail.com"
      type="cite">
      <div dir="ltr">Thank you Karl for tracking this down.  I have
        reverted it in my image.
        <div><br>
        </div>
        <div>the problem with the gray is that I just cannot see it. 
          The monitor/my eyes combination just can't make out Color
          gray: 0.9 as a highlight color - I might as well not have a
          highlight.</div>
        <div><br>
        </div>
        <div>-cbc</div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Sun, Sep 20, 2015 at 10:14 AM, karl
          ramberg <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:karlramberg@gmail.com" target="_blank">karlramberg@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">Hi,
              <div>I tracked it down to </div>
              <div>
                <div>NewParagraph&gt;&gt;selectionColor</div>
                <div><span style="white-space:pre-wrap">        | 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-wrap">
</span></div>
              <div><span style="white-space:pre-wrap">I liked the previous version of this method better since the </span></div>
              <div><span style="white-space:pre-wrap">unfocused color reflected the your selection color:</span></div>
              <div><span style="white-space:pre-wrap">
</span></div>
              <div><span style="white-space:pre-wrap">self focused ifFalse: [color := color alphaMixed: 0.2 with: Color veryVeryLightGray].</span><br>
              </div>
              <div><span style="white-space:pre-wrap">
</span></div>
              <div><span style="white-space:pre-wrap">
</span></div>
              <div><span style="white-space:pre-wrap">It's important to see the color of selection in the Debugger even if the pane not has focus</span></div>
              <span class="HOEnZb"><font color="#888888">
                  <div><span style="white-space:pre-wrap">
</span></div>
                  <div><span style="white-space:pre-wrap">Karl</span></div>
                  <div><span style="white-space:pre-wrap">
</span></div>
                  <div><span style="white-space:pre-wrap">
</span></div>
                </font></span></div>
            <div class="gmail_extra"><br>
              <div class="gmail_quote"><span class="">On Mon, Sep 14,
                  2015 at 5:58 PM, Chris Cunningham <span dir="ltr">&lt;<a
                      moz-do-not-send="true"
                      href="mailto:cunningham.cb@gmail.com"
                      target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:cunningham.cb@gmail.com">cunningham.cb@gmail.com</a></a>&gt;</span>
                  wrote:<br>
                </span>
                <div>
                  <div class="h5">
                    <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't see where the error is
                        - the 'highlight' 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>
                </div>
              </div>
              <br>
            </div>
            <br>
            <br>
            <br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">
</pre>
    </blockquote>
    <br>
  </body>
</html>