diff --git a/docs/TODO.md b/docs/TODO.md
index 8ddafc4..5aca4c2 100644
--- a/docs/TODO.md
+++ b/docs/TODO.md
@@ -2,6 +2,16 @@
## General
- [x] Implement targeted previews
+
+
+
+- [ ] Implement tinted/colored menu icons + config for line weight etc.
+- [ ] Refactor: Change "ImageType" to "IconType", and "imageValue" to "imageType"
+- [ ] Move menu icon related properties to "icon": `{ icon: { iconType: '', iconValue: '', tint: '', weight: '', ...} }`
+
+
+
+
- [ ] Implement `ImageType.ASSET` to support: "create an image from an image asset or image file located in your app’s main bundle"
* The `imageValue` string from `MenuAction`/`MenuConfig` will be used to init a `UIImage`, like: `UIImage(named: imageValue)`