Real-Fruit-Snacks430 downloadsA calm dark theme for Obsidian: deep charcoal, soft light, periwinkle accent. Light mode included.
A dark theme for Obsidian: deep charcoal surfaces, a soft radial light behind your notes, and a periwinkle-to-violet accent. Quiet borders, rounded panels, nothing shouting.
Made to pair with Thoughtbin, but it stands on its own. A matching light mode is included.
From the community list — Settings → Appearance → Themes → Manage → search "Glow".
Manually
theme.css and manifest.json from the latest release.<your vault>/.obsidian/themes/Glow/.Glow references Geist for interface and text and Geist Mono for code. They're optional; without them it falls back to Inter / your system font.
| Role | Dark | Light |
|---|---|---|
| Background | #0E0F13 |
#FFFFFF |
| Surface | #15171D |
#F3F4F8 |
| Text | #F2F3F5 |
#14161C |
| Muted | #A2A6AF |
#5A5F6B |
| Accent | #7C9CFF |
#5B7CFF |
| Accent 2 | #B48CFF |
#7E4FE0 |
Issues and pull requests are welcome. There's no build step — edit theme.css, reload Obsidian. Please keep changes to Obsidian's CSS variables where one exists, and test both dark and light modes.
MIT