diff options
author | Jakub Steiner <jimmac@gmail.com> | 2021-05-25 12:13:29 +0200 |
---|---|---|
committer | Jakub Steiner <jimmac@gmail.com> | 2021-05-25 12:14:18 +0200 |
commit | 5f05063e106f1ec44698f8f9cf1639bd06f60e85 (patch) | |
tree | c44e2be91aaf34133c2401aaff114312346432a6 /backgrounds | |
parent | c7ab6101dac7e98c541a8664959175be4ee0b33c (diff) | |
download | gnome-backgrounds-5f05063e106f1ec44698f8f9cf1639bd06f60e85.tar.gz |
Frosty: refresh the cold theme
Diffstat (limited to 'backgrounds')
-rw-r--r-- | backgrounds/Frosty.jpg | bin | 0 -> 2066275 bytes | |||
-rw-r--r-- | backgrounds/IceCrystals.jpg | bin | 1464020 -> 0 bytes | |||
-rw-r--r-- | backgrounds/gnome-backgrounds.xml.in | 2 | ||||
-rw-r--r-- | backgrounds/meson.build | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/backgrounds/Frosty.jpg b/backgrounds/Frosty.jpg Binary files differnew file mode 100644 index 0000000..be628d6 --- /dev/null +++ b/backgrounds/Frosty.jpg diff --git a/backgrounds/IceCrystals.jpg b/backgrounds/IceCrystals.jpg Binary files differdeleted file mode 100644 index 1b07d0a..0000000 --- a/backgrounds/IceCrystals.jpg +++ /dev/null diff --git a/backgrounds/gnome-backgrounds.xml.in b/backgrounds/gnome-backgrounds.xml.in index f479e8a..04c44ce 100644 --- a/backgrounds/gnome-backgrounds.xml.in +++ b/backgrounds/gnome-backgrounds.xml.in @@ -38,7 +38,7 @@ </wallpaper> <wallpaper deleted="false"> <name>6</name> - <filename>@BACKGROUNDDIR@/IceCrystals.jpg</filename> + <filename>@BACKGROUNDDIR@/Frosty.jpg</filename> <options>zoom</options> <pcolor>#ffffff</pcolor> <scolor>#000000</scolor> diff --git a/backgrounds/meson.build b/backgrounds/meson.build index f488ace..2175a16 100644 --- a/backgrounds/meson.build +++ b/backgrounds/meson.build @@ -17,7 +17,7 @@ backgrounds = [ 'ColdWarm.jpg', 'Disco.jpg', 'DiscoHex.jpg', - 'IceCrystals.jpg', + 'Frosty.jpg', 'Leaf.jpg', 'LightBulb.jpg', 'Loveles.jpg', |