项目作者: frenck

项目描述 :
🎨 Home Assistant Theme: Outline
高级语言:
项目地址: git://github.com/frenck/home-assistant-theme-outline.git
创建时间: 2021-04-11T09:16:57Z
项目社区:https://github.com/frenck/home-assistant-theme-outline

开源协议:MIT License

下载


Home Assistant Theme: Outline

GitHub Release
Project Stage
Project Maintenance
License
Build Status

Sponsor Frenck via GitHub Sponsors

Support Frenck on Patreon

A Home Assistant Theme that makes all border more modern, minimalistic and
tight in both dark & light modes.

DEPRECATED!

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.

About

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.

Home Assistant Theme: Outline; Before & After

This theme support both dark & light modes in a single theme.

Installation

Add the following code to your configuration.yaml file (restart required).

  1. frontend:
  2. ... # your configuration.
  3. themes: !include_dir_merge_named themes
  4. ... # your configuration.

HACS

  1. Go to the Community Store.
  2. Search for Outline.
  3. Navigate to Outline theme.
  4. Press Install.
  5. You are awesome!

Manual

Clone this repository in your existing (or create it) themes/ folder.

  1. cd themes/
  2. git clone https://github.com/frenck/home-assistant-theme-outline

Changelog & Releases

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.

Contributing

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! :heart_eyes:

Authors & contributors

The original setup of this repository is by Franck Nijhof.

For a full list of all authors and contributors,
check the contributor’s page.

License

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.