A clean, minimal Obsidian theme with HSL-based dynamic colors. Built for both light and dark modes.
- HSL dynamic color system — change one hue variable and the entire theme shifts
- Light and dark mode — full
.theme-light/.theme-darksupport - Clean typography — Georgia for text, system fonts for UI
- Mobile-friendly — platform-specific adjustments for iOS and macOS
Available in Obsidian's community theme browser (Settings → Appearance → Themes → Browse).
- Download
theme.cssandmanifest.jsonfrom the latest release - Place both files in
vault/.obsidian/themes/Edges/ - Restart Obsidian, then select Edges from Settings → Appearance → Themes
This theme uses Obsidian's CSS variable system. The HSL master tokens (--base-h/s/l, --accent-h/s/l) drive all colors. See the Obsidian theme docs for details.
MIT