The close/collapse/expand/menu buttons in SystemWindows are PluggableButtonMorphs, so they adopt the window color when the window is opened in the world (see SystemWindow>>#openInWorld and PluggableButtonMorph>>#adoptWidgetsColor:). The color is set when opening the window and never changes. Then, when a window is active, the title is draw with a lighter color, and this doesn’t match the color of the buttons and causes a dark square shadow. At first I thought this was because we were using rasterized icons, but no, it’s just a bug. Perhaps it’s more noticeable in my image because of the color scheme I’m using.<div dir="auto"><br></div><div dir="auto">Juan, what’s the right way to fix this? I would prefer not to add variables to PluggableButtonMorph, or create a subclass, or hardcode some special case in >>#adoptWidgetsColor:. Perhaps you have a better idea?</div>