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

17 lines
410 B
JavaScript
Raw Normal View History

export default {
variables: {
colorScheme: {
light: {
background: '{surface.0}',
borderColor: '{surface.300}',
textColor: '{surface.700}'
},
dark: {
background: '{surface.950}',
borderColor: '{surface.700}',
textColor: '{surface.0}'
}
}
}
};