lyx_mirror/lib/images/changes-merge.xpm
Michael Schmitt 0c7610b467 * lib/images/*.xpm: add icons for the "review" toolbar
* development/scons/scons_manifest.py: install new icons


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15719 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-03 22:03:11 +00:00

46 lines
934 B
C

/* XPM */
static char *changes-merge[] = {
/* columns rows colors chars-per-pixel */
"22 22 17 1",
" c black",
". c #00173B",
"X c #00153D",
"o c gray19",
"O c #353535",
"+ c #00286B",
"@ c #484848",
"# c gray32",
"$ c #4A9627",
"% c #44825D",
"& c #B82A2A",
"* c #E5C9A0",
"= c #EBDAC0",
"- c #F3EAE0",
"; c #FBF9F6",
": c gray100",
"> c None",
/* pixels */
">>>>>>>>>>>>>>>>>>>>>>",
">>>>>>>>>>>>>>>>>>>>>>",
">>>>>>>>>>>>>>>>>>>>>>",
">#################@O>>",
">#&&&&&&&&&&&&&&&&& >>",
">#&&&&&&&&&&&&&&&&& >>",
">@&&&&&&&&&&&&&&&&& >>",
">o >>",
">>>>>>>>>>>>>>>>>>>>>>",
">#################@O>>",
">#:;:;:;:;:;:;:;:;- >>",
">#:-:-:-:-:-:-:-:-= >>",
">@-=-=-=-=-=-=-=-=* >>",
">o >>",
">>>>>>>>>>>>>>>>>>>>>>",
">#################@O>>",
">#$$$$$$$$$$$$$$$$$ >>",
">#$$$$$$$$$$$$$$$$$ >>",
">@$$$$$$$$$$$$$$$$$ >>",
">o >>",
">>>>>>>>>>>>>>>>>>>>>>",
">>>>>>>>>>>>>>>>>>>>>>"
};