_Added in 2.7_ *$ocolor(N)* Returns the Nth color index of the internal color list as a [[$rgb]] value. _See also [[Config File Colors]], [[/echo]]._ *Parameters* N - The Nth color to retrieve. *Properties* .rgb - returns the color in rrr,ggg,bbb format. .hex - returns the color in hex format. *Example*
; Get the Editbox color
//echo -ag Editbox color is $ocolor(30).rgb