MellowMarsh66 downloadsTranslucent window backgrounds on Windows — acrylic blur, mica, and theme-aware tint overlays.
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).
| Mica — plugin-managed | Acrylic — plugin-managed |
|---|---|
![]() |
![]() |
Theme-managed — tint adapts automatically when you switch themes:
| Default | Catppuccin | Everforest |
|---|---|---|
![]() |
![]() |
![]() |
--workspace-background-translucent expression Obsidian themes use nativelymain.js, styles.css, and manifest.json into your vault at:<vault>/.obsidian/plugins/translucent-bg/
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.
| Command | Description |
|---|---|
Translucent BG: Cycle background material |
Cycles Mica → Acrylic → Tabbed → None → Mica |
Translucent BG: Open Translucent BG settings |
Opens the plugin's settings tab directly |
A ribbon icon (stacked layers) also triggers the cycle command.
See DOCS.md for a full breakdown of settings, tinting modes, how the plugin works internally, and guidance for theme authors.
npm run dev # development build (source maps, no minification)
npm run build # production build (minified, no source maps)