From 474e3ca28b7579f4944e9b114fb278be5fc46bb7 Mon Sep 17 00:00:00 2001 From: Juan Date: Sun, 24 May 2020 17:37:21 -0400 Subject: [PATCH] Update google_dark_theme.yaml --- themes/google_dark_theme.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/google_dark_theme.yaml b/themes/google_dark_theme.yaml index cc44d09..c6d1e4f 100644 --- a/themes/google_dark_theme.yaml +++ b/themes/google_dark_theme.yaml @@ -49,8 +49,9 @@ Google Dark Theme: # Cards ha-card-border-radius: "10px" ha-card-box-shadow: 1px 1px 5px 0px rgb(12, 12, 14) - paper-card-background-color: "#202124" - paper-listbox-background-color: "#202124" + paper-dialog-background-color: "#202124" + paper-card-background-color: var(--paper-dialog-background-color) + paper-listbox-background-color: var(--paper-dialog-background-color) # Switches switch-checked-button-color: "#5F9BEA" switch-checked-track-color: "#404D64"