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

167 lines
5.9 KiB
JavaScript
Raw Normal View History

export default {
2024-02-20 20:46:42 +00:00
colorScheme: {
light: {
header: {
background: '{surface.0}',
borderColor: '{surface.200}',
2024-03-13 11:13:29 +00:00
color: '{surface.700}'
},
2024-02-20 20:46:42 +00:00
headerCell: {
background: '{surface.0}',
2024-03-13 11:13:29 +00:00
hoverBackground: '{surface.100}',
2024-02-20 20:46:42 +00:00
borderColor: '{surface.200}',
2024-03-13 11:13:29 +00:00
color: '{surface.700}',
hoverColor: '{surface.800}'
2024-02-20 20:46:42 +00:00
},
row: {
background: '{surface.0}',
2024-03-13 11:13:29 +00:00
stripedBackground: '{surface.50}',
hoverBackground: '{surface.100}',
color: '{surface.700}',
hoverColor: '{surface.800}'
2024-02-20 20:46:42 +00:00
},
bodyCell: {
borderColor: '{surface.200}',
2024-03-13 11:13:29 +00:00
selectedBorderColor: '{primary.100}'
2024-02-20 20:46:42 +00:00
},
footerCell: {
background: '{surface.0}',
borderColor: '{surface.200}',
2024-03-13 11:13:29 +00:00
color: '{surface.700}'
2024-02-20 20:46:42 +00:00
},
footer: {
background: '{surface.0}',
borderColor: '{surface.200}',
2024-03-13 11:13:29 +00:00
color: '{surface.700}'
2024-02-20 20:46:42 +00:00
},
dropPointColor: '{primary.color}',
resizerColor: '{primary.color}',
sortIcon: {
color: '{surface.500}',
2024-03-13 11:13:29 +00:00
hoverColor: '{surface.600}'
2024-02-20 20:46:42 +00:00
},
rowAction: {
2024-03-13 11:13:29 +00:00
hoverBackground: '{surface.100}',
highlightHoverBackground: '{surface.0}',
2024-02-20 20:46:42 +00:00
color: '{surface.500}',
2024-03-13 11:13:29 +00:00
hoverColor: '{surface.500}'
2024-02-22 18:36:36 +00:00
},
filter: {
menuButton: {
2024-03-13 11:13:29 +00:00
hoverBackground: '{surface.100}',
openBackground: '{surface.100}',
activeBackground: '{highlight.background}',
color: '{surface.500}',
openColor: '{surface.500}',
hoverColor: '{surface.600}',
2024-03-26 08:49:12 +00:00
activeColor: '{highlight.color}'
2024-02-22 18:36:36 +00:00
},
clearButton: {
2024-03-13 11:13:29 +00:00
hoverBackground: '{surface.100}',
color: '{surface.500}',
hoverColor: '{surface.600}'
2024-02-22 18:36:36 +00:00
},
overlay: {
background: '{surface.0}',
borderColor: '{surface.200}',
2024-03-13 11:13:29 +00:00
color: '{surface.700}'
2024-02-22 18:36:36 +00:00
},
2024-03-13 11:13:29 +00:00
constraint: {
2024-02-22 18:36:36 +00:00
borderColor: '{surface.200}'
2024-03-26 08:49:12 +00:00
},
matchmodeItem: {
focusBackground: '{surface.100}',
selectedBackground: '{highlight.background}',
color: '{surface.700}',
focusColor: '{surface.800}',
selectedColor: '{highlight.color}',
separator: {
borderColor: '{surface.200}'
}
2024-02-22 18:36:36 +00:00
}
2024-02-20 20:46:42 +00:00
}
},
dark: {
header: {
background: '{surface.900}',
borderColor: '{surface.800}',
2024-03-13 11:13:29 +00:00
color: '{surface.0}'
2024-02-20 20:46:42 +00:00
},
headerCell: {
background: '{surface.900}',
2024-03-13 11:13:29 +00:00
hoverBackground: '{surface.800}',
2024-02-20 20:46:42 +00:00
borderColor: '{surface.800}',
2024-03-13 11:13:29 +00:00
color: '{surface.0}',
hoverColor: '{surface.0}'
2024-02-20 20:46:42 +00:00
},
row: {
background: '{surface.900}',
2024-03-13 11:13:29 +00:00
stripedBackground: '{surface.950}',
hoverBackground: '{surface.800}',
color: '{surface.0}',
hoverColor: '{surface.0}'
2024-02-20 20:46:42 +00:00
},
bodyCell: {
borderColor: '{surface.800}',
2024-03-13 11:13:29 +00:00
selectedBorderColor: '{primary.900}'
2024-02-20 20:46:42 +00:00
},
footerCell: {
background: '{surface.900}',
borderColor: '{surface.800}',
2024-03-13 11:13:29 +00:00
color: '{surface.0}'
2024-02-20 20:46:42 +00:00
},
footer: {
background: '{surface.900}',
borderColor: '{surface.800}',
2024-03-13 11:13:29 +00:00
color: '{surface.0}'
2024-02-20 20:46:42 +00:00
},
dropPointColor: '{primary.color}',
resizerColor: '{primary.color}',
sortIcon: {
color: '{surface.400}',
2024-03-13 11:13:29 +00:00
hoverColor: '{surface.300}'
2024-02-20 20:46:42 +00:00
},
rowAction: {
2024-03-13 11:13:29 +00:00
hoverBackground: '{surface.800}',
highlightHoverBackground: '{surface.900}',
2024-02-20 20:46:42 +00:00
color: '{surface.400}',
2024-03-13 11:13:29 +00:00
hoverColor: '{surface.300}'
2024-02-22 18:36:36 +00:00
},
filter: {
menuButton: {
2024-03-13 11:13:29 +00:00
hoverBackground: '{surface.800}',
openBackground: '{surface.800}',
activeBackground: '{highlight.background}',
color: '{surface.400}',
openColor: '{surface.300}',
hoverColor: '{surface.300}',
2024-03-26 08:49:12 +00:00
activeColor: '{highlight.color}'
2024-02-22 18:36:36 +00:00
},
clearButton: {
2024-03-13 11:13:29 +00:00
hoverBackground: '{surface.800}',
color: '{surface.400}',
hoverColor: '{surface.300}'
2024-02-22 18:36:36 +00:00
},
overlay: {
background: '{surface.900}',
borderColor: '{surface.700}',
2024-03-13 11:13:29 +00:00
color: '{surface.0}'
2024-02-22 18:36:36 +00:00
},
2024-03-13 11:13:29 +00:00
constraint: {
2024-02-22 18:36:36 +00:00
borderColor: '{surface.700}'
2024-03-26 08:49:12 +00:00
},
matchmodeItem: {
focusBackground: '{surface.800}',
selectedBackground: '{highlight.background}',
color: '{surface.0}',
focusColor: '{surface.0}',
selectedColor: '{highlight.color}',
separator: {
borderColor: '{surface.700}'
}
2024-02-22 18:36:36 +00:00
}
}
}
}
};