summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-09-17 15:18:38 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2012-09-17 17:48:11 -0400
commit26571124c724d996cfa5c7719dc36e1b72223100 (patch)
treecdfd570bcacca784f7e434dfc5b64661c8bf7519
parent04350446a2c82bb034fc61ec52a9d3882c058a7d (diff)
downloadnautilus-26571124c724d996cfa5c7719dc36e1b72223100.tar.gz
Use jimmac approved colors
https://bugzilla.gnome.org/show_bug.cgi?id=559311
-rw-r--r--src/nautilus-properties-window.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index bc20c4a92..de8ce20a4 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