[squeak-dev] [squak-dev] How do I change the debugger highlighting color?

karl ramberg karlramberg at gmail.com
Sun Sep 20 17:14:00 UTC 2015


Hi,
I tracked it down to
NewParagraph>>selectionColor
| 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

I liked the previous version of this method better since the
unfocused color reflected the your selection color:

self focused ifFalse: [color := color alphaMixed: 0.2 with: Color
veryVeryLightGray].


It's important to see the color of selection in the Debugger even if the
pane not has focus

Karl



On Mon, Sep 14, 2015 at 5:58 PM, Chris Cunningham <cunningham.cb at gmail.com>
wrote:

> 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.
>
> 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.
>
> Thanks,
> cbc
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20150920/fb2ad23a/attachment.htm


More information about the Squeak-dev mailing list