-
I have created some custom themes that override the hex codes for specific color blindness.
I appreciate the out of the box dark and light mode, and I can leverage that successfully. However what I also want is a way to toggle different color themes depending on the user's color blindness. i.e. a drop down menu next to dark/light mode that will show all the themes and allow user to select one. I defined all the theme color schemes in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yes, you need to override the |
Beta Was this translation helpful? Give feedback.
-
Thanks! That's what I wanted to confirm, appreciate your quick response. |
Beta Was this translation helpful? Give feedback.
Yes, you need to override the
header.html
partial if you want to add new toggles. Alternatively, you can just add your new defined schemes as alternatives to the color palette toggle.