Blame gtk/theme-bits/README

Packit 98cdb6
This directory contains bits and pieces used in the default theme.
Packit 98cdb6
Right now, it contains a tool for extracting individual part 
Packit 98cdb6
bitmaps from a composed image, and source images for the default
Packit 98cdb6
check and radio buttons.
Packit 98cdb6
Packit 98cdb6
The decompose-bits tools takes an image where the first line contains
Packit 98cdb6
the colors for each part, and the rest of the image is the actual
Packit 98cdb6
image.
Packit 98cdb6
Packit 98cdb6
The colors on the first line are:
Packit 98cdb6
Packit 98cdb6
 pixel 0: black
Packit 98cdb6
 pixel 1: dark
Packit 98cdb6
 pixel 2: mid
Packit 98cdb6
 pixel 3: light
Packit 98cdb6
 pixel 4: text
Packit 98cdb6
 pixel 5: text_aa
Packit 98cdb6
 pixel 6: base
Packit 98cdb6
Packit 98cdb6
The generated XBM bits for the base part include the bits for text and
Packit 98cdb6
text_aa as well; this is so that the result can be drawn either
Packit 98cdb6
with or without the text/text_aa indicator. 
Packit 98cdb6
Packit 98cdb6
Make sure that any PNG images added to this directory are added with
Packit 98cdb6
'cvs add -kb'.
Packit 98cdb6
Packit 98cdb6
Owen Taylor
Packit 98cdb6
9 February 2002
Packit 98cdb6