Skip to content

Commit 9965941

Browse files
authored
Merge pull request #36 from beniaminrychter/fixes
Issues fix
2 parents 8214e43 + b3f54e1 commit 9965941

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

themes/synthwave.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ synthwave:
66
disabled-text-color: '#bdbdbd'
77

88
# main interface colors
9-
primary-color: '#34294f88'
9+
primary-color: '#f92aad'
1010
primary-background-color: '#2a2139'
1111
dark-primary-color: '#f92aad'
1212
light-primary-color: '#241b2f'
@@ -21,11 +21,11 @@ synthwave:
2121
###
2222

2323
# background and sidebar
24-
card-background-color: '#34294f88'
24+
card-background-color: '#34294fe6'
2525
app-header-background-color: 'var(--primary-background-color)'
2626
paper-card-background-color: 'var(--card-background-color)'
2727
secondary-background-color: 'var(--light-primary-color)' # behind the cards on state
28-
ha-card-border-radius: '0'
28+
ha-card-border-radius: '8px'
2929

3030
# sidebar menu
3131
sidebar-text-color: 'var(--secondary-text-color)'
@@ -36,6 +36,7 @@ synthwave:
3636

3737
# mwc - for some reason it's buttons
3838
mdc-theme-primary: 'var(--dark-primary-color)'
39+
mdc-theme-secondary: 'var(--dark-primary-color)'
3940

4041
# shadows
4142
ha-card-box-shadow: '0'

0 commit comments

Comments
 (0)