Hi there... Starting from 3ds max 2020 update 1 you can modify maxscript-listener ui colors.Explained in maxscipt 2020 help document, the listener window can be modified with few lines of code. Or you can use this script to modify the listener ui .
Here's where mine landed. You can just put this in a startup script. Also, change the font to Consolas in the Preferences | MaxScript tab. listenerBackgroundColor = (color 80 80 80) macroRecorderBackgroundColor = (color 40 40 40) macroRecorderTextColor = (color 147 179 210) pythonPromptColor = (color 240 95 146)…