Translucent BG

approved

by MellowMarsh

Translucent window backgrounds on Windows — acrylic blur, mica, and theme-aware tint overlays. - This plugin has not been manually reviewed by Obsidian staff.

2 stars804 downloadsUpdated 2mo agoMIT

Obsidian Translucent BG

An Obsidian plugin for Windows that applies native Windows 11 background materials (Mica, Acrylic, Tabbed) to the Obsidian window. Works with any color theme and gives you precise control over how the translucency looks.

Windows only. Requires Obsidian as a native desktop app on Windows 10/11 with an Electron version that supports BrowserWindow.setBackgroundMaterial.

[!NOTE] Inspiration & Credits Inspired by and partially based on pseudo mica (MIT).


Preview

Mica — plugin-managedAcrylic — plugin-managed
MicaAcrylic

Theme-managed — tint adapts automatically when you switch themes:

DefaultCatppuccinEverforest
DefaultCatppuccinEverforest

Features

  • Three Windows 11 materials — Mica, Acrylic, and Tabbed via the native Electron API
  • Independent tint and opacity controls — manage color and opacity yourself, or defer either (or both) to your active theme
  • Theme compatibility — when both theme toggles are on, produces the exact --workspace-background-translucent expression Obsidian themes use natively
  • Auto theme switching — tint updates instantly when switching between light and dark mode
  • Cycle command — ribbon icon and keyboard command to cycle materials without opening settings
  • Clean unload — all CSS changes reversed when the plugin is disabled

Installation

Manual

  1. Download the latest release from the Releases page.
  2. Copy main.js, styles.css, and manifest.json into your vault at:
    <vault>/.obsidian/plugins/translucent-bg/
    
  3. Enable the plugin in Settings → Community plugins.

From source

git clone https://github.com/MellowMarsh-Git/Obsidian-Translucent-BG.git
cd Obsidian-Translucent-BG
npm install
npm run build

Copy the output files into your vault's plugin folder as above.


Commands

CommandDescription
Translucent BG: Cycle background materialCycles Mica → Acrylic → Tabbed → None → Mica
Translucent BG: Open Translucent BG settingsOpens the plugin's settings tab directly

A ribbon icon (stacked layers) also triggers the cycle command.


Documentation

See DOCS.md for a full breakdown of settings, tinting modes, how the plugin works internally, and guidance for theme authors.


Building

npm run dev       # watch mode (source maps, rebuilds on change)
npm run build     # production build (minified, no source maps)

License

MIT license

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.