[gnome-sudoku] Lighten the color of completed squares



commit 5222b5c5106a99f9b6ed148a65604be2d0040fcc
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Jun 2 21:50:34 2014 -0500

    Lighten the color of completed squares
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676954
    https://bugzilla.gnome.org/show_bug.cgi?id=710626

 src/sudoku-view.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/sudoku-view.vala b/src/sudoku-view.vala
index 54c5d3d..d71e08c 100644
--- a/src/sudoku-view.vala
+++ b/src/sudoku-view.vala
@@ -429,7 +429,7 @@ public class SudokuView : Gtk.AspectFrame
     private Gtk.EventBox box;
     private Gtk.Grid grid;
 
-    public const RGBA fixed_cell_color = {0.8, 0.8, 0.8, 0};
+    public const RGBA fixed_cell_color = {0.93, 0.93, 0.93, 0};
     public const RGBA free_cell_color = {1.0, 1.0, 1.0, 1.0};
 
     private int _selected_x = 0;


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