Merge
diff --git a/color.py b/color.py
index b3a558c..07d1f6f 100644
--- a/color.py
+++ b/color.py
@@ -137,7 +137,7 @@
     if v is None:
       return _Color(fg, bg, attr)
 
-    v = v.trim().lowercase()
+    v = v.strip().lower()
     if v == "reset":
       return RESET
     elif v == '':