mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
14 lines
253 B
JavaScript
14 lines
253 B
JavaScript
export default {
|
|
colorScheme: {
|
|
light: {
|
|
bar: {
|
|
background: '{surface.100}'
|
|
}
|
|
},
|
|
dark: {
|
|
bar: {
|
|
background: '{surface.800}'
|
|
}
|
|
}
|
|
}
|
|
};
|