jneilliii / OctoPrint-ConsolidatedTabs

22 stars 1 forks source link

Dark mode support #28

Closed NovaViper closed 4 years ago

NovaViper commented 4 years ago

Hi, Im using the plugin along with Themify and I notice that the items within the Consolidated tabs have a white background and do not match up with the themes within Themify. I'm using Octoprint 1.4.2 image

jneilliii commented 4 years ago

Read the docs. There are pointer on how to do this in Themeify's advanced section and is how I do it...

jneilliii commented 4 years ago

Specifically here... https://github.com/jneilliii/OctoPrint-ConsolidatedTabs#themeify

jneilliii commented 4 years ago

and here's an exert from my Themeify settings for reference.

        -   enabled: true
            rule: background-color
            selector: div.panel-heading
            value: '#2f3136'
        -   enabled: true
            rule: border-bottom
            selector: div.panel-heading
            value: '1px solid #fc8003'
        -   enabled: true
            rule: border
            selector: div.panel
            value: '1px solid #fc8003'
        -   enabled: true
            rule: background-color
            selector: div.panel
            value: '#2f3136'
NovaViper commented 4 years ago

Ah, cool. Thanks!