View Full Version : change background color in maxscript editor?
steev 08-27-2008, 06: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)
|
|
ofer_z
08-27-2008, 07:40 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
steev
08-27-2008, 07:46 PM
works perfectly!
thanks!
CGTalk Moderation
08-27-2008, 07:46 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.