I’m using Nuxt 4.1 with Nuxt UI 4.1 and the UCalendar component. I’d like to fully customize its colors and states.
Goals:
Use a custom color (not just the built-in ones), and define lighter/darker variants. Change the hover color on day cells specifically (different from the base color). Generally understand the best way to theme the whole calendar (header, selected day, today, range, disabled days, hover, focus, etc.).