1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
emacs/lisp/sb-pg-minus.xpm

24 lines
492 B
C
Raw Normal View History

2000-05-18 17:39:23 +00:00
/* XPM */
2004-05-09 19:07:46 +00:00
static char * sb_pg_minus_xpm[] = {
"20 15 5 1",
2000-05-18 17:39:23 +00:00
" c None",
2004-05-09 19:07:46 +00:00
". c #B8B8B8",
2000-05-18 17:39:23 +00:00
"+ c #000000",
2004-05-09 19:07:46 +00:00
"@ c #828282",
"# c #FFFFFF",
2000-05-18 17:39:23 +00:00
" ............ ",
2004-05-09 19:07:46 +00:00
" .++++++++++++@",
" .++##########+@",
" .+#+##########+@",
" .+##+##########+@",
" .+###+##########+@",
" .+####+##########+@",
".+++++++#+++++####+@",
".+########.....###+@",
".+################+@",
".+################+@",
".+################+@",
".+################+@",
".++++++++++++++++++@",
" @@@@@@@@@@@@@@@@@@ "};