mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 17:40:30 +01:00
2e799a5d7b
- Added function-based matching. - Currently everything should be cached, except for things where function matching occurs. (may need some expansion) - Should address Issue #36
22 lines
464 B
C
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",
|
|
" ",
|
|
" ........... ",
|
|
" .............. ",
|
|
" .......... ",
|
|
" .... ",
|
|
" ... ",
|
|
" ... +++++ ",
|
|
" ... ++++++++ ",
|
|
" ... ++++++++ ",
|
|
" ... +++++ ",
|
|
" ... ",
|
|
" .... ",
|
|
" .......... ",
|
|
" .............. ",
|
|
" ........... ",
|
|
" "};
|