GithubHelp home page GithubHelp logo

Comments (3)

sebasptsch avatar sebasptsch commented on July 17, 2024 2

Thanks @gvssr for the help. I'll implement it tonight.

from google_light_theme.

JuanMTech avatar JuanMTech commented on July 17, 2024

Not that I know at the moment. However, you can set up the theme for Light and Dark mode by going to Developer Tools and Services. Under Service, select the option Home Assistant Frontend: Set theme. Then, select the name for the theme and the mode that you would like to set up. Then do the same for the other mode.

from google_light_theme.

gvssr avatar gvssr commented on July 17, 2024

@sebasptsch it is possible, you can manually edit the theme if you really want it. It uses the following strucure:

Theme name:
  modes:
    light:
      primary-color: rgb(0, 122, 253)
      light-primary-color: var(--primary-color)
      ...
    dark:
      primary-color: rgb(10, 131, 254)
      light-primary-color: var(--primary-color)
      ...

You can see an example here, which is a forked combination based on the Google Light and Google Dark themes @JuanMTech created: https://github.com/gvssr/home-assistant-config/blob/main/themes/homeOS_theme/homeOS_theme.yaml

You can also define global colors when noted outside the "modes" indentation but I personally don't use that so have no reference for it.

from google_light_theme.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.