mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
14 lines
331 B
JavaScript
14 lines
331 B
JavaScript
export default {
|
|
colorScheme: {
|
|
light: {
|
|
background: '{surface.0}',
|
|
borderColor: '{surface.300}',
|
|
color: '{surface.700}'
|
|
},
|
|
dark: {
|
|
background: '{surface.950}',
|
|
borderColor: '{surface.700}',
|
|
color: '{surface.0}'
|
|
}
|
|
}
|
|
};
|