summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backgrounds/Makefile.am5
-rw-r--r--backgrounds/xfce-blue.jpgbin152462 -> 197011 bytes
-rw-r--r--backgrounds/xfce-teal.jpgbin0 -> 312080 bytes
-rw-r--r--common/xfdesktop-common.h2
4 files changed, 5 insertions, 2 deletions
diff --git a/backgrounds/Makefile.am b/backgrounds/Makefile.am
index 33181f71..901aa1c7 100644
--- a/backgrounds/Makefile.am
+++ b/backgrounds/Makefile.am
@@ -3,6 +3,9 @@
backgroundsdir = $(datadir)/backgrounds/xfce
-backgrounds_DATA = xfce-blue.jpg
+backgrounds_DATA = \
+ xfce-blue.jpg \
+ xfce-teal.jpg
+
EXTRA_DIST = $(backgrounds_DATA)
diff --git a/backgrounds/xfce-blue.jpg b/backgrounds/xfce-blue.jpg
index fd962e71..c35533c2 100644
--- a/backgrounds/xfce-blue.jpg
+++ b/backgrounds/xfce-blue.jpg
Binary files differ
diff --git a/backgrounds/xfce-teal.jpg b/backgrounds/xfce-teal.jpg
new file mode 100644
index 00000000..aafd7289
--- /dev/null
+++ b/backgrounds/xfce-teal.jpg
Binary files differ
diff --git a/common/xfdesktop-common.h b/common/xfdesktop-common.h
index 424d3fce..d1a27456 100644
--- a/common/xfdesktop-common.h
+++ b/common/xfdesktop-common.h
@@ -35,7 +35,7 @@
#include <stdarg.h>
#define XFDESKTOP_CHANNEL "xfce4-desktop"
-#define DEFAULT_BACKDROP DATADIR "/backgrounds/xfce/xfce-blue.jpg"
+#define DEFAULT_BACKDROP DATADIR "/backgrounds/xfce/xfce-teal.jpg"
#define DEFAULT_ICON_FONT_SIZE 12
#define DEFAULT_ICON_SIZE 48
#define ITHEME_FLAGS (GTK_ICON_LOOKUP_USE_BUILTIN \