mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 09:16:46 +00:00
11 lines
234 B
TypeScript
Executable File
11 lines
234 B
TypeScript
Executable File
import { ColorModeConfig } from '@nuxtjs/color-mode/types/color-mode'
|
|
|
|
const ColorMode: ColorModeConfig = {
|
|
storageKey: 'color-mode',
|
|
preference: 'system',
|
|
fallback: 'dark',
|
|
classSuffix: ''
|
|
}
|
|
|
|
export default ColorMode
|