Skip to content

Commit

Permalink
fixing links colors and maybe media player card
Browse files Browse the repository at this point in the history
  • Loading branch information
liron authored Dec 15, 2019
1 parent 5fbb56d commit 0c7fa4f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions themes/google-home.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ Google - Light:
ha-card-box-shadow: "0px 0px 1px #eeeeee"

### Main Interface Colors ###
primary-color: "#ffffff"
app-header-background-color: "#ffffff"
primary-color: "#000000"
light-primary-color: "#c1c1c1"
primary-background-color: "#F7F9FB"
secondary-background-color: "#ffffff"
divider-color: "#e7e7e7"
### Text ###
primary-text-color: "#000000"
primary-text-color: var(--primary-color)
secondary-text-color: "#757575"
text-primary-color: "#061014"
disabled-text-color: "#a1a1a1"
Expand Down Expand Up @@ -85,13 +86,14 @@ Google - Dark:
ha-card-box-shadow: "0px 0px 1px #000000"

### Main Interface Colors ###
primary-color: "#000000"
app-header-background-color: "#000000"
primary-color: "#ffffff"
light-primary-color: "#2b2b2b"
primary-background-color: "#000000"
secondary-background-color: "#2b2b2b"
divider-color: "#2b2b2b"
### Text ###
primary-text-color: "#ffffff"
primary-text-color: var(--primary-color)
secondary-text-color: "#d7d7d7"
text-primary-color: "#ffffff"
disabled-text-color: "#a1a1a1"
Expand Down

0 comments on commit 0c7fa4f

Please sign in to comment.