-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Color Themes #125
Add Color Themes #125
Conversation
✅ Deploy Preview for cesium-calendarium ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
What about adding a reference of this new feature to the README's "Features" section? |
Done @RuiL1904 ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind this comment 😅
Added support for color themes across all the pages, including the ability to create a custom theme.
To achieve this:
index.tsx
andschedule.tsx
the current theming configuration.Additional Improvements:
Note: This is a huge PR so I would appreciate it if you guys tested the hell out of it for bugs because there is a very high chance of those existing, despite all the ones I've already fixed.