Tikui: trying the best workflow usage #10650
-
Hello! I am really enjoying using CSS with Tikui! I'm updating the CSS for JHLite using Everything is going really well with live reload. My question is about dark mode. The Tikui docs show the "light mode". I tried to manually activate the dark theme using the browser console with:
But it didn't trigger the dark theme. Is there a trick to activate it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Tikui produce only a static app with iframes for rendering. I know that Firefox dark mode work well (from the inspector icon) with Tikui iframes but I don't know how to do this with chrome (ATM). Tikui documentation theme don't have any Dark Theme itself but it's ok if someone want to contribute to add this. About classes, Tikui don't suggest anything so you're free to create custom classes to force dark mode but there is also nothing to change this dynamically in the Tikui documentation theme. If you want to make your theme not based on Tikui documentation it's also possible, you just need to :
Or
|
Beta Was this translation helpful? Give feedback.
Tikui produce only a static app with iframes for rendering.
I know that Firefox dark mode work well (from the inspector icon) with Tikui iframes but I don't know how to do this with chrome (ATM).
Tikui documentation theme don't have any Dark Theme itself but it's ok if someone want to contribute to add this.
About classes, Tikui don't suggest anything so you're free to create custom classes to force dark mode but there is also nothing to change this dynamically in the Tikui documentation theme.
If you want to make your theme not based on Tikui documentation it's also possible, you just need to :
tikuidoc-
…