From 24b245a40b131d79e1d9fdd634275dc363a66a9d Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Mon, 16 Mar 2015 19:53:53 -0700 Subject: [PATCH] Pink is better than blue --- userspace/gui/core/panel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userspace/gui/core/panel.c b/userspace/gui/core/panel.c index 2690bbd7..aa55ccda 100644 --- a/userspace/gui/core/panel.c +++ b/userspace/gui/core/panel.c @@ -49,7 +49,7 @@ #define FOCUS_COLOR rgb(255,255,255) #define TEXT_COLOR rgb(230,230,230) -#define GRADIENT_AT(y) premultiply(rgba(72, 167, 255, ((24-(y))*160)/24)) +#define GRADIENT_AT(y) premultiply(rgba(180, 133, 223, ((24-(y))*160)/24)) #define ALTTAB_WIDTH 250 #define ALTTAB_HEIGHT 70 @@ -65,7 +65,7 @@ #define APPMENU_PAD_RIGHT 1 #define APPMENU_PAD_BOTTOM 1 #define APPMENU_BACKGROUND premultiply(rgba(255,255,255,240)) -#define APPMENU_HIGHLIGHT rgb(50,50,200) +#define APPMENU_HIGHLIGHT rgb(201,169,208) #define APPMENU_ITEM_HEIGHT 24 static yutani_t * yctx;