From: Angus Leeming Date: Wed, 17 Apr 2002 11:27:48 +0000 (+0000) Subject: Enable Rob Lahaye to read LyX's own xpm files. X-Git-Tag: 1.6.10~19391 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=85ab2544a51d0cf0a156f967ef6f9b3a96ba6c39;p=features.git Enable Rob Lahaye to read LyX's own xpm files. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4015 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/images/ChangeLog b/images/ChangeLog index eacf338b86..737ba73e49 100644 --- a/images/ChangeLog +++ b/images/ChangeLog @@ -1,3 +1,14 @@ +2002-04-17 Angus Leeming + + * deco.xpm + * smallcaps.xpm + * space.xpm + * sub.xpm + * super.xpm : + Rewrite any 13 char colour strings as the equivalent 7 char string, + by running them past fl_lookup_RGBcolor. + For example, "#BEFBBEFBBEFB" becomes "#bebebe". + 2002-03-18 Jean-Marc Lasgouttes * style.xbm: diff --git a/images/deco.xpm b/images/deco.xpm index 8b068be061..90e97276f7 100644 --- a/images/deco.xpm +++ b/images/deco.xpm @@ -1,9 +1,9 @@ /* XPM */ static char const * deco[] = { "20 20 3 1", -" c #BEFBBEFBBEFB", -". c #000000000000", -"X c #51445144FBEE", +" c #bebebe", +". c #000000", +"X c #5050fa", " ", " ", " ... ", diff --git a/images/smallcaps.xpm b/images/smallcaps.xpm index c408cf105b..cfc9cc5c3a 100644 --- a/images/smallcaps.xpm +++ b/images/smallcaps.xpm @@ -1,8 +1,8 @@ /* XPM */ static char const * smallcaps_xpm[] = { "20 20 2 1", -" c #BFBFBFBFBFBF", -". c #000000000000", +" c #bfbfbf", +". c #000000", " ", " ", " ", @@ -26,8 +26,8 @@ static char const * smallcaps_xpm[] = { /* XPM */ static char * smallcaps_xpm[] = { "20 20 2 1", -" c #BFBFBFBFBFBF", -". c #000000000000", +" c #bfbfbf", +". c #000000", " ", " ", " ", diff --git a/images/space.xpm b/images/space.xpm index 8fe7e7ff61..8dc348863d 100644 --- a/images/space.xpm +++ b/images/space.xpm @@ -1,8 +1,8 @@ /* XPM */ static char const * space_xpm[] = { "20 20 2 1", -" c #BEFBBEFBBEFB", -". c #FBEE14514103", +" c #bebebe", +". c #fa1440", " ", " ", " ", diff --git a/images/sub.xpm b/images/sub.xpm index e64c0336c2..59f544583c 100644 --- a/images/sub.xpm +++ b/images/sub.xpm @@ -2,8 +2,8 @@ static char const * sub_xpm[] = { "20 20 3 1", " c None", -". c #000000000000", -"X c #00000000FFFF", +". c #00000", +"X c 00ffff", " ", " ", " ", diff --git a/images/super.xpm b/images/super.xpm index df01612d26..02516a526c 100644 --- a/images/super.xpm +++ b/images/super.xpm @@ -2,8 +2,8 @@ static char const * super_xpm[] = { "20 20 3 1", " c None", -". c #00000000FFFF", -"X c #000000000000", +". c #00000", +"X c 00ffff", " ", " ..... ", " . . ",