From eade46b2dc2f2c3096445049e73d300543c67d29 Mon Sep 17 00:00:00 2001 From: Hyojung Jo Date: Wed, 5 Aug 2015 19:09:15 +0900 Subject: [PATCH] Apps grid: Changed the color index Change-Id: Ief440274c7a9f0b24f3c7d596268177e29b14ab9 Signed-off-by: Hyojung Jo --- src/grid/grid_apps.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/grid/grid_apps.c b/src/grid/grid_apps.c index 8ea72a7..037bf7b 100644 --- a/src/grid/grid_apps.c +++ b/src/grid/grid_apps.c @@ -40,21 +40,21 @@ struct color { }; static struct color color_icon[] = { - {104, 99, 93, 255}, {73, 155, 173, 255}, + {104, 99, 93, 255}, {92, 122, 190, 255}, - {97, 109, 124, 255}, {219, 162, 96, 255}, + {97, 109, 124, 255}, {79, 187, 165, 255}, {169, 54, 54, 255} }; static struct color color_text[] = { - {93, 88, 82, 255}, {55, 143, 162, 255}, + {93, 88, 82, 255}, {75, 102, 163, 255}, - {86, 98, 113, 255}, {194, 133, 62, 255}, + {86, 98, 113, 255}, {47, 175, 149, 255}, {155, 46, 46, 255} }; -- 2.7.4