[nautilus] Use jimmac approved colors



commit 26571124c724d996cfa5c7719dc36e1b72223100
Author: William Jon McCann <jmccann redhat com>
Date:   Mon Sep 17 15:18:38 2012 -0400

    Use jimmac approved colors
    
    https://bugzilla.gnome.org/show_bug.cgi?id=559311

 src/nautilus-properties-window.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index bc20c4a..de8ce20 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -68,17 +68,17 @@
 #include <sys/mount.h>
 #endif
 
-#define UNKNOWN_FILL_R  0.6
-#define UNKNOWN_FILL_G  0.6
-#define UNKNOWN_FILL_B  0.6
+#define UNKNOWN_FILL_R  0.5333333333333333
+#define UNKNOWN_FILL_G  0.5411764705882353
+#define UNKNOWN_FILL_B  0.5215686274509804
 
-#define USED_FILL_R  0.988235294
-#define USED_FILL_G  0.91372549
-#define USED_FILL_B  0.309803922
+#define USED_FILL_R  0.4470588235294118
+#define USED_FILL_G  0.6235294117647059
+#define USED_FILL_B  0.8117647058823529
 
-#define FREE_FILL_R  0.447058824
-#define FREE_FILL_G  0.623529412
-#define FREE_FILL_B  0.811764706
+#define FREE_FILL_R  0.9333333333333333
+#define FREE_FILL_G  0.9333333333333333
+#define FREE_FILL_B  0.9254901960784314
 
 
 #define PREVIEW_IMAGE_WIDTH 96



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