diff --git a/README.md b/README.md
index e1dc49b..275ae6c 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,32 @@ Open AboutBox screen
AboutActivity.launch(activity);
```
+## Theme
+
+Add to your AndroidManifest.xml file
+
+```
+
+```
+
+Ensure that `AppTheme.MaterialAboutActivity` theme extends either of these themes, and apply primary & accent colours:
+```
+Theme.Mal.Light.DarkActionBar
+Theme.Mal.Light.LightActionBar
+Theme.Mal.Dark.LightActionBar
+Theme.Mal.Dark.DarkActionBar
+```
+
+```
+
+```
## Screenshot