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

27 lines
704 B
JavaScript

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