This theme matches the Bootstrap 5.3.3 color palette. It has both a light and dark theme and allows for the "Auto" setting in Home Assistant.
Make sure you have themes enabled in your configuration:
frontend:
# ... your configuration.
themes: !include_dir_merge_named themes
# ... your configuration.With HACS
- Go to the Community Store.
- Search for
Bootstrap 5 theme. - Navigate to
Bootstrap 5 themetheme. - Press
Install. - Go to Developer Tools and trigger "All YAML Configuration"
- Clone the repository
git clone https://github.com/Eonasdan/home-assistant-bootstrap-5-theme.git- Copy
themes/bootstrap5.yamlin your existing (or create it)themes/folder.
mv home-assistant/themes/bootstrap5.yaml ~/config/themes/.
