km-web-plugin
Version:
ICE Web Plugin Initializer
37 lines (35 loc) • 1.1 kB
text/typescript
import { definePreset } from '@primevue/themes';
import Aura from '@primevue/themes/aura';
export const Theme = definePreset(Aura, {
semantic: {
primary: {
50: '{neutral.50}',
100: '{neutral.100}',
200: '{neutral.200}',
300: '{neutral.300}',
400: '{neutral.400}',
500: '{neutral.500}',
600: '{neutral.600}',
700: '{neutral.700}',
800: '{neutral.800}',
900: '{neutral.900}',
950: '{neutral.950}',
},
colorScheme: {
light: {
primary: {
color: '{neutral.800}',
inverseColor: '#ffffff',
hoverColor: '{neutral.500}',
activeColor: '{neutral.950}',
},
highlight: {
background: '{neutral.800}',
focusBackground: '{neutral.500}',
color: '#ffffff',
focusColor: '#ffffff',
},
},
},
},
});