1.1.0
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-secondaryand opacity from--translucent-light/dark-opacity— matching how Obsidian themes handle translucency natively. - When both theme toggles are on,
--workspace-background-translucentis 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.