Theme extensions is a cool way of managing colors, typography etc. We can still make it available via build context extensions like this: ```dart final colors = context.colors; final typography = context.typography; ``` --- Video: https://youtu.be/8-szcYzFVao API: https://api.flutter.dev/flutter/material/ThemeExtension-class.html