Skip to content

Commit

Permalink
Updated switch for Home Assistant 0.102
Browse files Browse the repository at this point in the history
  • Loading branch information
naofireblade committed Dec 4, 2019
1 parent ece24b0 commit 48442e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "Clear Theme Dark",
"homeassistant": "0.101.0"
"homeassistant": "0.102.0"
}
6 changes: 3 additions & 3 deletions themes/clear-dark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ clear-dark:
paper-item-icon-active-color: 'var(--accent-color)' # On

# Switches
switch-checked-color: 'var(--accent-color)' # Knob On
switch-checked-button-color: 'var(--text-medium-light-color)' # Knob On
switch-unchecked-button-color: 'var(--text-medium-light-color)' # Knob Off
switch-checked-track-color: '#009FFF' # Background On
switch-unchecked-track-color: '#767682' # Background Off
# paper-toggle-button-checked-bar-color: '#009FFF' # Background On (currently broken in HA 0.101)

# Slider
paper-slider-active-color: 'var(--accent-color)' # Line On
paper-slider-container-color: 'var(--text-dark-color)' # Line Off
paper-slider-knob-color: 'var(--text-medium-light-color)' # Knob On
paper-slider-container-color: 'var(--text-dark-color)' # Line Off
paper-slider-knob-start-color: 'var(--text-medium-light-color)' # Knob Off

# Shadows
Expand Down

0 comments on commit 48442e2

Please sign in to comment.