mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5667 - Remove base option from theme config
This commit is contained in:
parent
6d688ef675
commit
0979dde96d
438 changed files with 10872 additions and 11957 deletions
50
components/lib/themes/aura/tabview/index.js
Normal file
50
components/lib/themes/aura/tabview/index.js
Normal file
|
@ -0,0 +1,50 @@
|
|||
export default {
|
||||
colorScheme: {
|
||||
light: {
|
||||
nav: {
|
||||
background: '{surface.0}',
|
||||
borderColor: '{surface.200}'
|
||||
},
|
||||
header: {
|
||||
borderColor: '{surface.200}',
|
||||
activeBorderColor: '{primary.color}',
|
||||
color: '{surface.500}',
|
||||
hoverColor: '{surface.700}',
|
||||
activeColor: '{primary.color}'
|
||||
},
|
||||
navigatorIcon: {
|
||||
background: '{surface.0}',
|
||||
color: '{surface.500}',
|
||||
hoverColor: '{surface.700}',
|
||||
boxShadow: '0px 0px 10px 50px rgba(255, 255, 255, 0.6)'
|
||||
},
|
||||
content: {
|
||||
background: '{surface.0}',
|
||||
color: '{surface.700}'
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
nav: {
|
||||
background: '{surface.900}',
|
||||
borderColor: '{surface.700}'
|
||||
},
|
||||
header: {
|
||||
borderColor: '{surface.700}',
|
||||
activeBorderColor: '{primary.color}',
|
||||
color: '{surface.400}',
|
||||
hoverColor: '{surface.0}',
|
||||
activeColor: '{primary.color}'
|
||||
},
|
||||
navigatorIcon: {
|
||||
background: '{surface.900}',
|
||||
color: '{surface.400}',
|
||||
hoverColor: '{surface.0}',
|
||||
boxShadow: '0px 0px 10px 50px color-mix(in srgb, {surface.900}, transparent 50%)'
|
||||
},
|
||||
content: {
|
||||
background: '{surface.900}',
|
||||
color: '{surface.0}'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue