🎨 Home Assistant Theme: Outline
A Home Assistant Theme that makes all border more modern, minimalistic and
tight in both dark & light modes.
This theme is deprecated and no longer does anything. The small tweak this
theme made, is now the default in Home Assistant. This theme is no longer
needed.
If you have installed this theme, please remove it. An update for this theme
has been published actually to do anything at all.
This is probably the most minimalistic theme out there (in terms of what
it actually does and changes).
It respects almost all design choices and colors from Home Assistant, except
one… the border/layering of the cards.
This theme makes everything just a little tiny bit more modern, consistent,
and tight.
Nothing special, but if you just like the default Home Assistant theme, this
might be a small variation that you might like.
This theme support both dark & light modes in a single theme.
Add the following code to your configuration.yaml
file (restart required).
frontend:
... # your configuration.
themes: !include_dir_merge_named themes
... # your configuration.
Outline
.Outline
theme.Install
.Clone this repository in your existing (or create it) themes/
folder.
cd themes/
git clone https://github.com/frenck/home-assistant-theme-outline
This repository keeps a change log using GitHub’s releases
functionality.
Releases are based on Semantic Versioning, and use the format
of MAJOR.MINOR.PATCH
. In a nutshell, the version will be incremented
based on the following:
MAJOR
: Incompatible or major changes.MINOR
: Backwards-compatible new features and enhancements.PATCH
: Backwards-compatible bugfixes and package updates.This is an active open-source project. We are always open to people who want to
use the code or contribute to it.
We’ve set up a separate document for our
contribution guidelines.
Thank you for being involved!
The original setup of this repository is by Franck Nijhof.
For a full list of all authors and contributors,
check the contributor’s page.
MIT License
Copyright (c) 2021-2022 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.