system-theme-color
v0.0.3
Published
A lightweight plugin to detect the dynamic color theme of android material you
Readme
system-theme-color
A lightweight capacitor plugin to detect the dynamic color theme of android Material You
Install
npm i system-theme-color
npx cap syncUsage
import {SystemThemeColor} from 'system-theme-color';
const colors = await SystemThemeColor.getMaterialColors()
Returns: Promise<{ primary: string, secondary:string, tertiary:string }>
Platform support
| Param | version| |---------|--------| | Android | ✅ 12+ | | iOS |❌ | | Web |❌
