aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-20 09:22:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-20 09:22:01 +0000
commitc8147e31e3a0cb53c12076da6ba12eda72335f6d (patch)
tree7d500bcd585c9bdf3b5e360d3f1f97bc389efd92 /src
parent3daf0ed1e096908375572a628f6941b49afe8fc8 (diff)
replaced the clip icon with more visible one on selected row.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3113 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/icons/clip.xpm27
1 files changed, 15 insertions, 12 deletions
diff --git a/src/icons/clip.xpm b/src/icons/clip.xpm
index 2a72c5c2..e695c99f 100644
--- a/src/icons/clip.xpm
+++ b/src/icons/clip.xpm
@@ -1,16 +1,19 @@
/* XPM */
static char * clip_xpm[] = {
-"6 11 2 1",
+"8 12 4 1",
" c None",
". c #000000",
-" ... ",
-" . .",
-" . .",
-".. ..",
-".. ..",
-".. ..",
-".. ..",
-". .. .",
-". .",
-". .",
-" .... "};
+"+ c #F4F4F4",
+"@ c #4A4A4A",
+" ... ",
+" .+++. ",
+" .+@@@+.",
+" .+@@@+.",
+".++@@++.",
+".++@@++.",
+".++@@++.",
+".+@++@+.",
+".+@@@@+.",
+".+@@@@+.",
+" .++++. ",
+" .... "};