Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Added new variable for sidebar color
Browse files Browse the repository at this point in the history
  • Loading branch information
chaptergy committed Apr 16, 2020
1 parent b8818e4 commit a7aef83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Dark Grey Theme with Blue accent Colors for [Home Assistant](https://www.home-assistant.io).
Based on [Noctis by aFFekopp](https://github.com/aFFekopp/noctis).

[![Donate on Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/chaptergy/donate)
<a href="https://www.buymeacoffee.com/chaptergy" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-yellow.png" alt="Donate on Buy Me A Coffee" height="30" width="127"></a>

[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/custom-components/hacs)

## Screenshot
Expand Down
5 changes: 4 additions & 1 deletion themes/noctis-grey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ noctis-grey:
paper-item-icon-active-color: 'var(--accent-color)'

# Sidebar
paper-listbox-background-color: 'var(--background-color)'
sidebar-background-color: 'var(--background-color)'
sidebar-icon-color: '#7b7d80'
sidebar-selected-icon-color: 'var(--accent-color)'
sidebar-selected-text-color: 'var(--text-color)'
Expand All @@ -65,6 +65,9 @@ noctis-grey:
switch-unchecked-track-color: 'var(--background-color-2)'
switch-checked-track-color: 'var(--background-color-2)'

# ListBox
paper-listbox-background-color: 'var(--background-color)' # Also changes partial sidebar color

# Radio Button
paper-radio-button-checked-color: 'var(--accent-color)'

Expand Down

0 comments on commit a7aef83

Please sign in to comment.