.rowColours EQUB 132, 133 \ Scheme 0: Even rows: 132 on 134 (blue on cyan) EQUB 134, 135 \ Odd rows: 134 on 135 (cyan on white) EQUB 129, 132 \ Scheme 4: Even rows: 129 on 132 (red on blue) EQUB 131, 130 \ Odd rows: 131 on 130 (yellow on green) EQUB 131, 132 \ Scheme 8: Even rows: 131 on 132 (yellow on blue) EQUB 129, 135 \ Odd rows: 129 on 135 (red on white)Name: rowColours [Show more] Type: Variable Category: Text Summary: Three different palettes for displaying even-odd rows in tablesContext: See this variable in context in the source code References: This variable is used as follows: * SetRowColours uses rowColours