Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ForeColor1 is the text Color of odd columns, and BackColor1 is the background Color of odd columns. ForeColor2 and BackColor2 are the Colors of even columns. The Repeat_Count is the number columns over which the pattern repeats. For instance, a repeat count of 2 means that every two columns have the same colors before switching to the alternate pattern.

Code Block
  * Make every two column alternate between system colors 
Set_Property(@Window:".OLE_EDITABLE", "OLE.AutoColors", "RowCol(Auto; Window; Auto; 3DLight; 2)")

...