summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2022-02-08 16:42:04 +0100
committerJakub Steiner <jimmac@gmail.com>2022-02-08 16:42:04 +0100
commitbc136bae09b7d614c3e0d561706c4eb4f4aae3cd (patch)
treebcd3ac76fc5b2e51122174792ae705c3fac4385a
parent9948d49c285c90619939aa57f9e5eabf94603dd1 (diff)
downloadgnome-backgrounds-bc136bae09b7d614c3e0d561706c4eb4f4aae3cd.tar.gz
dark mode for vnc
- don't pull too much attention by lacking dark mode. Fixes https://gitlab.gnome.org/GNOME/gnome-backgrounds/-/issues/22
-rw-r--r--backgrounds/gnome-backgrounds.xml.in3
-rw-r--r--backgrounds/meson.build3
-rw-r--r--backgrounds/vnc-d.pngbin0 -> 4773 bytes
-rw-r--r--backgrounds/vnc-l.png (renamed from backgrounds/VNC.png)bin580 -> 580 bytes
4 files changed, 4 insertions, 2 deletions
diff --git a/backgrounds/gnome-backgrounds.xml.in b/backgrounds/gnome-backgrounds.xml.in
index 1f7a601..295ccd3 100644
--- a/backgrounds/gnome-backgrounds.xml.in
+++ b/backgrounds/gnome-backgrounds.xml.in
@@ -57,7 +57,8 @@
<wallpaper deleted="false">
<name>8</name>
- <filename>@BACKGROUNDDIR@/VNC.png</filename>
+ <filename>@BACKGROUNDDIR@/vnc-l.png</filename>
+ <filename-dark>@BACKGROUNDDIR@/vnc-d.png</filename-dark>
<options>zoom</options>
<pcolor>#ffffff</pcolor>
<scolor>#000000</scolor>
diff --git a/backgrounds/meson.build b/backgrounds/meson.build
index f8e1136..c967b9e 100644
--- a/backgrounds/meson.build
+++ b/backgrounds/meson.build
@@ -21,7 +21,8 @@ backgrounds = [
'symbolics-l.png',
'truchet-d.jpg',
'truchet-l.jpg',
- 'VNC.png',
+ 'vnc-d.png',
+ 'vnc-l.png',
'wood-d.jpg',
'wood-l.jpg'
]
diff --git a/backgrounds/vnc-d.png b/backgrounds/vnc-d.png
new file mode 100644
index 0000000..7d94321
--- /dev/null
+++ b/backgrounds/vnc-d.png
Binary files differ
diff --git a/backgrounds/VNC.png b/backgrounds/vnc-l.png
index 7b52758..7b52758 100644
--- a/backgrounds/VNC.png
+++ b/backgrounds/vnc-l.png
Binary files differ