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

15 lines
339 B
JavaScript
Raw Normal View History

export default {
2024-02-20 20:46:42 +00:00
colorScheme: {
light: {
background: '{surface.0}',
borderColor: '{surface.300}',
textColor: '{surface.700}'
},
dark: {
background: '{surface.950}',
borderColor: '{surface.700}',
textColor: '{surface.0}'
}
}
};