Index: trunk/src/org/openstreetmap/josm/data/preferences/ColorProperty.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/preferences/ColorProperty.java	(revision 10921)
+++ trunk/src/org/openstreetmap/josm/data/preferences/ColorProperty.java	(revision 10922)
@@ -21,5 +21,5 @@
      */
     public ColorProperty(String colName, String defaultValue) {
-        this(colName, ColorHelper.html2color(defaultValue));
+        this(colName, defaultValue == null ? null : ColorHelper.html2color(defaultValue));
     }
 
