<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Chris --<div><br></div><div>It looks like the affected UI themes are:</div><div>- Community (dark)</div><div>- Solarized (light)</div><div>- Solarized (dark)</div><div><br></div><div>I am not sure that we can do anything for the Solarized themes because those are low-contrast by definition. But we surely can fix the Community theme.</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;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 13.01.2022 09:51:28 schrieb Marcel Taeumel <marcel.taeumel@hpi.de>:</p><div style="font-family:Arial,Helvetica,sans-serif"><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Chris --<div><br></div><div>I will look into this. Thanks for the report. :-) The fix will likely not be in PluggableTextMorphPlus but in the UI theme's property. Maybe a new one.</div><div><br></div><div>> <span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">I just wish it weren't so prominent.</span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px"><br></span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">Beware of different monitors. There are several displays out there that cannot show gray scales that accurate. Making it too vague would render it invisible on those monitors. Yet, I am sure that we can improve it a little bit more.</span></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;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 13.01.2022 07:20:33 schrieb Chris Muller <asqueaker@gmail.com>:</p><div style="font-family:Arial,Helvetica,sans-serif">
<div dir="ltr">Hi Marcel, hi all,<div><br></div><div>As a user-friendly UI feature, I really like the field help in the backgrounds of text fields, however I continue to find its intensity distracting.  It seems like it should just be a "whisper" of a hint, very light in the background.  The way it is, it sometimes looks as if it were actually the entered value.</div><div><br></div><div>I tried to set the color to a lower alpha value to accomplish this, but it didn't seem to have any effect at all on the color (until I reached < 0.01, at which point it disappeared entirely).</div><div><br></div><div>If text cannot be rendered there with a lower opacity, it could at least match the #comment color of the selected theme.  It essentially serves the same purpose as a comment.  In the Community Dark theme, that color is quite subtle, so it works.</div><div><br></div><div>I like the feature, I really don't want to turn off the preference, I just wish it weren't so prominent.  Would love your hear your thoughts.</div><div><br></div><div> - Chris</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 13, 2022 at 12:06 AM <<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex;border-left: 1px solid rgb(204,204,204);padding-left: 1ex;min-width: 500px">Chris Muller uploaded a new version of ToolBuilder-Morphic to project The Inbox:<br>
<a href="http://source.squeak.org/inbox/ToolBuilder-Morphic-cmm.285.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/inbox/ToolBuilder-Morphic-cmm.285.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: ToolBuilder-Morphic-cmm.285<br>
Author: cmm<br>
Time: 13 January 2022, 12:06:18.53413 am<br>
UUID: fdfc0020-4e12-4f5c-a2bc-f632794ce0c3<br>
Ancestors: ToolBuilder-Morphic-mt.284<br>
<br>
Render field help text in the color used for comments.<br>
<br>
=============== Diff against ToolBuilder-Morphic-mt.284 ===============<br>
<br>
Item was changed:<br>
  ----- Method: PluggableTextMorphPlus>>drawBalloonTextOn: (in category 'drawing') -----<br>
  drawBalloonTextOn: aCanvas <br>
        "Show balloon text in the text morph if it has no contents."<br>
        textMorph contents ifNotEmpty: [ ^ self ].<br>
        ([ self balloonText ]<br>
                on: Error<br>
                do: [ : err | 'error in balloonText' ]) ifNotNil:<br>
                [ : text | aCanvas<br>
                        drawString: text<br>
                        in: (self innerBounds insetBy: (5 @ 2 corner: 0 @ 0))<br>
                        font: (self userInterfaceTheme balloonTextFont ifNil: [TextStyle defaultFont])<br>
+                       color: ((self userInterfaceTheme get: #comment for: SHTextStylerST80) first ifNil: [Color gray darker]) ]!<br>
-                       color: (self userInterfaceTheme balloonTextColor ifNil: [Color gray: 0.7]) ]!<br>
<br>
<br>
</blockquote></div>
</div></blockquote></div></div></blockquote></div>