Notifications
Clear all
[Closed] change background color in maxscript editor?
Aug 27, 2008 7:50 pm
i want to change the white background to something a little less glaring – staring at a white script window all day is making me go blind.
i’ve opened the MXSEditor.properties file, but i have no idea which setting is the actual background color.
help?
(max ’09 btw)
2 Replies
Aug 27, 2008 7:50 pm
Hi,
Tool > Open MAXScript.properties
Find this line:
style.MAXScript.32=$(font.base)
and change it into:
style.MAXScript.32=$(font.base),back:#E0E0E0
If you wish to change the back color for all languages:
Tool > Open Global Options File
find this line:
style.*.32=$(font.base)
and change it into:
style.*.32=$(font.base),back:#E0E0E0
hOpe this helps,
o