import { Color } from '@/lib/types' type Setting = { color: Color theme: 'light' | 'dark' | 'auto' } export default Setting