README for LyX icons 
--------------------

Note: this directory contains both icons and various images that are
used by LyX. Please do not modify the images, but only the toolbar icons.

In this directory, you can add new icons that will be used for the
toolbar. The naming rule is the following:

- to add an icon for function `function-name', name the icon file
  `function-name.xpm'. 

  ex: buffer-close.xpm, font-emph.xpm

- to add an icon for function `function-name' with argument `arg',
  name the icon file `function-name_arg.xpm'. 

  ex: buffer-export_ascii.xpm, buffer-export_latex.xpm

All icons to be used should follow the following specifications, so
that the icons look alike.

- size 20x20 pixels

- five colors:
	#000000000000
	#BFBFBFBFBFBF
	#FFFFFFFFFFFF
	navy
	#B2B2ABABACAC

