diff options
author | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2006-06-03 12:35:41 +0000 |
---|---|---|
committer | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2006-06-03 12:35:41 +0000 |
commit | 499709bc6ec26d26033a42383a334f99e9b2cef8 (patch) | |
tree | 53de190e67a10cd7fb0cc43963591acd59ef54dc /themes/daloa/hide-active.xpm | |
parent | 02af2acf1194f3f92eca7f3858dedbb7b4807878 (diff) | |
download | xfwm4-499709bc6ec26d26033a42383a334f99e9b2cef8.tar.gz |
Missing a small theme in the default set of themes, so add the theme contributed by Mike Massonnet <mmassonnet@gmail.com> -now renamed Daloa-
(Old svn revision: 21960)
Diffstat (limited to 'themes/daloa/hide-active.xpm')
-rw-r--r-- | themes/daloa/hide-active.xpm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/themes/daloa/hide-active.xpm b/themes/daloa/hide-active.xpm new file mode 100644 index 000000000..8ee421634 --- /dev/null +++ b/themes/daloa/hide-active.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"24 17 5 1", +" c None", +". c #C0C0FF s active_color_1", +"+ c #D0D0FF s active_hilight_1", +"# c #FFFFFF s active_text_color", +"@ c #D0D0FF s active_shadow_1", +" ", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +".........######.........", +".........######@........", +"..........@@@@@@........", +"........................", +"........................", +"........................"}; |