diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/MATE-Stripes-Dark.png | bin | 0 -> 1363078 bytes | |||
-rw-r--r-- | desktop/MATE-Stripes-Light.png | bin | 0 -> 1252575 bytes | |||
-rw-r--r-- | desktop/Makefile.am | 4 | ||||
-rw-r--r-- | desktop/mate-desktop.xml.in.in | 18 |
4 files changed, 21 insertions, 1 deletions
diff --git a/desktop/MATE-Stripes-Dark.png b/desktop/MATE-Stripes-Dark.png Binary files differnew file mode 100644 index 0000000..429adad --- /dev/null +++ b/desktop/MATE-Stripes-Dark.png diff --git a/desktop/MATE-Stripes-Light.png b/desktop/MATE-Stripes-Light.png Binary files differnew file mode 100644 index 0000000..d5a154f --- /dev/null +++ b/desktop/MATE-Stripes-Light.png diff --git a/desktop/Makefile.am b/desktop/Makefile.am index 8677c14..f6ed32e 100644 --- a/desktop/Makefile.am +++ b/desktop/Makefile.am @@ -3,7 +3,9 @@ backgrounddir = $(datadir)/backgrounds/mate/desktop background_DATA = \ Float-into-MATE.png \ GreenTraditional.jpg \ - Stripes.png + Stripes.png \ + MATE-Stripes-Dark.png \ + MATE-Stripes-Light.png metadata_in_files = mate-desktop.xml.in metadatadir = $(datadir)/mate-background-properties 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> |