Environment
Vuetify Version: 3.12.6
Vue Version: 3.5.34
OS: Ubuntu undefined (current)
Steps to reproduce
- Use two elements one with primary, the second with info color
- Toggle theme to dark
Expected Behavior
Different intent-colors provides different colors
Actual Behavior
In dark theme, primary and info are identical
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
We could have the same color for primary in both case, or lighten info (#2AC5FF even if clamped since through rgb() the Blue is at ~290/300 and it would need to become 255).
Also success and warning color don't have a dark color unlike primary, error and secondary
Environment
Vuetify Version: 3.12.6
Vue Version: 3.5.34
OS: Ubuntu undefined (current)
Steps to reproduce
Expected Behavior
Different intent-colors provides different colors
Actual Behavior
In dark theme, primary and info are identical
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
We could have the same color for
primaryin both case, or lighteninfo(#2AC5FF even if clamped since through rgb() the Blue is at ~290/300 and it would need to become 255).Also
successandwarningcolor don't have a dark color unlikeprimary,errorandsecondary