Page 1 of 1

Re: colors definitions with display command

Posted: 2007-11-23T05:58:05-07:00
by Bonzo
You should be able to use rgb(0,0,0)

Re: colors definitions with display command

Posted: 2007-11-24T06:02:57-07:00
by anthony
Or even #XXXXXX which is the RGB value in hexcodes. Not rgb(..) and #xxxxx type argument may need extra quotes around them to prevent the shell handling special characters like parenthesis or hash