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

19 lines
474 B
JavaScript
Raw Normal View History

export default {
variables: {
colorScheme: {
light: {
root: {
background: '{surface.200}',
animationBackground: 'rgba(255,255,255,0.4)'
}
},
dark: {
root: {
background: 'rgba(255, 255, 255, 0.06)',
animationBackground: 'rgba(255, 255, 255, 0.04)'
}
}
}
}
};