summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan William <75637-btwilliam@users.noreply.gitlab.gnome.org>2022-08-04 20:25:18 -0700
committerBrendan William <75637-btwilliam@users.noreply.gitlab.gnome.org>2022-08-04 20:25:18 -0700
commit5c889ff1070460c6d2a56aa057a5d146a6132b9e (patch)
tree6200ade0c78b1028ba9c9fb2dba337376b21e2df
parent38a3f4859feaec6add723de076b84ddc43acd71d (diff)
downloadgnome-backgrounds-5c889ff1070460c6d2a56aa057a5d146a6132b9e.tar.gz
oceans: fix name, fallback colour, and build
-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>