diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-08-19 06:38:22 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-08-19 06:38:22 +0000 |
commit | 65f0f640adb463bc2cf56f87908acfb5141e97d6 (patch) | |
tree | 44a68872c7bc64e33c51b33c3ab7754271379d03 /src/icons/category.xpm | |
parent | 4ffd849546afd5b3b98a94e6f1de5410fac2b653 (diff) |
renamed src/pixmaps to src/icons.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@491 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/icons/category.xpm')
-rw-r--r-- | src/icons/category.xpm | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/icons/category.xpm b/src/icons/category.xpm new file mode 100644 index 00000000..fd16880f --- /dev/null +++ b/src/icons/category.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * category_xpm[] = { +"16 16 16 1", +" c None", +". c #000000", +"+ c #2C7AD4", +"@ c #3B98C5", +"# c #2D5AD3", +"$ c #01DFFF", +"% c #BFEDE2", +"& c #12BDEE", +"* c #B8EADF", +"= c #2ABAD6", +"- c #039FFD", +"; c #155DEB", +"> c #271BD9", +", c #3F18C1", +"' c #1F1CE1", +") c #3719C9", +" ", +" ", +" .... ", +" .+@+@. ", +" .+#+#@+...... ", +" .$$%$%&*%$==$.", +" .=@&@&@=+=+-;.", +" .$&@&@=+=+-+#.", +" .=@&@=+=+-+->.", +" .$&@=+=+-+-;#.", +" .=@=+=+-+-;-,.", +" .$=+=+-+-;-;>.", +" .=';';';';)>,.", +" ............ ", +" ", +" "}; |