Made folder icons gray-yellow instead of blue.

oldstable
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[] = {
"20 15 4 1",
" s white c white",
". s black c black",
"X s foldercol c #00bfbf",
"o s cyan c cyan",
". s gray50 c gray50",
"X s yellow c yellow",
"o s gray75 c gray75",
" ",
" .... ",
" .XXXX. ",

View File

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