Bullet point reads
bracket-lib includes a set of named colors for your use—derived from the HTML named color list. Alternatively, you can Alternatively, you can use RGB::from_u8() to specify red/green/blue values in the 0-254 range, or RGB::from_hex() to specify HTML-style colors.
Should instead read
bracket-lib includes a set of named colors for your use—derived from the HTML named color list. Alternatively, you can use RGB::from_u8() to specify red/green/blue values in the 0-254 range, or RGB::from_hex() to specify HTML-style colors.