OctoPrint-Themeify
OctoPrint-Themeify copied to clipboard
Make other plugin compatible with Themeify
Hi, I'm developing OctoPrint-NavbarTemp and I got some request to make it compatible with Themeify. But I don't know how. Could you help me somehow?
Could you describe what you want to do? What plugin?
I noticed that on some theme (like discord) values in navbar are not readable. Plugin is Navbar Temp.
@Cosik using the selector .navbar-text and using a color to match up with the Octoprint Appearance Theme will make the text readable. If you can make it so that your navbar temp plugin doesn't change color with the navbar itself. Then it should be possible to use a Selector to target just the Navbar Temp Text to change the color. From what i can tell right now. Octoprint with themeify seems to create a background highlight type effect and themeify will overlay on it. I hope this helps a little.