Glassmind

by m3hransh
5
4
3
2
1

Description

This theme supports Dark Mode
This theme supports Light Mode

README file from

Github

Glassmind

A frosted glass theme for Obsidian, based on the Catppuccin Mocha color palette.

Screenshot

Features

  • Transparent backgrounds designed for compositor-based blur (Hyprland, KDE, etc.)
  • Based on the Catppuccin Mocha (dark) and Latte (light) color palettes
  • Supports both dark and light modes
  • Plugin compatibility (Copilot, and more)
  • Minimal, distraction-free design

Installation

From Obsidian Community Themes

  1. Open Settings > Appearance > Themes
  2. Click Manage and search for "Glassmind"
  3. Click Install and use

Manual

  1. Download theme.css and manifest.json from the latest release
  2. Create a folder called Glassmind in your vault's .obsidian/themes/ directory
  3. Place both files inside it
  4. In Obsidian, go to Settings > Appearance and select Glassmind

Compositor Blur

For the full frosted glass effect, enable window blur in your compositor. For example, in Hyprland:

decoration {
    blur {
        enabled = true
        size = 8
        passes = 2
    }
}

Without compositor blur, the theme still works — you'll get a clean dark/light theme with semi-transparent panels.

License

MIT