mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Add 'Lara' theme
This commit is contained in:
parent
30fa452525
commit
06850f3ed5
177 changed files with 3386 additions and 7 deletions
20
components/lib/themes/lara/progressspinner/index.js
Normal file
20
components/lib/themes/lara/progressspinner/index.js
Normal file
|
@ -0,0 +1,20 @@
|
|||
export default {
|
||||
colorScheme: {
|
||||
light: {
|
||||
root: {
|
||||
'color.1': '{red.500}',
|
||||
'color.2': '{blue.500}',
|
||||
'color.3': '{green.500}',
|
||||
'color.4': '{yellow.500}'
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
root: {
|
||||
'color.1': '{red.400}',
|
||||
'color.2': '{blue.400}',
|
||||
'color.3': '{green.400}',
|
||||
'color.4': '{yellow.400}'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue