Ayu Obsidian is an Ayu adaptation for Obsidian paired with a font selection.
- Download Obsidian
brew install obsidian
- Open Preferences in Obsidian
- Menu bar -> Obsidian -> Preferences...
⌘
+,
- Navigate to Options-Appearance
- Find Themes section and click Manage
- Filter for Ayu Light & Mirage
- Click Install and use
Or, manually download this repo in your .obsidian/themes
and rename it Ayu Light & Mirage
Change your Obsidian app icon in Options-Appearance-Advanced-Custom app icon
Colours are applied based on Obsidian semantics and appearance on code editors. Headings and indicators have warmer colours, while body emphasis are cooler.
This theme presents Ayu Light and Ayu Mirage by default.
You also have Ayu Dark in theme.css
in case you want it.
Simply remove Mirage to apply.
.theme-dark {
/*
Ayu Dark in RGBa
*/
...
}
- .theme-dark {
- /*
- Ayu Mirage in RGBa
- */
- ...
- }
This adaptation is based on Ayu Colors. The original theme is by Ike.
Fonts are included in the theme.css
as data URLs.
- Lora by Cyreal for markdown editor text
- Inter by Rasmus for app interface
- Monaspace Neon by GitHub Next and Lettermatic for monospaced text
- Update
version
inpackage.json
andmanifest.json
- Update
minAppVersion
inmanifest.json
- Add
<version>: <minAppVersion>
inversions.json
- Add a
git tag -a <version> -m "<version>"
git push origin <version>
and hope for the best