mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Replace rgb.txt names with #rrggbb equivalent
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7869 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8038cb8dae
commit
fed3c901d1
@ -1,3 +1,23 @@
|
||||
2003-09-25 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* images/buffer-close.xpm:
|
||||
* images/buffer-reload.xpm:
|
||||
* images/buffer-update_ps.xpm:
|
||||
* images/build-program.xpm:
|
||||
* images/dialog-show_spellchecker.xpm:
|
||||
* images/layout_LyX-Code.xpm:
|
||||
* images/layout_Scrap.xpm:
|
||||
* images/math-subscript.xpm:
|
||||
* images/math-superscript.xpm:
|
||||
* images/note-insert.xpm:
|
||||
* images/tabular-feature_append-column.xpm:
|
||||
* images/tabular-feature_append-row.xpm:
|
||||
* images/tabular-feature_delete-column.xpm:
|
||||
* images/tabular-feature_delete-row.xpm:
|
||||
* images/tabular-insert.xpm:
|
||||
* images/math/frac.xpm:
|
||||
* images/math/sqrt.xpm: replace rgb.txt names with #rrggbb eqivalent.
|
||||
|
||||
2003-10-07 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
* ui/stdmenus.ui: The Box patch. Fancybox support, minipage,
|
||||
|
@ -2,7 +2,7 @@
|
||||
static char *buffer-close[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"22 22 23 1",
|
||||
" c black",
|
||||
" c #000000",
|
||||
". c #0a0a0a",
|
||||
"X c #131313",
|
||||
"o c #1b1b1b",
|
||||
@ -23,7 +23,7 @@ static char *buffer-close[] = {
|
||||
"< c #939393",
|
||||
"1 c #999999",
|
||||
"2 c #a1a1a1",
|
||||
"3 c white",
|
||||
"3 c #ffffff",
|
||||
"4 c None",
|
||||
/* pixels */
|
||||
"4444444444444444444444",
|
||||
|
@ -4,22 +4,22 @@ static char *buffer-reload[] = {
|
||||
"22 22 35 1",
|
||||
" c #010101",
|
||||
". c #121212",
|
||||
"X c gray11",
|
||||
"X c #1c1c1c",
|
||||
"o c #222222",
|
||||
"O c gray16",
|
||||
"+ c gray20",
|
||||
"O c #292929",
|
||||
"+ c #333333",
|
||||
"@ c #393939",
|
||||
"# c gray26",
|
||||
"$ c gray30",
|
||||
"# c #424242",
|
||||
"$ c #4d4d4d",
|
||||
"% c #555555",
|
||||
"& c #5f5f5f",
|
||||
"* c gray40",
|
||||
"* c #666666",
|
||||
"= c #777777",
|
||||
"- c #6600cc",
|
||||
"; c magenta",
|
||||
"; c #ff00ff",
|
||||
": c #cc66ff",
|
||||
"> c #818181",
|
||||
", c gray59",
|
||||
", c #969696",
|
||||
"< c #a0a0a4",
|
||||
"1 c #b2b2b2",
|
||||
"2 c #cc99ff",
|
||||
|
@ -3,7 +3,7 @@ static char const * update_ps_xpm[] = {
|
||||
"20 20 3 1",
|
||||
" c None",
|
||||
".c #000080",
|
||||
"Xc black",
|
||||
"Xc #000000",
|
||||
" ... ",
|
||||
" ........ ",
|
||||
" ..... ..... ",
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* XPM */
|
||||
static char const * build_xpm[] = {
|
||||
"20 20 4 1",
|
||||
". c black",
|
||||
". c #000000",
|
||||
" c None",
|
||||
"+ c white",
|
||||
"+ c #ffffff",
|
||||
"O c #ff0000",
|
||||
" ... ",
|
||||
" ...O... ",
|
||||
|
@ -20,7 +20,7 @@ static char *spellchecker[] = {
|
||||
": c #cc0000",
|
||||
"> c #d30202",
|
||||
", c #e00000",
|
||||
"< c red2",
|
||||
"< c #ee0000",
|
||||
"1 c #f50000",
|
||||
"2 c #fd0000",
|
||||
"3 c #ff1b1b",
|
||||
@ -30,7 +30,7 @@ static char *spellchecker[] = {
|
||||
"7 c #ec4848",
|
||||
"8 c #f64f4f",
|
||||
"9 c #c0c0c0",
|
||||
"0 c gainsboro",
|
||||
"0 c #dcdcdc",
|
||||
"q c #ffc0c0",
|
||||
"w c None",
|
||||
/* pixels */
|
||||
|
@ -2,8 +2,8 @@
|
||||
static char const * layout_code_xpm[] = {
|
||||
"20 20 4 1",
|
||||
" c #7f7f7f",
|
||||
". c black",
|
||||
"X c white",
|
||||
". c #000000",
|
||||
"X c #ffffff",
|
||||
"+ c #7B0000",
|
||||
".XXXXXXXXXXXXXXXXXX ",
|
||||
".X..........XXXXXXX ",
|
||||
|
@ -3,7 +3,7 @@ static char const * layout_scrap_xpm[] = {
|
||||
" 20 20 3 1",
|
||||
". c #4d4d4d",
|
||||
" c None",
|
||||
"c c black",
|
||||
"c c #000000",
|
||||
"c c",
|
||||
" c .c.c.. ",
|
||||
" ..ccc.c. c. c ",
|
||||
|
@ -2,8 +2,8 @@
|
||||
static char const * sub_xpm[] = {
|
||||
"20 20 3 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c Blue",
|
||||
". c #000000",
|
||||
"X c #0000ff",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
|
@ -2,8 +2,8 @@
|
||||
static char const * super_xpm[] = {
|
||||
"20 20 3 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c Blue",
|
||||
". c #000000",
|
||||
"X c #0000ff",
|
||||
" ",
|
||||
" ..... ",
|
||||
" . . ",
|
||||
|
@ -4,8 +4,8 @@ static char const * frac[] = {
|
||||
" 20 20 3 1",
|
||||
/* colors */
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c Blue",
|
||||
". c #000000",
|
||||
"X c #0000ff",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ",
|
||||
|
@ -4,8 +4,8 @@ static char const * sqrt_xpm[] = {
|
||||
" 20 20 3 1",
|
||||
/* colors */
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c Blue",
|
||||
". c #000000",
|
||||
"X c #0000ff",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ",
|
||||
|
@ -2,12 +2,12 @@
|
||||
static char *note-insert[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"22 22 7 1",
|
||||
" c black",
|
||||
" c #000000",
|
||||
". c #7f7f00",
|
||||
"X c gray50",
|
||||
"o c yellow",
|
||||
"X c #7f7f7f",
|
||||
"o c #ffff00",
|
||||
"O c #bfbfbf",
|
||||
"+ c white",
|
||||
"+ c #ffffff",
|
||||
"@ c None",
|
||||
/* pixels */
|
||||
"@@@@@@@@@@@@@@@@@@@@@@",
|
||||
|
@ -5,7 +5,7 @@ static char *tabular-feature_append-column[] = {
|
||||
" c #000000",
|
||||
". c #606060",
|
||||
"X c #00c200",
|
||||
"o c white",
|
||||
"o c #ffffff",
|
||||
"O c None",
|
||||
/* pixels */
|
||||
"OOOOOOOOOOOOOOOOOOOOOO",
|
||||
|
@ -5,7 +5,7 @@ static char *tabular-feature_append-row[] = {
|
||||
" c #000000",
|
||||
". c #606060",
|
||||
"X c #00c200",
|
||||
"o c white",
|
||||
"o c #ffffff",
|
||||
"O c None",
|
||||
/* pixels */
|
||||
"OOOOOOOOOOOOOOOOOOOOOO",
|
||||
|
@ -2,9 +2,9 @@
|
||||
static char *tabular-feature_delete-column[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"22 22 4 1",
|
||||
" c black",
|
||||
" c #000000",
|
||||
". c #ff0000",
|
||||
"X c white",
|
||||
"X c #ffffff",
|
||||
"o c None",
|
||||
/* pixels */
|
||||
"oooooooooooooooooooooo",
|
||||
|
@ -2,9 +2,9 @@
|
||||
static char *tabular-feature_delete-row[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"22 22 4 1",
|
||||
" c black",
|
||||
" c #000000",
|
||||
". c #ff0000",
|
||||
"X c white",
|
||||
"X c #ffffff",
|
||||
"o c None",
|
||||
/* pixels */
|
||||
"oooooooooooooooooooooo",
|
||||
|
@ -3,7 +3,7 @@ static char *show-dialog-new-inset_tabular[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"22 22 3 1",
|
||||
" c #000000",
|
||||
". c white",
|
||||
". c #ffffff",
|
||||
"X c None",
|
||||
/* pixels */
|
||||
"XXXXXXXXXXXXXXXXXXXXXX",
|
||||
|
Loading…
Reference in New Issue
Block a user