[gnome-2048] Change color for tile 64



commit 102827916241afac1226b8d8416e5c7efe6a96ea
Author: Juan R. GarcĂ­a Blanco <juanrgar gmail com>
Date:   Sun Feb 22 17:10:08 2015 +0100

    Change color for tile 64

 src/view.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/view.vala b/src/view.vala
index 010654a..5f4cf39 100644
--- a/src/view.vala
+++ b/src/view.vala
@@ -158,7 +158,7 @@ public class ColorPalette : GLib.Object
     _palette.set (8,    Clutter.Color.from_string ("#fcaf3e")); // Orange 1
     _palette.set (16,   Clutter.Color.from_string ("#729fcf")); // Sky blue 1
     _palette.set (32,   Clutter.Color.from_string ("#ad7fa8")); // Plum 1
-    _palette.set (64,   Clutter.Color.from_string ("#e9b96e")); // Chocolate 1
+    _palette.set (64,   Clutter.Color.from_string ("#c17d11")); // Chocolate 2
     _palette.set (128,  Clutter.Color.from_string ("#ef2929")); // Scarlet red 1
     _palette.set (256,  Clutter.Color.from_string ("#c4a000")); // Butter 3
     _palette.set (512,  Clutter.Color.from_string ("#4e9a06")); // Chameleon 3


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]