Releases: KTibow/lovelace-light-soft-ui-theme
Bux fixes (breaking from v0.52)
Bux fixes (breaking from v0.52)
🚫🐛.
⚡⚠️ Breaking change:
If you're upgrading from v0.52, please uninstall your existing installation, and reinstall to avoid duplicate themes.
Summary
This fixes a couple of bugs in v0.52.
Changelog
- Make line height
2.2
from2.4
- Fix card-mod for default theme
- Adjust colors
Look for yourself: v0.52...v0.53
NEW COLORS! (BREAKING CHANGES)
NEW COLORS! (BREAKING CHANGES)
Okay, so multiple colors wasn't asked for, but I figured you guys (/gals) might like it. Make sure to say you like it in the forum thread, or I'll be disappointed 😛 .
⚡⚠️ Breaking change:
HACS doesn't handle updating multiple themes well. Instead of updating, uninstall the theme and reinstall it, or you'll have an old, not-updated theme.
Summary
This release adds multiple colors, auto-generated by a script. Also it has random various tweaks/changes/fixes.
Changelog
- Add more colors (Red, Fire, Orange, Yellow, Lime, Green, Mint, Cyan, [default], Indigo, Purple, Pink)
- In the case of the default theme color, add an extra space to the end
- Change accent color and background color (depends on color)
- Fix for colons in code editor (0.115)
- Reduce line height (
2.6em
to2.4em
)
Look for yourself: v0.51...v0.52
Colors, fonts, and more
Colors, fonts, and more
- Add
success-color
,info-color
, andwarning-color
- Change
error-color
slightly - Add
paper-font-subhead_-_font-family
- Add
code-font-family
(wait till 0.115 to activate) - Update
label-badge
colors - Add
ha-card-border-color
(fixesoutlined
cards, such as integrations page or card picker)
Make shadow a little less subtle
Make shadow a little less subtle
- Make border radius
13.75px
instead of12.5px
- Make box shadow length
5.25px
instead of5px
- (Dark mode only) Strengthen upper left shadow
Make shadow more subtle
Make shadow more subtle
I was playing around with some Windows 10 themes, and really liked their style.
- Reduce border radius to
12.5px
from15px
- Change shadow from
5.5px
to5px
- (Dark theme only) Make background less purple and more gray
Update README, colors, and fonts
Update README, colors, and fonts
- Remove outdated notes
- Add details for how to install Cascadia Code PL, and Quicksand
- Make error color orange and less vibrant
- Change text to use Quicksand for headers, and Cascadia Code for code
Edit colors
Edit colors
- (Only dark theme): Change colors to match saturation and value with light theme
- Use separate color for accent color (subtract 1/18th of the hue wheel from primary color, 20/360)
Move edit mode buttons around
Move edit mode buttons around
- Move new tab button to the right
- Make question mark button not overlap
Make header work with voice button
Make header work with voice button
In the past I didn't use Almond because I found it unreliable. Now that I found out that I can train it, I started using it again. This makes the voice button work, and also stops using an easily-offset margin-left
with calc
.
Add tertiary background-color
Add tertiary background-color
This adds a new convenience variable, tertiary-background-color
. It adds a tiny bit of contrast from the main background color, so you can use it instead of shadows if you want.