<div dir="auto">But then the treated will be in ancestry, which is unnecessary...</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le sam. 25 janv. 2020 à 05:37, Chris Muller <<a href="mailto:asqueaker@gmail.com">asqueaker@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Treated and replaced by System-cmm.1131 to include a cleanup.<div><br></div><div>If you had already updated your image in the last few hours, please excuse the Merge dialog that will popup on your next update.  Just click "Merge rest" and good to go.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jan 24, 2020 at 4:11 PM <<a href="mailto:commits@source.squeak.org" target="_blank" rel="noreferrer">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">Chris Muller uploaded a new version of System to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/System-cmm.1130.mcz" rel="noreferrer noreferrer" target="_blank">http://source.squeak.org/trunk/System-cmm.1130.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: System-cmm.1130<br>
Author: cmm<br>
Time: 24 January 2020, 4:10:56.786823 pm<br>
UUID: e3403284-49d1-4d18-9c7f-b0c051a3b4c4<br>
Ancestors: System-cmm.1129<br>
<br>
Fix Community (dark) theme balloons not easily seen due to matching color on MC and SqueakMap browsers.<br>
<br>
=============== Diff against System-cmm.1129 ===============<br>
<br>
Item was changed:<br>
  ----- Method: CommunityTheme class>>addDarkDialogs: (in category 'instance creation') -----<br>
  addDarkDialogs: aUserInterfaceTheme<br>
        "self createDark apply."<br>
        aUserInterfaceTheme<br>
                set: #borderColor for: #DialogWindow to: self dbSelection;<br>
                set: #color for: #DialogWindow to: (self dbBlue adjustSaturation: -0.20 brightness: -0.30);<br>
<br>
                set: #titleColor for: #DialogWindow to: self dbBlue twiceDarker;<br>
                set: #titleTextColor for: #DialogWindow to: Color veryLightGray;<br>
<br>
                set: #textColor for: #DialogWindow to: (Color gray: 0.9);<br>
<br>
                set: #okColor for: #DialogWindow to: self dbGreen;<br>
                set: #cancelColor for: #DialogWindow to: self dbOrange;<br>
                set: #buttonColor for: #DialogWindow to: Color darkGray;<br>
                set: #selectionModifier for: #DialogWindow to: [ [:c | self dbSelection twiceDarker ] ].<br>
        "The List Chooser is a dialog, too."<br>
        aUserInterfaceTheme<br>
                set: #addColor for: #ListChooser to: self dbBlue;<br>
                set: #disabledColor for: #ListChooser to: Color transparent.<br>
        "And the system progress bar."<br>
        aUserInterfaceTheme<br>
                set: #color for: #SystemProgressBarMorph to: Color transparent;<br>
                set: #barColor for: #SystemProgressBarMorph to: self dbSelection.<br>
        "And the balloon morphs."<br>
        aUserInterfaceTheme<br>
                set: #borderColor for: #NewBalloonMorph to: Color transparent ;<br>
+               set: #color for: #NewBalloonMorph to: (self dbLabel alpha: 0.9) ;<br>
-               set: #color for: #NewBalloonMorph to: (self dbOrange twiceDarker alpha: 0.9) ;<br>
                set: #textColor for: #NewBalloonMorph to: Color white .!<br>
<br>
Item was added:<br>
+ ----- Method: CommunityTheme class>>dbLabel (in category 'colors by purpose') -----<br>
+ dbLabel<br>
+       "Short notes and labels are meant for human consumption."<br>
+       ^ self dbPink!<br>
<br>
<br>
</blockquote></div>
<br>
</blockquote></div>