From 479d58e55c4a91f6156189fe13800ab928337305 Mon Sep 17 00:00:00 2001 From: dwain Date: Sun, 16 Feb 2020 16:14:21 +0100 Subject: [PATCH] Version 1.1.3 themes fixes --- themes/dwains-theme-dark.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/dwains-theme-dark.yaml b/themes/dwains-theme-dark.yaml index 47d38490..4b92f58d 100755 --- a/themes/dwains-theme-dark.yaml +++ b/themes/dwains-theme-dark.yaml @@ -43,6 +43,7 @@ dwains-theme-dark: paper-item-icon_-_color: 'var(--primary-text-color)' paper-item-selected_-_background-color: '#36373a' paper-tabs-selection-bar-color: 'var(--primary-text-color)' + secondary-background-color: 'var(--dwains-theme-primary)' mdc-theme-primary: 'var(--dwains-theme-grey)' @@ -60,4 +61,8 @@ dwains-theme-dark: more-info-header-background: 'var(--dwains-theme-header-background)' more-info-header-color: 'var(--dwains-theme-header-text)' - \ No newline at end of file + #Switches (toggles) + switch-checked-button-color: 'var(--dwains-theme-names)' # Knob On + switch-unchecked-button-color: '#616161' # Knob Off + switch-checked-track-color: '#515357' # Background On + switch-unchecked-track-color: '#131314' # Background Off \ No newline at end of file