changeset 43:3fad9dbe7f32

Adjust the grayness of "used" with a little more contrast
author shade
date Fri, 10 Aug 2018 16:21:07 +0200
parents c449baa6e471
children e15671fbbf08
files src/main/java/org/openjdk/shenandoah/Colors.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/org/openjdk/shenandoah/Colors.java	Fri Aug 10 16:11:55 2018 +0200
+++ b/src/main/java/org/openjdk/shenandoah/Colors.java	Fri Aug 10 16:21:07 2018 +0200
@@ -16,7 +16,7 @@
     static final Color GCLAB_ALLOC          = new Color(185, 0, 250);
     static final Color GCLAB_ALLOC_BORDER   = new Color(118, 0, 160);
 
-    static final Color USED                 = new Color(220, 220, 220);
+    static final Color USED                 = new Color(200, 200, 200);
 
     static final Color LIVE_COMMITTED       = new Color(150, 150, 150);
     static final Color LIVE_REGULAR         = new Color(0, 200, 0);