Skip to content

Commit

Permalink
md-divider-color for updated device lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Jun 8, 2024
1 parent f87f008 commit ed22da6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/material_rounded/theme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Material Rounded:
dark-primary-color: var(--primary-color)
light-primary-color: var(--primary-color)
divider-color: var(--navbar-background)
md-divider-color: var(--divider-color)
scrollbar-thumb-color: rgb(46, 48, 56)
mdc-theme-primary: var(--primary-color)
mdc-theme-on-primary: var(--accent-color)
Expand Down
4 changes: 4 additions & 0 deletions themes/material_rounded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Material Rounded:
input-label-ink-color: var(--primary-text-color)
light-primary-color: var(--primary-color)
link-text-color: var(--primary-color)
md-divider-color: var(--divider-color)
mdc-dialog-scrim-color: rgba(4, 5, 7, 0.9)
mdc-radio-unchecked-color: var(--mdc-checkbox-unchecked-color)
mdc-select-fill-color: var(--input-fill-color)
Expand Down Expand Up @@ -191,6 +192,7 @@ Material Rounded No Mod:
input-label-ink-color: var(--primary-text-color)
light-primary-color: var(--primary-color)
link-text-color: var(--primary-color)
md-divider-color: var(--divider-color)
mdc-dialog-scrim-color: rgba(4, 5, 7, 0.9)
mdc-radio-unchecked-color: var(--mdc-checkbox-unchecked-color)
mdc-select-fill-color: var(--input-fill-color)
Expand Down Expand Up @@ -331,6 +333,7 @@ Material Rounded Transparent Card:
input-label-ink-color: var(--primary-text-color)
light-primary-color: var(--primary-color)
link-text-color: var(--primary-color)
md-divider-color: var(--divider-color)
mdc-dialog-scrim-color: rgba(4, 5, 7, 0.9)
mdc-radio-unchecked-color: var(--mdc-checkbox-unchecked-color)
mdc-select-fill-color: var(--input-fill-color)
Expand Down Expand Up @@ -470,6 +473,7 @@ Material Rounded Transparent Card No Mod:
input-label-ink-color: var(--primary-text-color)
light-primary-color: var(--primary-color)
link-text-color: var(--primary-color)
md-divider-color: var(--divider-color)
mdc-dialog-scrim-color: rgba(4, 5, 7, 0.9)
mdc-radio-unchecked-color: var(--mdc-checkbox-unchecked-color)
mdc-select-fill-color: var(--input-fill-color)
Expand Down

0 comments on commit ed22da6

Please sign in to comment.