-<td>Array that has up to 3 color arrays as elements, the primary, secondary (background) and tertiary colors of the segment. Each color is an array of 3 or 4 bytes, which represents a RGB(W) color, i.e. <code>[[255,170,0],[0,0,0],[64,64,64]]</code>. It can also be represented as an array of strings of <em>hex</em> values, i.e. <code>["FFAA00","000000","404040"]</code> for orange, black and grey. One or more colors can be set randomly with <code>"r"</code>, i.e. <code>["r",[0,0,0],"r"]</code>. <em>(random will soon be available in 0.16.0)</em></td>
0 commit comments