primevue-mirror/components/lib/themes/primeone/presets/aura/timeline/index.js

25 lines
605 B
JavaScript

export default {
colorScheme: {
light: {
marker: {
background: '{surface.0}',
borderColor: '{surface.200}',
contentColor: '{primary.color}'
},
connector: {
color: '{surface.200}'
}
},
dark: {
marker: {
background: '{surface.900}',
borderColor: '{surface.700}',
contentColor: '{primary.color}'
},
connector: {
color: '{surface.700}'
}
}
}
};