Skip to content

Commit

Permalink
made the icons slightly darker so you can see them in dropdown menus
Browse files Browse the repository at this point in the history
  • Loading branch information
aFFekopp committed Jan 17, 2020
1 parent 7ee3ef7 commit aae96fc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions themes/noctis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ noctis:
ha-card-box-shadow: "3px 3px 13px -6px rgba(17,35,52,1)"
ha-card-border-radius: "5px"
border-color: 'none'

# Icons
paper-item-icon-color: 'var(--text-color)'
paper-item-icon-color: '#EBEBEB'
paper-item-icon-active-color: 'var(--accent-color)'

# Sidebar
Expand Down Expand Up @@ -69,7 +69,12 @@ noctis:
# Popups
more-info-header-background: 'var(--secondary-background-color)'
paper-dialog-background-color: 'rgba(47,59,82,0.4)'


# Tables
table-row-background-color: 'var(--background-color)'
table-row-alternative-background-color: 'var(--paper-card-background-color)'

paper-input-container-focus-color: 'var(--accent-color)'

# Custom Header
ch-background: 'var(--background-color)'
Expand Down

0 comments on commit aae96fc

Please sign in to comment.