Skip to content

Commit

Permalink
Version 1.1.3 themes fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dwain committed Feb 16, 2020
1 parent ed61a27 commit 479d58e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion themes/dwains-theme-dark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'

Expand All @@ -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)'


#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

0 comments on commit 479d58e

Please sign in to comment.