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

21 lines
518 B
JavaScript
Raw Normal View History

export default {
variables: {
colorScheme: {
light: {
root: {
background: '{surface.0}',
borderColor: '{surface.200}',
textColor: '{surface.700}'
}
},
dark: {
root: {
background: '{surface.900}',
borderColor: '{surface.700}',
textColor: '{surface.0}'
}
}
}
}
};