* add dark theme selection to settings/schema
* use `useThemePrefs` where needed
* adjust theme providers to support various themes
* update storybook
* handle web themes
* better themeing for web
* dont show dark theme prefs when color mode is light
* drop the inverted text change on oled theme
* get the color mode inside of `useColorModeTheme`
* use `ThemeName` type everywhere
* typo
* use dim/dark instead of dark/oled
* prevent any fickers on web
* fix styles
* use `dim` for dark default
* more cleanup
* 🤔
* set system background color
* ts
|
||
|---|---|---|
| .. | ||
| alf | ||
| components | ||
| lib | ||
| locale | ||
| logger | ||
| platform | ||
| screens | ||
| state | ||
| view | ||
| App.native.tsx | ||
| App.web.tsx | ||
| env.ts | ||
| Navigation.tsx | ||
| routes.ts | ||
| Splash.tsx | ||