mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Add 'Lara' theme
This commit is contained in:
parent
30fa452525
commit
06850f3ed5
177 changed files with 3386 additions and 7 deletions
44
components/lib/themes/lara/togglebutton/index.js
Normal file
44
components/lib/themes/lara/togglebutton/index.js
Normal file
|
@ -0,0 +1,44 @@
|
|||
export default {
|
||||
colorScheme: {
|
||||
light: {
|
||||
root: {
|
||||
background: '{surface.100}',
|
||||
checkedBackground: '{surface.0}',
|
||||
disabledBackground: '{form.field.disabled.background}',
|
||||
borderColor: '{surface.100}',
|
||||
disabledBorderColor: '{form.field.disabled.background}',
|
||||
invalidBorderColor: '{form.field.invalid.border.color}',
|
||||
color: '{surface.500}',
|
||||
hoverColor: '{surface.700}',
|
||||
checkedColor: '{surface.900}',
|
||||
disabledColor: '{form.field.disabled.color}'
|
||||
},
|
||||
icon: {
|
||||
color: '{surface.500}',
|
||||
hoverColor: '{surface.700}',
|
||||
checkedColor: '{surface.900}',
|
||||
disabledColor: '{form.field.disabled.color}'
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
root: {
|
||||
background: '{surface.950}',
|
||||
checkedBackground: '{surface.800}',
|
||||
disabledBackground: '{form.field.disabled.background}',
|
||||
borderColor: '{surface.950}',
|
||||
disabledBorderColor: '{form.field.disabled.background}',
|
||||
invalidBorderColor: '{form.field.invalid.border.color}',
|
||||
color: '{surface.400}',
|
||||
hoverColor: '{surface.300}',
|
||||
checkedColor: '{surface.0}',
|
||||
disabledColor: '{form.field.disabled.color}'
|
||||
},
|
||||
icon: {
|
||||
color: '{surface.400}',
|
||||
hoverColor: '{surface.300}',
|
||||
checkedColor: '{surface.0}',
|
||||
disabledColor: '{form.field.disabled.color}'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue