Made folder icons gray-yellow instead of blue.
This commit is contained in:
parent
bfaf063892
commit
a8fa0cf5d5
|
@ -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. ",
|
||||
|
|
|
@ -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. ",
|
||||
" ............. ",
|
||||
" "};
|
||||
|
|
Loading…
Reference in New Issue