neoground / neowx-material

Revamp WeeWX with Neowx-Material, a modern Material Design skin offering a sleek, responsive UI, captivating graphs & advanced features.
https://neoground.com/projects/neowx-material
MIT License
53 stars 30 forks source link

Change default lo_value_color in skin.conf to be more legible in dark mode #65

Closed Pogs2004 closed 1 year ago

Pogs2004 commented 1 year ago

Change skin.conf appearance section to:

        # Light / Dark mode
        # By default the theme is set based on the user's device settings.
        # You can manually force to only display the light or dark mode.
        # Values: auto / light / dark
        mode = auto

        # Here you can set a hex code for the text color of low / high values
        # on all cards. By default they are grey. (quotes are needed on values)
        # lo_value_color = "#03a9f4"
        # hi_value_color = "#f44336"
        lo_value_color = "#4b94eb"
        hi_value_color = red
W0CHP commented 1 year ago

Whoah - lol

Pull @seehase 's repo into yout fork, (and merge if need be), then try a PR with just the skin.conf change. Getting close @Pogs2004 !

Pogs2004 commented 1 year ago

Haha, I thought something wasn’t right! How do I get rid of this PR?