Skip to content

taronull/ayu-obsidian

Repository files navigation

Ayu Light/Mirage: an elegant theme paired with Lora, Fira Code, and Iosevka Curly

Ayu Obsidian is an Ayu adaptation for Obsidian paired with a font selection.

Buy Me A Coffee

Installation

  1. Download Obsidian
    • brew install obsidian
  2. Open Preferences in Obsidian
    • Menu bar -> Obsidian -> Preferences...
    • + ,
  3. Navigate to Options-Appearance
  4. Find Themes section and click Manage
  5. Filter for Ayu Light & Mirage
  6. Click Install and use

Or, manually download this repo in your .obsidian/themes and rename it Ayu Light & Mirage

Icons

Ayu Light icon Ayu Mirage icon Ayu Dark icon

Change your Obsidian app icon in Options-Appearance-Advanced-Custom app icon

Colours

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

Fonts are included in the theme.css as data URLs.

Versioning

  1. Update version in package.json and manifest.json
  2. Update minAppVersion in manifest.json
  3. Add <version>: <minAppVersion> in versions.json
  4. Add a git tag -a <version> -m "<version>"
  5. git push origin <version> and hope for the best