Skip to content

Commit

Permalink
Add missing state_text_styles
Browse files Browse the repository at this point in the history
  • Loading branch information
arraylabs authored Mar 12, 2017
1 parent ca1fd05 commit f61cda5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dark_flower/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ scene_icon_style_inactive: $style_inactive
scene_title_style: $style_title
scene_title2_style: $style_title2
scene_widget_style: $background_style
scene_state_text_style: "color: $white"

mode_icon_on: fa-arrows-alt
mode_icon_off: fa-arrows-alt
Expand All @@ -101,6 +102,7 @@ mode_icon_style_inactive: $style_inactive
mode_title_style: $style_title
mode_title2_style: $style_title2
mode_widget_style: $background_style
mode_state_text_style: "color: $white"

script_icon_on: fa-th-large
script_icon_off: fa-th-large
Expand All @@ -118,6 +120,7 @@ binary_sensor_icon_style_inactive: $style_inactive
binary_sensor_title_style: $style_title
binary_sensor_title2_style: $style_title2
binary_sensor_widget_style: $background_style
binary_sensor_state_text_style: "color: $white"

device_tracker_icon_on: fa-user
device_tracker_icon_off: fa-user
Expand All @@ -135,6 +138,7 @@ input_boolean_icon_style_inactive: $style_inactive
input_boolean_title_style: $style_title
input_boolean_title2_style: $style_title2
input_boolean_widget_style: $background_style
input_boolean_state_text_style: "color: $white"

switch_icon_on: fa-circle
switch_icon_off: fa-circle-thin
Expand All @@ -143,6 +147,7 @@ switch_icon_style_inactive: "$style_inactive; color: antiquewhite"
switch_title_style: $style_title
switch_title2_style: $style_title2
switch_widget_style: $background_style
switch_state_text_style: "color: $white"

lock_icon_on: fa-unlock-alt
lock_icon_off: fa-lock
Expand Down Expand Up @@ -228,6 +233,7 @@ light_icon_style_active: "top: 45px !important; color: $yellow"
light_icon_style_inactive: "top: 45px !important; $style_inactive; color: antiquewhite"
light_state_text_style: "color: $white"
light_level_style: "color: $gray_light"
light_unit_style: "color: $gray_light"
light_level_up_style: "color: $gray_light"
light_level_down_style: "color: $gray_light"
light_widget_style: $background_style
Expand Down

0 comments on commit f61cda5

Please sign in to comment.