From 2c8c96bac370d3b5bc40815cd38b2007ed8fecc2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Jun 2009 02:28:40 +0100 Subject: [PATCH] more colours --- pctb/convert.c | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/pctb/convert.c b/pctb/convert.c index 1d516f9..546ac6e 100644 --- a/pctb/convert.c +++ b/pctb/convert.c @@ -43,11 +43,32 @@ static const CanonColourInfo canoncolourinfos[]= { { 0x475A5E, '*' }, /* edge */ { 0x2C5F7A, '*' }, /* edge just under box heading shadow */ { 0x7D9094, '+' }, /* interbox */ - { 0xBDC5BF, ' ' }, /* background - pale */ - { 0xADB5AF, ' ' }, /* background - dark */ + + { 0xBDC5BF, ' ' }, /* background - pale Sugar cane, etc. */ + { 0xADB5AF, ' ' }, /* background - dark */ + { 0xC7E1C3, ' ' }, /* background - pale Swill, etc. */ + { 0xB5CFB1, ' ' }, /* background - dark */ + { 0xD6CEB0, ' ' }, /* background - pale Madder, etc. */ + { 0xC8C0A2, ' ' }, /* background - dark */ + { 0xE0E1D3, ' ' }, /* background - pale Lorandite, etc. */ + { 0xD0D1C3, ' ' }, /* background - dark */ + { 0xE5E6C1, ' ' }, /* background - pale Cloth */ + { 0xD7D8B3, ' ' }, /* background - dark */ + { 0xEDDED9, ' ' }, /* background - pale Dye */ + { 0xDACBC6, ' ' }, /* background - dark */ + { 0xD3DEDF, ' ' }, /* background - pale Paint */ + { 0xC5D0D1, ' ' }, /* background - dark */ + { 0xDCD1CF, ' ' }, /* background - pale Enamel */ + { 0xCEC3C1, ' ' }, /* background - dark */ + { 0xF3F6F5, ' ' }, /* background - pale fruit */ + { 0xE2E7E5, ' ' }, /* background - dark */ + { 0x000000, 'o' }, /* foreground */ { 0xD4B356, ' ' }, /* background (cursor) */ { 0xFFFFFF, 'o' }, /* foreground (cursor) */ + + { 0x5B93BF, '_' }, /* selector dropdown background */ + { 0xD7C94F, 'X' }, /* selector dropdown foreground */ { 0,0 } }; -- 2.30.2