[squeak-dev] Solarized dark theme: text selection colour a little hard to see

marcel.taeumel Marcel.Taeumel at hpi.de
Thu Jun 29 12:34:32 UTC 2017


Tony Garnock-Jones-3 wrote
> On 03/15/2017 06:28 PM, Chris Cunningham wrote:
>> As a point of feedback, I find even your original change is still not
>> noticeable by me (on windows with the LCD monitor that I use - I've had
>> similar problems in the past, too). That said, I also prefer the Monokai
>> dark, so this doesn't directly impact me, either.
> 
> Thank you! That's useful feedback. I will experiment with a more drastic
> change :-)

Hi Tony,

you can also try some accent colors with transparency. :)

UserInterfaceTheme current
	set: #selectionColor for: PluggableTextMorph to: (SolarizedTheme blue
alpha: 0.35);
	set: #unfocusedSelectionModifier for: PluggableTextMorph to: [[:c | c
alpha: 0.2]];
	apply.
	
UserInterfaceTheme current
	set: #selectionColor for: PluggableTextMorph to: (SolarizedTheme
darkBackgroundHighlights lighter);
	set: #unfocusedSelectionModifier for: PluggableTextMorph to: [[:c | c
darker ]];
	apply.

Best,
Marcel



--
View this message in context: http://forum.world.st/Solarized-dark-theme-text-selection-colour-a-little-hard-to-see-tp4938685p4952917.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list