Skip to content

1.1.0

Choose a tag to compare

@MellowMarsh-Git MellowMarsh-Git released this 25 May 12:56
v1.1.0 — Independent tint & opacity controls, removed extra blur

What's new

  • Tint color and opacity can now be handed off to your theme independently. Use one, both, or neither.
  • Theme-managed tint sources color from --background-secondary and opacity from --translucent-light/dark-opacity — matching how Obsidian themes handle translucency natively.
  • When both theme toggles are on, --workspace-background-translucent is set correctly for the workspace shell layer.

Removed

  • Extra CSS blur setting — the native Acrylic material already handles blur.

Internal

  • Hex color conversion moved out of JS entirely; the overlay now uses CSS relative-color syntax natively.