Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Fixes checkbox and listbox colors
Browse files Browse the repository at this point in the history
  • Loading branch information
chaptergy committed May 29, 2020
1 parent 207eae8 commit 38fc85a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion themes/noctis-grey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ noctis-grey:
text-color: '#ffffff'
primary-text-color: 'var(--text-color)'
text-primary-color: 'var(--text-color)'
rgb-primary-text-color: 'var(--text-color)'
rgb-text-primary-color: 'var(--text-color)'
secondary-text-color: '#BAC0C6'
text-medium-light-color: '#A0A2A8'
text-medium-color: '#80828A'
Expand Down Expand Up @@ -67,11 +69,14 @@ noctis-grey:
switch-checked-track-color: 'var(--background-color-2)'

# ListBox
paper-listbox-background-color: 'var(--background-color)' # Also changes partial sidebar color
paper-listbox-background-color: 'transparent' # Also changes partial sidebar color

# Radio Button
paper-radio-button-checked-color: 'var(--accent-color)'

# Checkboxes
mdc-checkbox-unchecked-color: var(--text-medium-color);

# Popups
more-info-header-background: 'var(--secondary-background-color)'
paper-dialog-background-color: 'var(--background-color)'
Expand Down

0 comments on commit 38fc85a

Please sign in to comment.