view src/bitmaps/gray.xbm @ 30896:ca514eff4924

(hi-yellow, hi-pink, hi-green, hi-blue): Force the foreground color to black if the default background is dark.
author Miles Bader <miles@gnu.org>
date Thu, 17 Aug 2000 00:49:11 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};