diff --git a/themes/google-home.yaml b/themes/google-home.yaml index 32e48f8..a208cc6 100644 --- a/themes/google-home.yaml +++ b/themes/google-home.yaml @@ -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" @@ -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"