summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2021-05-25 12:13:29 +0200
committerJakub Steiner <jimmac@gmail.com>2021-05-25 12:14:18 +0200
commit5f05063e106f1ec44698f8f9cf1639bd06f60e85 (patch)
treec44e2be91aaf34133c2401aaff114312346432a6
parentc7ab6101dac7e98c541a8664959175be4ee0b33c (diff)
downloadgnome-backgrounds-5f05063e106f1ec44698f8f9cf1639bd06f60e85.tar.gz
Frosty: refresh the cold theme
-rw-r--r--AUTHORS4
-rw-r--r--backgrounds/Frosty.jpgbin0 -> 2066275 bytes
-rw-r--r--backgrounds/IceCrystals.jpgbin1464020 -> 0 bytes
-rw-r--r--backgrounds/gnome-backgrounds.xml.in2
-rw-r--r--backgrounds/meson.build2
5 files changed, 3 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
index 5f85807..cdaa741 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,6 +7,7 @@ Image Authors:
- BrushStrokes.jpg:
- Disco.png:
- DiscoHex.png:
+- Frosty.jppg:
- Stripes.jpg:
- Wood.jpg:
@@ -22,9 +23,6 @@ Image Authors:
Copyright © 2011 Nieves Sánchez Martínez <nievesanchez@hotmail.com>
Licensed under Creative Commons Attribution-ShareAlike 3.0 License.
-- IceCrystals.jpg:
- Egor Kamalev, CC0, https://www.pexels.com/photo/close-up-photography-of-snowflake-813872/
-
- Leaf.jpg:
Matthias Groeneveld, CC0, https://www.pexels.com/photo/photo-of-a-leaf-3021635/
diff --git a/backgrounds/Frosty.jpg b/backgrounds/Frosty.jpg
new file mode 100644
index 0000000..be628d6
--- /dev/null
+++ b/backgrounds/Frosty.jpg
Binary files differ
diff --git a/backgrounds/IceCrystals.jpg b/backgrounds/IceCrystals.jpg
deleted file mode 100644
index 1b07d0a..0000000
--- a/backgrounds/IceCrystals.jpg
+++ /dev/null
Binary files differ
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',