--- title: Color themes description: Learn how to support light and dark modes in your app. --- import { SnackInline, Terminal } from '~/ui/components/Snippet'; import Video from '~/components/plugins/Video'; import { Collapsible } from '~/ui/components/Collapsible'; import { BoxLink } from '~/ui/components/BoxLink'; Whether you are personally on team light or team dark, it's becoming increasingly common for apps to support these two color schemes. Here is an example of how supporting both modes looks in an Expo project: