When showing the world menu, there is an issue with the Dark Themes.MenuMorph>>drawOn: aCanvas��"Draw the menu. Add keyboard-focus feedback if appropriate"super drawOn: aCanvas.(ActiveHand notNiland: [ActiveHand keyboardFocus == selfand: [self rootMenu hasProperty: #hasUsedKeyboard]])ifTrue: [aCanvasframeAndFillRectangle: self innerBoundsfillColor: Color transparentborderWidth: self theme menuBorderWidthborderColor: self theme menuKeyboardFocusColor].looks formenuBorderWidth and menuKeyboardFocusColor.When hitting a key that doesn't exists in the menu, I had the redcross.Defining the methods solved it.Thanks for fixing the themes.Phil