<% Layout.textcolor %>
macro rendering textcolor

Sourcecode in Layout/macros.js:
1:   function textcolor_macro(param) {
2:      if (param.as == "editor")
3:         Html.input(this.preferences.createInputParam("textcolor", param));
4:      else
5:         renderColor(this.preferences.getProperty("textcolor"));
6:      return;
7:   }