Skip to content

Commit

Permalink
potential fix for media player default display
Browse files Browse the repository at this point in the history
  • Loading branch information
liri authored Jul 12, 2022
1 parent c838f26 commit a00f819
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions themes/google-home.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Google - Light:

### Main Interface Colors ###
app-header-background-color: "#ffffff"
primary-color: "#000000"
primary-color: "#c1c1c1"
light-primary-color: "#c1c1c1"
primary-background-color: "#F7F9FB"
secondary-background-color: "#ffffff"
divider-color: "#e7e7e7"
### Text ###
primary-text-color: var(--primary-color)
primary-text-color: "#000000"
secondary-text-color: "#757575"
text-primary-color: "#061014"
disabled-text-color: "#a1a1a1"
Expand Down Expand Up @@ -87,15 +87,16 @@ Google - Dark:

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

0 comments on commit a00f819

Please sign in to comment.