diff --git a/options.ts b/options.ts index baec9d4..9dc8c50 100644 --- a/options.ts +++ b/options.ts @@ -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 => ({