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[] = {
|
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. ",
|
||||||
|
|
|
@ -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. ",
|
||||||
" ............. ",
|
" ............. ",
|
||||||
" "};
|
" "};
|
||||||
|
|
Loading…
Reference in New Issue