To enhance the look&feel in dark theme, I suggest to change renderAction like that:renderAction: anAction^(UITheme currentnewButtonIn: nilfor: anActiongetState: nilaction: #morphicActOn:arguments: {}getEnabled: nillabel: (AlphaImageMorph new image: anAction icon)help: (anAction title, Character tab asString, anAction shortcutAsString) trimBoth)valueOfProperty: #noBorder ifAbsentPut: [true]; "this is a hack to tell the GLMUITheme to not draw the border and the fill"valueOfProperty: #noFill ifAbsentPut: [true];setProperty: #wantsKeyboardFocusNavigation toValue: false; "to disable the focus"borderWidth: 0;yourselfbasically, just add #borderWidth: 0. It will remove the border (invisible in the regular theme), and then dark theme will behave the same… and it will look a lot better:before:after:cheers,Estebanps: yes, we still need to play with the icons, but this small step is anyway needed :)
_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev