diff options
Diffstat (limited to 'src/icons/replied.xpm')
| -rw-r--r-- | src/icons/replied.xpm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/icons/replied.xpm b/src/icons/replied.xpm new file mode 100644 index 0000000..e16ab02 --- /dev/null +++ b/src/icons/replied.xpm | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * replied_xpm[] = { | ||
| 3 | "10 10 11 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #E0D8B0", | ||
| 7 | "@ c #B39C82", | ||
| 8 | "# c #BCA488", | ||
| 9 | "$ c #C5AC8F", | ||
| 10 | "% c #AA947B", | ||
| 11 | "& c #A18D75", | ||
| 12 | "* c #98856E", | ||
| 13 | "= c #8F7D68", | ||
| 14 | "- c #867561", | ||
| 15 | " . ", | ||
| 16 | " .. .+. ", | ||
| 17 | " .@..+++.", | ||
| 18 | " .#@......", | ||
| 19 | ".$#@%&*=-.", | ||
| 20 | ".$#@%&*=. ", | ||
| 21 | " .#@.... ", | ||
| 22 | " .@. ", | ||
| 23 | " .. ", | ||
| 24 | " "}; | ||
