Fixed folder bitmap colors for 8bpp.

This commit is contained in:
Pavel Roskin 1999-03-10 13:59:13 +00:00 committed by Alexandre Julliard
parent f0370548c7
commit 82c70ad91e
3 changed files with 33 additions and 30 deletions

View File

@ -271,7 +271,6 @@ OBM_Colors[] =
{ "purple", NULL, (Pixel)RGB(128,0,128) },
{ "ltgray", NULL, (Pixel)RGB(192,192,192) },
{ "dkgray", NULL, (Pixel)RGB(128,128,128) },
{ "foldercol", NULL, (Pixel)RGB(0,191,191) },
{ "button_face", NULL, (Pixel)PALETTEINDEX(COLOR_BTNFACE) },
{ "button_shadow", NULL, (Pixel)PALETTEINDEX(COLOR_BTNSHADOW) },
{ "button_highlight", NULL, (Pixel)PALETTEINDEX(COLOR_BTNHIGHLIGHT) },

View File

@ -1,22 +1,24 @@
/* XPM */
static char * obm_folder[] = {
"20 15 4 1",
"20 16 5 1",
" s white c white",
". s gray50 c gray50",
". s dkgray c #808080",
"X s yellow c yellow",
"o s gray75 c gray75",
"o s ltgray c #c0c0c0",
"B s black c black",
" ",
" .... ",
" .XXXX. ",
" .............. ",
" .XoXoXoXoXoXoX. ",
" .oXoXoXoXoXoXo. ",
" .XoXoXoXoXoXoX. ",
" .oXoXoXoXoXoXo. ",
" .XoXoXoXoXoXoX. ",
" .oXoXoXoXoXoXo. ",
" .XoXoXoXoXoXoX. ",
" .oXoXoXoXoXoXo. ",
" ..... ",
" .XoXoX. ",
" .XoXoXoX...... ",
" . .. ",
" . XoXoXoXoXoX.. ",
" . oXoXoXoXoXo.. ",
" . XoXoXoXoXoX.. ",
" . oXoXoXoXoXo.. ",
" . XoXoXoXoXoX.. ",
" . oXoXoXoXoXo.. ",
" . XoXoXoXoXoX.. ",
" ............... ",
" .............. ",
" ",
" "};

View File

@ -1,22 +1,24 @@
/* XPM */
static char * obm_folder2[] = {
"20 15 4 1",
"20 16 5 1",
" s white c white",
". s gray50 c gray50",
". s dkgray c #808080",
"X s yellow c yellow",
"o s gray75 c gray75",
"o s ltgray c #c0c0c0",
"B s black c black",
" ",
" ",
" ... ",
" ..X.. ",
" ..XoX........ ",
" .XoXoXoXoXoXo. ",
" .oXoXoXoXoXoX. ",
" .XoXo........... ",
" .oXoX.XoXoXoXoXo. ",
" .XoX.XoXoXoXoXoX. ",
" .oX.XoXoXoXoXoX. ",
" .X.XoXoXoXoXoX. ",
" ..XoXoXoXoXoX. ",
" ............. ",
" ..... ",
" . . ",
" . .X.X. ...... ",
" . X.X.X. .. ",
" . .X.X.X.X.X... ",
" .............X.. ",
" . ..... ",
" . oXoXoXoXoX.... ",
" . oXoXoXoXo.... ",
" . XoXoXoXoXo... ",
" . XoXoXoXoX... ",
" .............. ",
" ............. ",
" "};