Skip to content

Commit

Permalink
2022.3 dark input fields
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed Mar 4, 2022
1 parent 1c5e218 commit e96eed2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions include/themes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ frontend:
table-row-alternative-background-color: var(--secondary-background-color)
sidebar-background-color: var(--card-background-color)
divider-color: rgba(225, 225, 225, 0.12)
input-idle-line-color: rgba(255, 255, 255, 0.42)
input-hover-line-color: rgba(255, 255, 255, 0.87)
input-disabled-line-color: rgba(255, 255, 255, 0.06)
input-outlined-idle-border-color: rgba(255, 255, 255, 0.38)
input-outlined-hover-border-color: rgba(255, 255, 255, 0.87)
input-outlined-disabled-border-color: rgba(255, 255, 255, 0.06)
input-fill-color: rgba(255, 255, 255, 0.05)
input-disabled-fill-color: rgba(255, 255, 255, 0.02)
input-ink-color: rgba(255, 255, 255, 0.87)
input-label-ink-color: rgba(255, 255, 255, 0.6)
input-disabled-ink-color: rgba(255, 255, 255, 0.37)
input-dropdown-icon-color: rgba(255, 255, 255, 0.54)

#edited
ha-card-box-shadow: none
Expand Down

0 comments on commit e96eed2

Please sign in to comment.