summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2022-08-08 11:46:14 +0000
committerJakub Steiner <jimmac@gmail.com>2022-08-08 11:46:14 +0000
commit1a2dd6be277b213dffdf0e69ffe45a6b5be1f21d (patch)
tree6200ade0c78b1028ba9c9fb2dba337376b21e2df
parent38a3f4859feaec6add723de076b84ddc43acd71d (diff)
parent5c889ff1070460c6d2a56aa057a5d146a6132b9e (diff)
downloadgnome-backgrounds-1a2dd6be277b213dffdf0e69ffe45a6b5be1f21d.tar.gz
Merge branch 'fix-oceans' into 'main'
oceans: fix name, fallback colour, and build See merge request GNOME/gnome-backgrounds!14
-rw-r--r--backgrounds/meson.build1
-rw-r--r--backgrounds/oceans.xml.in4
2 files changed, 3 insertions, 2 deletions
diff --git a/backgrounds/meson.build b/backgrounds/meson.build
index 6603c01..36fd43a 100644
--- a/backgrounds/meson.build
+++ b/backgrounds/meson.build
@@ -40,6 +40,7 @@ foreach metadata : [
'field.xml',
'grid.xml',
'licorice.xml',
+ 'oceans.xml',
'pixels.xml',
'symbolic.xml',
'truchet.xml',
diff --git a/backgrounds/oceans.xml.in b/backgrounds/oceans.xml.in
index 316bfff..6179d21 100644
--- a/backgrounds/oceans.xml.in
+++ b/backgrounds/oceans.xml.in
@@ -2,11 +2,11 @@
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper deleted="false">
- <name>Field</name>
+ <name>Oceans</name>
<filename>@BACKGROUNDDIR@/oceans.svg</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
- <pcolor>#26a269</pcolor>
+ <pcolor>#6aadd5</pcolor>
<scolor>#000000</scolor>
</wallpaper>
</wallpapers>