Mercurial > hg > Murmelfunz-theme
comparison xfwm4/top-right-inactive.xpm @ 0:53a8210f705a
first import of the Murmelfunz theme
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 10 Feb 2012 06:53:13 +0100 |
parents | |
children | 3d27a74cef63 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:53a8210f705a |
---|---|
1 /* XPM */ | |
2 static char * top_right_inactive_xpm[] = { | |
3 "8 24 7 1", | |
4 " c None", | |
5 ". c #A0A0A0 s inactive_shadow_1", | |
6 "+ c #616161", | |
7 "@ c #616161", | |
8 "# c #616161", | |
9 "- c #616161", | |
10 "$ c #000000", | |
11 "------ ", | |
12 "++++++- ", | |
13 "######+-", | |
14 "#######-", | |
15 "#######-", | |
16 "#######-", | |
17 "#######-", | |
18 "#######-", | |
19 "#######-", | |
20 "#######-", | |
21 "#######-", | |
22 "#######-", | |
23 "#######-", | |
24 "#######-", | |
25 "#######-", | |
26 "#######-", | |
27 "#######-", | |
28 "#######-", | |
29 "#######-", | |
30 "#######-", | |
31 "#######-", | |
32 "#######-", | |
33 "#######-", | |
34 ".......-"}; |