A sleek, minimal Home Assistant theme that moves in silence.
- Light and Dark mode
- Minimal changes based on the default theme
- Bare contrast between the background and cards
- Tasteful amount of card shadows
- Blurred header in case of content overflow
- Integrate sidebar color
- disabled sidebar menu title bottom border
- disabled active tab underline color
In order to disable
- the sidebar menu title bottom border
- active tab underline color
install card-mod HACS addon as well.
Add the following code to your configuration.yaml file (reboot required).
frontend:
... # your configuration.
themes: !include_dir_merge_named themes
... # your configuration.- Go to the Community Store.
- Search for
Minimal Ninja. - Navigate to
Minimal Ninjatheme. - Press
Download. - (Optional) install card-mod
Clone this repository in your existing (or create it) themes/ folder.
cd themes/
git clone https://github.com/knightburton/minimal-ninja-theme.gitOr using submodules:
cd themes/
git submodule add https://github.com/knightburton/minimal-ninja-theme.git


