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

15 lines
331 B
JavaScript
Raw Normal View History

export default {
2024-02-20 20:46:42 +00:00
colorScheme: {
light: {
background: '{surface.0}',
borderColor: '{surface.300}',
2024-03-12 10:07:36 +00:00
color: '{surface.700}'
2024-02-20 20:46:42 +00:00
},
dark: {
background: '{surface.950}',
borderColor: '{surface.700}',
2024-03-12 10:07:36 +00:00
color: '{surface.0}'
}
}
};