1.1.0 ā€¢ Published 5 years ago

preferred-color-scheme v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

šŸ”† preferred-color-scheme šŸŒ™

Really small package exporting utility functions to read the user's preferred color scheme. It can be useful when trying to match web applications colors to macOS theme selection.

Installation and usage

yarn add preferred-color-scheme
npm install preferred-color-scheme
import { getPreferredColorScheme } from 'preferred-color-scheme';

const preferredColorScheme = getPreferredColorScheme();

API

getPreferredColorScheme

Calculate which ColorScheme is the user's preferred one

āž”ļø returns ColorScheme: either "dark", "ligh", or "no-preference"