Change cube logo defaults to use fedora logo and colors. From: Kristian Høgsberg --- plugins/cube.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/cube.c b/plugins/cube.c index 339d843..783b408 100644 --- a/plugins/cube.c +++ b/plugins/cube.c @@ -44,14 +44,14 @@ #include #include -#define CUBE_COLOR_RED_DEFAULT 0xefef -#define CUBE_COLOR_GREEN_DEFAULT 0xebeb -#define CUBE_COLOR_BLUE_DEFAULT 0xe7e7 +#define CUBE_COLOR_RED_DEFAULT 0x0000 +#define CUBE_COLOR_GREEN_DEFAULT 0x1919 +#define CUBE_COLOR_BLUE_DEFAULT 0x4a4a #define CUBE_IN_DEFAULT FALSE static char *cubeImages[] = { - "novell.png" + "/usr/share/pixmaps/fedora-logo.png" }; #define N_CUBE_IMAGES (sizeof (cubeImages) / sizeof (cubeImages[0]))