diff --git a/docs/4.0/getting-started/theming.md b/docs/4.0/getting-started/theming.md
index f40ae51f47c659d83e7e9e98b335056fe49e5f94..cc5bdfe7d389487241ba0c53f9e0ee2b4c1269db 100644
--- a/docs/4.0/getting-started/theming.md
+++ b/docs/4.0/getting-started/theming.md
@@ -91,9 +91,13 @@ $theme-colors: (
 );
 {% endhighlight %}
 
-**TODO:**
-- Adding an option
-- Removing an option (replacing the map wholesale)
+To add a new color to `$theme-colors`, add the new key and value:
+
+{% highlight scss %}
+$theme-colors: (
+  "custom-color": #900
+);
+{% endhighlight %}
 
 ### Functions