defaultEditorBackgroundColor
ui defaultEditorBackgroundColor string "color"
Description
Lets you to change the background color of the editor window. You can reset the background color by specifying either the color name such as "black" or "red" or its hexadecimal value such as "#dcdcdc" for light gray or "#cce8c3" for light green.
GUI Equivalent
Examples
envGetVal("ui" "defaultEditorBackgroundColor")
envSetVal("ui" "defaultEditorBackgroundColor" 'string "red")
Related Topics
Return to top