updates
This commit is contained in:
4
themes/minimalist-desktop/minimalist-desktop.yaml
Executable file → Normal file
4
themes/minimalist-desktop/minimalist-desktop.yaml
Executable file → Normal file
@ -10,6 +10,10 @@ minimalist-desktop:
|
||||
info-color: "var(--google-blue)"
|
||||
divider-color: "rgba(var(--color-theme),.12)"
|
||||
accent-color: "var(--google-yellow)"
|
||||
ha-dialog-border-radius: "10px"
|
||||
# fix added border-lines in 2022.11
|
||||
ha-card-border-width: "0px"
|
||||
|
||||
card-mod-theme: "minimalist-desktop"
|
||||
card-mod-view-yaml: |
|
||||
"*:first-child$": |
|
||||
|
4
themes/minimalist-ios-tapbar/minimalist-ios-tapbar.yaml
Executable file → Normal file
4
themes/minimalist-ios-tapbar/minimalist-ios-tapbar.yaml
Executable file → Normal file
@ -12,6 +12,10 @@ minimalist-ios-tapbar:
|
||||
info-color: "var(--google-blue)"
|
||||
divider-color: "rgba(var(--color-theme),.12)"
|
||||
accent-color: "var(--google-yellow)"
|
||||
ha-dialog-border-radius: "10px"
|
||||
# fix added border-lines in 2022.11
|
||||
ha-card-border-width: "0px"
|
||||
|
||||
card-mod-theme: "minimalist-ios-tapbar"
|
||||
card-mod-root: |
|
||||
app-toolbar {
|
||||
|
3
themes/minimalist-mobile-tapbar/minimalist-mobile-tapbar.yaml
Executable file → Normal file
3
themes/minimalist-mobile-tapbar/minimalist-mobile-tapbar.yaml
Executable file → Normal file
@ -14,6 +14,9 @@ minimalist-mobile-tapbar:
|
||||
header-height: "calc(var(--header-base-height) + env(safe-area-inset-bottom))"
|
||||
header-base-height: "70px"
|
||||
app-header-selection-bar-color: "transparent"
|
||||
ha-dialog-border-radius: "10px"
|
||||
# fix added border-lines in 2022.11
|
||||
ha-card-border-width: "0px"
|
||||
|
||||
card-mod-view-yaml: |
|
||||
"*:first-child$": |
|
||||
|
4
themes/minimalist-mobile/minimalist-mobile.yaml
Executable file → Normal file
4
themes/minimalist-mobile/minimalist-mobile.yaml
Executable file → Normal file
@ -10,6 +10,10 @@ minimalist-mobile:
|
||||
info-color: "var(--google-blue)"
|
||||
divider-color: "rgba(var(--color-theme),.12)"
|
||||
accent-color: "var(--google-yellow)"
|
||||
ha-dialog-border-radius: "10px"
|
||||
# fix added border-lines in 2022.11
|
||||
ha-card-border-width: "0px"
|
||||
|
||||
card-mod-theme: "minimalist-mobile"
|
||||
card-mod-root: |
|
||||
app-toolbar {
|
||||
|
Reference in New Issue
Block a user