From b3b2a69af71efc23af0f4801ca2dac49d070b8bc Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan.olivier@wanadoo.fr> Date: Tue, 31 Jan 2006 21:50:53 +0000 Subject: [PATCH] Include new default colors for 4.4 (Old svn revision: 19700) --- src/compositor.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index a882f3597..012590bae 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -689,10 +689,10 @@ root_tile (ScreenInfo *screen_info) { XRenderColor c; - /* Just a color by default #1f3f6f - Same as xfdesktop */ - c.red = 0x1f00; - c.green = 0x3f00; - c.blue = 0x6f00; + /* Just a color by default #507742 - Same as xfdesktop */ + c.red = 0x5000; + c.green = 0x7700; + c.blue = 0x4200; c.alpha = 0xffff; XRenderFillRectangle (dpy, PictOpSrc, picture, &c, 0, 0, 1, 1); } -- GitLab