@ -1,9 +1,9 @@
import {darkColors, lightColors} from './colors'
export const themeOptions = [
{label: 'Follow system theme', value: 'system'},
{label: 'Dark theme', value: 'dark'},
{label: 'Light theme', value: 'light'},
{label: 'System', value: 'system'},
{label: 'Dark', value: 'dark'},
{label: 'Light', value: 'light'},
]
export const lightOptions = lightColors.map(color => ({