mode-icons/icons/cygwin.xpm
Matthew L. Fidler 2e799a5d7b Add some shell icons
- Added function-based matching.
- Currently everything should be cached, except for things where
  function matching occurs. (may need some expansion)
- Should address Issue #36
2016-08-05 12:59:29 -05:00

22 lines
464 B
C

/* XPM */
static char * d:\EmacsPortable_App\Data\src\mode_icons\icons\cygwin_xpm[] = {
"16 16 3 1",
" c None",
". c #000000",
"+ c #00FF00",
" ",
" ........... ",
" .............. ",
" .......... ",
" .... ",
" ... ",
" ... +++++ ",
" ... ++++++++ ",
" ... ++++++++ ",
" ... +++++ ",
" ... ",
" .... ",
" .......... ",
" .............. ",
" ........... ",
" "};