Skip to content

Releases: MellowMarsh-Git/obsidian-translucent-bg

v1.1.2

Choose a tag to compare

@MellowMarsh-Git MellowMarsh-Git released this 02 Jun 15:06

Fixes

  • Fixed unload not removing all body classes when both theme toggles were active
  • Fixed material selection not saving if Obsidian closed immediately after cycling
  • Restored titlebar transparency override for themes that set background-color directly

Changes

  • Acrylic is now the default material and marked as recommended in settings
  • CSS overlay now uses background-color + opacity instead of relative-color syntax (better compatibility)
  • !important removed from workspace root background — uses CSS variable instead
  • Removed dead followTheme setting and unused auto material type
  • npm run dev now watches for changes instead of building once

1.1.1

Choose a tag to compare

@MellowMarsh-Git MellowMarsh-Git released this 26 May 08:54

fixed background flicker in full screen by removing transparency

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.