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

29 lines
819 B
JavaScript

export default {
colorScheme: {
light: {
navigator: {
color: '{surface.500}',
hoverColor: '{surface.600}',
hoverBackground: '{surface.100}'
},
indicator: {
background: '{surface.200}',
hoverBackground: '{surface.300}',
activeBackground: '{primary.color}'
}
},
dark: {
navigator: {
color: '{surface.400}',
hoverColor: '{surface.300}',
hoverBackground: '{surface.800}'
},
indicator: {
background: '{surface.700}',
hoverBackground: '{surface.600}',
activeBackground: '{primary.color}'
}
}
}
};