On Sat, Sep 08, 2007 at 05:39:51PM -0000, [EMAIL PROTECTED] wrote: > Author: forenr > Date: Sat Sep 8 19:39:50 2007 > New Revision: 20149 > > URL: http://www.lyx.org/trac/changeset/20149 > Log: > Better looking icon for emphasis. > > Modified: > lyx-devel/trunk/lib/images/font-emph.png
Attached the corresponding patch for branch. Jürgen, may I apply it? -- Enrico
Index: lib/images/font-emph.xpm =================================================================== --- lib/images/font-emph.xpm (revision 20146) +++ lib/images/font-emph.xpm (working copy) @@ -1,27 +1,55 @@ /* XPM */ -static char * font_emph_xpm[] = { -"22 22 2 1", -" c None", -". c #000000", -" ", -" ", -" ", -" ", -" ............ ", -" ........... ", -" ... . ", -" ... ", -" ... ", -" ... ", -" ......... ", -" ........ ", -" ... ", -" ... ", -" ... ", -" ... .. ", -" ........... ", -" ............ ", -" ", -" ", -" ", -" "}; +static char *font_emph_xpm[] = { +/* width height ncolors chars_per_pixel */ +"20 20 28 1", +/* colors */ +" c black", +". c #939393", +"X c #5F5F5F", +"o c #ECECEC", +"O c #373737", +"+ c #E4E4E4", +"@ c gray12", +"# c #CACACA", +"$ c gray5", +"% c #B2B2B2", +"& c #A0A0A0", +"* c #808080", +"= c #7E7E7E", +"- c gray47", +"; c gray40", +": c #565656", +"> c None", +", c #FBFBFB", +"< c #444444", +"1 c #3E3E3E", +"2 c #3A3A3A", +"3 c #E1E1E1", +"4 c #2C2C2C", +"5 c #2A2A2A", +"6 c gray11", +"7 c gray4", +"8 c gray3", +"9 c #020202", +/* pixels */ +">>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>", +">>>>. .>>", +">>>>>. X>>>", +">>>>>>O 9+>>>>>@>>>>", +">>>>>o $>>>>>>>>>>>", +">>>>>% <>>>>>>>>>>>", +">>>>>- =>>>>>>>>>>>", +">>>>>1 85>>>>>>", +">>>>,7 *>>>>>>>", +">>>># 4>>>>>>>>>>>>", +">>>>. ;>>>>>>>>>>>>", +">>>>: &>>>>>>>>>>>>", +">>>>6823>>>>>>&8X>>>", +">>>- @>>>>", +">>. @>>>>>", +">>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>" +};