Pseudo Mica

approved

by Alexis C

Mica-like background effect for Windows.

20 stars3,426 downloadsUpdated 1mo agoMIT
View on GitHub

Pseudo Mica

Pseudo Mica brings native window translucency effects to Obsidian.

Usage

  • Click the layers icon in the ribbon, or
  • Open the command palette and run Pseudo Mica: Open settings.

Installation

From the Obsidian Community Plugins browser:

  1. Open Settings → Community plugins and disable Safe Mode if prompted.
  2. Click Browse and search for Pseudo Mica.
  3. Click Install, then Enable.

Manual installation:

  1. Download main.js and manifest.json from the latest release.
  2. Copy them into your vault at .obsidian/plugins/pseudo-mica/.
  3. Reload Obsidian and enable the plugin under Settings → Community plugins.

How It Works

Pseudo Mica uses Electron's native window APIs to apply OS-native translucency effects.

Windows

Calls setBackgroundMaterial() with your choice of Mica, Mica Alt, or Acrylic, and adds is-translucent class to body, mirroring Obsidian's behavior when Translucent window option is enabled on macOS.

Requires Settings → Apperance → Window frame style → Hidden / Obsidian frame.

macOS

Calls setVibrancy() with one of the supported vibrancy types (e.g. sidebar, window, under-window).

Requires Settings → Apperance → Translucent window.

License

Pseudo Mica is licensed under the MIT license.


This plugin was built entirely with GitHub Copilot, powered by Claude Sonnet 3.7 and Claude Sonnet 4.6.

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.