You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
818 B
39 lines
818 B
/* XPM */
|
|
static char * line_xpm[] = {
|
|
"22 22 13 1",
|
|
" c None",
|
|
". c #4E4E4C",
|
|
"+ c #2E2E2C",
|
|
"@ c #B6B6B4",
|
|
"# c #9E9E9C",
|
|
"$ c #AAAAAC",
|
|
"% c #D2D2D4",
|
|
"& c #424244",
|
|
"* c #020204",
|
|
"= c #1A1A1C",
|
|
"- c #8A8A8C",
|
|
"; c #E6E6E4",
|
|
"> c #DEDEDC",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
"......................",
|
|
"++++++++++++++++++++++",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" @####$ %##### ",
|
|
" &****= -*****% ",
|
|
" ;>>>>> >>>>> ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "};
|