Skip to content

Commit

Permalink
Fixes button text color and radio color
Browse files Browse the repository at this point in the history
  • Loading branch information
chaptergy committed Mar 29, 2024
1 parent 5dbdd10 commit ea70d63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Dark Pastel theme for home assistant
## Dark Pastel Theme for Home Assistant

Dark Grey Theme with pastel orange accent colors for [Home Assistant](https://www.home-assistant.io).
Loosely based on [Noctis by aFFekopp](https://github.com/aFFekopp/noctis).
Expand Down
2 changes: 2 additions & 0 deletions themes/dark-pastel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Dark Pastel:
disabled-text-color: '#626569'
text-light-primary-color: 'var(--text-color)'
text-accent-color: '#0d0a07'
mdc-theme-on-secondary: 'var(--text-accent-color)'

# Text Fields and Dropdowns
mdc-text-field-fill-color: 'var(--background-color)'
Expand Down Expand Up @@ -183,6 +184,7 @@ Dark Pastel:

# Radio Button
paper-radio-button-checked-color: 'var(--accent-color)'
mdc-radio-unchecked-color: 'var(--text-medium-color)'

# Checkboxes
mdc-checkbox-unchecked-color: 'var(--text-medium-color)'
Expand Down

0 comments on commit ea70d63

Please sign in to comment.