Based on the stylesheets I use regularly for my own projects, I've decided to port it over to Home Assistant. This theme gives a sleek, modern look to your Home Assistant interface with support for light and dark mode and, when I figure out how, support for custom primary, accent, tertiary and quaternary colors.
Light mode | Dark mode |
---|---|
- Go to the HACS page.
- Click on the options menu in the top right corner.
- Click Custom repositories.
- Add the following:
- URL:
https://github.com/PixNyb/hass-theme-blocky
- Type:
Theme
- URL:
- Click Add.
- Look for the
Blocky - By PixNyb
theme in the HACS store. - Install the theme.
- Reload home assistant.
- Go to the Settings page.
- Click System.
- Press the power button in the top right corner.
- Click Quick reload.
- Download the
blocky.yaml
file. - Place the file in your
config/themes
directory. - Add the following to your
configuration.yaml
if it's not already there:frontend: themes: !include_dir_merge_named themes
- Reload home assistant.
- Go to the Settings page.
- Click System.
- Press the power button in the top right corner.
- Click Quick reload.
- Open your Home Assistant profile.
- Under Themes, select Blocky.
- Go to the Developer tools page.
- Click ACTIONS.
- Under Action, select frontend: Set the default theme.
- Under Theme, select Blocky.
- Click PERFORM ACTION.