Colors Section

The Colors section defines the default colors that you can use in your SQRs. Enter the default colors in this format:

[Colors]
color_name = ({rgb])
color_name = ({rgb])
...
color_name = ({rgb])

The default colors implicitly installed are:

  • black=(0,0,0)

  • white=(255,255,255)

  • gray=(128,128,128)

  • silver=(192,192,192)

  • red=(255,0,0)

  • green=(0,255,0)

  • blue=(0,0,255)

  • yellow=(255,255,0)

  • purple=(128,0,128)

  • olive=(128,128,0)

  • navy=(0,0,128)

  • aqua=(0,255,255)

  • lime=(0,128,0)

  • maroon=(128,0,0)

  • teal=(0,128,128)

  • fuchsia=(255,0,255)