Changed the color index 45/45245/1
authorHyojung Jo <hj903.jo@samsung.com>
Tue, 4 Aug 2015 05:21:34 +0000 (14:21 +0900)
committerHyojung Jo <hj903.jo@samsung.com>
Tue, 4 Aug 2015 05:21:34 +0000 (14:21 +0900)
Change-Id: I8c09e294f979ba0e224988d22e2f0e99e0ebb44a
Signed-off-by: Hyojung Jo <hj903.jo@samsung.com>
src/data/app.c

index 2da0ad7..ecd9d92 100644 (file)
@@ -32,22 +32,22 @@ 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},
        {255, 255, 255, 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},
        {255, 255, 255, 255}