diff --git a/svg.php b/svg.php
index 1fab9c2..f0bad62 100644
--- a/svg.php
+++ b/svg.php
@@ -272,6 +272,9 @@ class SVG {
             if(isset($this->replacements[$color])) {
                 return $this->replacements[$color];
             }
+            if(isset($this->replacements['__' . $color . '__'])) {
+                return $this->replacements['__' . $color . '__'];
+            }
             return '';
         }