Skip to content

Commit a00f819

Browse files
authored
potential fix for media player default display
1 parent c838f26 commit a00f819

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

themes/google-home.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Google - Light:
1515

1616
### Main Interface Colors ###
1717
app-header-background-color: "#ffffff"
18-
primary-color: "#000000"
18+
primary-color: "#c1c1c1"
1919
light-primary-color: "#c1c1c1"
2020
primary-background-color: "#F7F9FB"
2121
secondary-background-color: "#ffffff"
2222
divider-color: "#e7e7e7"
2323
### Text ###
24-
primary-text-color: var(--primary-color)
24+
primary-text-color: "#000000"
2525
secondary-text-color: "#757575"
2626
text-primary-color: "#061014"
2727
disabled-text-color: "#a1a1a1"
@@ -87,15 +87,16 @@ Google - Dark:
8787

8888
### Main Interface Colors ###
8989
app-header-background-color: "#000000"
90-
primary-color: "#ffffff"
90+
primary-color: "#2b2b2b"
9191
light-primary-color: "#2b2b2b"
9292
primary-background-color: "#000000"
9393
secondary-background-color: "#2b2b2b"
9494
divider-color: "#2b2b2b"
9595
### Text ###
96-
primary-text-color: var(--primary-color)
96+
primary-text-color: "#ffffff"
9797
secondary-text-color: "#d7d7d7"
9898
text-primary-color: "#ffffff"
99+
text-light-primary-color: "#ffffff"
99100
disabled-text-color: "#a1a1a1"
100101
### Sidebar Menu ###
101102
sidebar-background-color: "#000000"

0 commit comments

Comments
 (0)