diff options
author | Adam Erdman <[email protected]> | 2014-03-11 17:04:51 -0400 |
---|---|---|
committer | Adam Erdman <[email protected]> | 2014-03-15 16:16:43 -0400 |
commit | 7b159c247396247fded74caa28d0a120b401db40 (patch) | |
tree | ace3017404e6f1e6f12ce583acef3ba04c1b6020 /desktop/mate-desktop.xml.in.in | |
parent | b0a51d7c11e23a15b396f78eb64639684491f013 (diff) | |
download | mate-backgrounds-7b159c247396247fded74caa28d0a120b401db40.tar.bz2 mate-backgrounds-7b159c247396247fded74caa28d0a120b401db40.tar.xz |
Add MATE-Stripes Wallpapers
- Add desktop/MATE-Stripes-Dark.png semi-transparent PNG wallpaper
- Add desktop/MATE-Stripes-Light.png semi-transparent PNG wallpaper
- Add both files to desktop/Makefile.am
- Add wallpaper metadata for MATE-Stripes Wallpapers
Diffstat (limited to 'desktop/mate-desktop.xml.in.in')
-rw-r--r-- | desktop/mate-desktop.xml.in.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/desktop/mate-desktop.xml.in.in b/desktop/mate-desktop.xml.in.in index fd88f30..d3a7abd 100644 --- a/desktop/mate-desktop.xml.in.in +++ b/desktop/mate-desktop.xml.in.in @@ -30,4 +30,22 @@ <scolor>#44A52A</scolor> <artist>Jakub Steiner</artist> </wallpaper> + <wallpaper deleted="false"> + <_name>Stripes</_name> + <filename>@datadir@/backgrounds/mate/desktop/MATE-Stripes-Dark.png</filename> + <options>zoom</options> + <shade_type>vertical-gradient</shade_type> + <pcolor>#BADA55</pcolor> + <scolor>#85D45B</scolor> + <artist>Adam Erdman</artist> + </wallpaper> + <wallpaper deleted="false"> + <_name>Stripes</_name> + <filename>@datadir@/backgrounds/mate/desktop/MATE-Stripes-Light.png</filename> + <options>zoom</options> + <shade_type>vertical-gradient</shade_type> + <pcolor>#3F4D28</pcolor> + <scolor>#6A9426</scolor> + <artist>Adam Erdman</artist> + </wallpaper> </wallpapers> |