Releases: KTibow/lovelace-light-soft-ui-theme
Readme Update 2: Electric Bogaloo
Just update info.md
Full Changelog: v0.61...v0.62
Update readme to note that it's broken
This noted that the theme is old, and some stuff might be broken. You might want to try this lighter version with less card-mod:
Soft UI:
card-mod-theme: Soft UI
card-mod-card: |
ha-card {
margin: 20px;
border-radius: 15px;
}
app-header-background-color: var(--primary-background-color)
app-header-text-color: var(--primary-text-color)
app-header-selection-bar-color: var(--primary-color)
card-mod-root: |
paper-tab[aria-selected="true"] {
color: var(--primary-color);
}
accent-color: var(--primary-color)
divider-color: transparent
ha-card-background: var(--primary-background-color)
card-background-color: var(--primary-background-color)
lovelace-background: var(--primary-background-color)
paper-item-icon-color: var(--secondary-text-color)
modes:
dark:
primary-color: "#4C3FF9"
light-primary-color: "#7A71FB"
primary-background-color: "#222222"
primary-text-color: "#F7F8F9"
ha-card-box-shadow: "-5px -5px 15px #2c2c2c, 5px 5px 15px #191919"
soft-ui-pressed: "inset -4px -4px 5px #2c2c2c, inset 4px 4px 5px #191919"
light:
primary-color: "#7A71FB"
light-primary-color: "#918AFC"
primary-background-color: "#F3F5F7"
primary-text-color: "#222222"
ha-card-box-shadow: "-5px -5px 15px #ffffff, 5px 5px 15px #ebebeb"
soft-ui-pressed: "inset -4px -4px 5px #ffffff, inset 4px 4px 5px #ebebeb"
Fix card alignment + actually get the changes in
Fix card alignment + actually get the changes in
🛠▶🟦◀
▶ ⏸ ✅
✅ No breaking changes.
Summary
This removes some styling that's supposed to make everything vertical, but instead messes alignment up. It also puts in some changes that were supposed to be in last release.
Changelog
- Remove block of styling
- Run the theme generator
Look for yourself: v0.59...v0.60
Fix 0.117 syntax
Fix 0.117 syntax
🆕🛠🔁
✅ No breaking changes.
Summary
0.117 includes a built-in compact header. This updates the syntax for it. It also removes a scrollbar in popups.
Changelog
- Update styling block
- Add header-height
- Remove another block of styling
Look for yourself: v0.58...v0.59
Fix card-mod syntax
Fix card-mod syntax
🆕🛠
✅ No breaking changes.
Summary
With the new card-mod shadow root syntax, it won't render the whole thing if a part doesn't exist, so you can't do per-card-type styling anymore. This removes that part so it works again.
Changelog
- Remove block of styling
Look for yourself: v0.57...v0.58
Improve header based on feedback
Header improvements based on feedback
💻⏬🛠🆕📖👍
✅ No breaking changes.
Summary
The card-mod wiki was recently released, and I've been a large contributor to it. Other people on the forums gave me lots of feedback, and I came up with some stuff of my own, and this is the result!
Changelog
- Upgrade syntax for new card-mod shadow roots
- Improve header comments
- Add shadow to this thing:
- Improve bottom header
- Make code smaller and better based on maykar's config
Look for yourself: v0.56...v0.57
Header improvements
Header improvements
💻🔝👍✨📱
✅ No breaking changes.
Summary
This adds lots of improvements to the header. If you need to open the sidebar on portrait view, swipe from the left.
Changelog
- Apply shadow to overflow menu popup
- If you set the header to the bottom, make it a bit upward.
- Make it possible to hide the overflow menu by uncommenting
- On portrait view, hide the voice button and the sidebar button and make the header take up more space. If you need to open the sidebar on portrait view, swipe from the left.
Look for yourself: v0.55...v0.56
Header on the bottom, and custom header for edit mode
Header on the bottom, and custom header for edit mode
💻🔽➕🛠▶◀
✅ No breaking changes.
Summary
This lets you move the header to the bottom by uncommenting some stuff in the theme YAML, and also makes the edit mode smaller. And guess what? I forgot to push last time (dark mode only), so this has the stuff I missed.
Changelog
- Remove "Lovelace" from readme header
- Update screenshot, and add notice for custom card source
- Fix top padding so your dashboard takes up the whole screen
- Make the edit mode header be compact
- Move some buttons around
- Remove some old stuff from the YAML
Look for yourself: v0.54...v0.55
Custom header for edit mode
Custom header for edit mode
If it doesn't work, send an issue. If it works, I'll make a full release.
Fixes and tweaks
Fixes and tweaks
🎲🛠🐛🐜
✅ No breaking changes.
Summary
This adds some stuff and tweaks around.
Changelog
- Add ha-card-border-width
- Apply align center and font family to more headers
- Make popup background color based on color
- Change colors:
- ["Purple", 270],
+ ["Violet", 270],
- ["Pink", 300],
+ ["Rose", 315],
- Install stalebot and greeting bot
Look for yourself: v0.53...v0.54