Skip to content
This repository was archived by the owner on Jun 14, 2022. It is now read-only.

Releases: KTibow/lovelace-light-soft-ui-theme

Bux fixes (breaking from v0.52)

19 Sep 19:02
Compare
Choose a tag to compare

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 from 2.4
  • Fix card-mod for default theme
  • Adjust colors

Look for yourself: v0.52...v0.53

NEW COLORS! (BREAKING CHANGES)

18 Sep 02:37
Compare
Choose a tag to compare

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 to 2.4em)

Look for yourself: v0.51...v0.52

Colors, fonts, and more

16 Sep 22:51
147ed1e
Compare
Choose a tag to compare

Colors, fonts, and more

  • Add success-color, info-color, and warning-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 (fixes outlined cards, such as integrations page or card picker)

Make shadow a little less subtle

14 Sep 01:39
8735b61
Compare
Choose a tag to compare

Make shadow a little less subtle

  • Make border radius 13.75px instead of 12.5px
  • Make box shadow length 5.25px instead of 5px
  • (Dark mode only) Strengthen upper left shadow

Make shadow more subtle

13 Sep 19:48
354f9c6
Compare
Choose a tag to compare

Make shadow more subtle

I was playing around with some Windows 10 themes, and really liked their style.

  • Reduce border radius to 12.5px from 15px
  • Change shadow from 5.5px to 5px
  • (Dark theme only) Make background less purple and more gray

Update README, colors, and fonts

12 Sep 19:02
ff3f2f5
Compare
Choose a tag to compare

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

11 Sep 18:45
0a6d159
Compare
Choose a tag to compare

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

09 Sep 01:23
af8b6e6
Compare
Choose a tag to compare

Move edit mode buttons around

  • Move new tab button to the right
  • Make question mark button not overlap

Make header work with voice button

07 Sep 14:00
ee599dc
Compare
Choose a tag to compare

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

05 Sep 14:57
1b10677
Compare
Choose a tag to compare

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.