Made folder icons gray-yellow instead of blue.

This commit is contained in:
Pavel Roskin 1999-02-28 10:05:08 +00:00 committed by Alexandre Julliard
parent bfaf063892
commit a8fa0cf5d5
2 changed files with 16 additions and 15 deletions

View File

@ -2,9 +2,9 @@
static char * obm_folder[] = { static char * obm_folder[] = {
"20 15 4 1", "20 15 4 1",
" s white c white", " s white c white",
". s black c black", ". s gray50 c gray50",
"X s foldercol c #00bfbf", "X s yellow c yellow",
"o s cyan c cyan", "o s gray75 c gray75",
" ", " ",
" .... ", " .... ",
" .XXXX. ", " .XXXX. ",

View File

@ -1,21 +1,22 @@
/* XPM */ /* XPM */
static char * obm_folder2[] = { static char * obm_folder2[] = {
"20 15 3 1", "20 15 4 1",
" s white c white", " s white c white",
". s black c black", ". s gray50 c gray50",
"X s foldercol c #00bfbf", "X s yellow c yellow",
"o s gray75 c gray75",
" ", " ",
" ", " ",
" ... ", " ... ",
" ..X.. ", " ..X.. ",
" ..X.X........ ", " ..XoX........ ",
" .X.X.X.X.X.X.. ", " .XoXoXoXoXoXo. ",
" ..X.X.X.X.X.X. ", " .oXoXoXoXoXoX. ",
" .X.X............ ", " .XoXo........... ",
" ..X.X.XXXXXXXXXX. ", " .oXoX.XoXoXoXoXo. ",
" .X.X.XXXXXXXXXXX. ", " .XoX.XoXoXoXoXoX. ",
" ..X.XXXXXXXXXXX. ", " .oX.XoXoXoXoXoX. ",
" .X.XXXXXXXXXXX. ", " .X.XoXoXoXoXoX. ",
" ..XXXXXXXXXXX. ", " ..XoXoXoXoXoX. ",
" ............. ", " ............. ",
" "}; " "};