Mercurial > hg > Murmelfunz-theme
comparison xfwm4/shade-active.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 | 4bed3d7c1d20 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:53a8210f705a |
---|---|
1 /* XPM */ | |
2 static char * shade_active_xpm[] = { | |
3 "24 14 5 1", | |
4 " c None", | |
5 ". c #C0C0FF s active_color_1", | |
6 "+ c #D0D0FF s active_hilight_1", | |
7 "@ c #A0A0FF s active_shadow_1", | |
8 "# c #FFFFFF s active_text_color", | |
9 " @@@@@@@@@@@@@@@@@@@@@@ ", | |
10 "@@@@@@@@@@@@@@@@@@@@@@@@", | |
11 "@@@@@@@@@@@@@@@@@@@@@@@@", | |
12 "@@@@@@@@@@@##@@@@@@@@@@@", | |
13 "@@@@@@@@@@####@@@@@@@@@@", | |
14 "@@@@@@@@@######@@@@@@@@@", | |
15 "@@@@@@@@########@@@@@@@@", | |
16 "@@@@@@@@##@##@##@@@@@@@@", | |
17 "@@@@@@@@@@@##@@@@@@@@@@@", | |
18 "@@@@@@@@@@@##@@@@@@@@@@@", | |
19 "@@@@@@@@@@@##@@@@@@@@@@@", | |
20 "@@@@@@@@@@@@@@@@@@@@@@@@", | |
21 "@@@@@@@@@@@@@@@@@@@@@@@@", | |
22 " @@@@@@@@@@@@@@@@@@@@@@ "}; |