colors ( -- value )


Vocabulary
io.streams.ansi.private

Inputs
None

Outputs
valuean object


Definition

CONSTANT: colors
H{
{ { 0 0 0 } 0 }
{ { 0 170 0 } 2 }
{ { 170 170 170 } 7 }
{ { 85 85 255 } 12 }
{ { 0 0 170 } 4 }
{ { 255 85 255 } 13 }
{ { 85 255 85 } 10 }
{ { 255 255 85 } 11 }
{ { 170 0 0 } 1 }
{ { 170 85 0 } 3 }
{ { 85 85 85 } 8 }
{ { 85 255 255 } 14 }
{ { 255 255 255 } 15 }
{ { 170 0 170 } 5 }
{ { 255 85 85 } 9 }
{ { 0 170 170 } 6 }
} inline