forked from pyrite-dev/milsko
icons
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@353 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
a8bcd3e4f8
commit
940c00eb45
13 changed files with 332 additions and 254 deletions
39
src/icon/file.c
Normal file
39
src/icon/file.c
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
/* $Id: icon.sh 344 2025-10-15 16:17:47Z nishi $ */
|
||||
#include <Mw/Milsko.h>
|
||||
|
||||
/* XPM */
|
||||
char *MwIconFile[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"12 14 16 1 ",
|
||||
" c black",
|
||||
". c #111111",
|
||||
"X c #222222",
|
||||
"o c gray20",
|
||||
"O c #444444",
|
||||
"+ c #555555",
|
||||
"@ c gray40",
|
||||
"# c #777777",
|
||||
"$ c #888888",
|
||||
"% c gray60",
|
||||
"& c #AAAAAA",
|
||||
"* c #BBBBBB",
|
||||
"= c gray80",
|
||||
"- c #DDDDDD",
|
||||
"; c #EEEEEE",
|
||||
": c white",
|
||||
/* pixels */
|
||||
":::::::o::::",
|
||||
"::::::: o o ",
|
||||
"::::::: ",
|
||||
":::::::::%%%",
|
||||
"::::::::::%%",
|
||||
"::::::::::::",
|
||||
"::::::::::::",
|
||||
"::::::::::::",
|
||||
"::::::::::::",
|
||||
"::::::::::::",
|
||||
"::::::::::::",
|
||||
"::::::::::::",
|
||||
"::::::::::::",
|
||||
"::::::::::::"
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue