import type { ThemeSetting } from "./type"; const setting: ThemeSetting = { namespace: "el", division: "-", startDivision: "--", colorInferSetting: { light: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], dark: [2], type: "color", }, }; export default setting;