def-peter181 downloadsA calm Obsidian theme with expressive, clearly structured content.
A calm Obsidian theme with expressive, clearly structured content.
Aera is a Chinese-first Obsidian theme shaped around calm reading, clear hierarchy, and expressive content structure. It gives Chinese text a comfortable rhythm while keeping occasional English typography, code, and interface elements in balance.

Aera keeps Obsidian familiar. It respects the app's reading width and user font size, then refines the surfaces around them with a quiet blue accent, generous line height, and a neutral foundation that works in both light and dark mode.
The workspace stays calm while deliberate color, illustration, and surface treatment make each content type easy to recognize. Semantic callouts, paper-like quotes, and Monokai code blocks create strong local identities without making the overall interface noisy.
#1677FFDownload manifest.json and theme.css from the
latest release,
place them in <vault>/.obsidian/themes/Aera/, and select Aera from Obsidian's
Appearance settings.
Community theme updates appear in Settings -> Appearance. Use Check for
updates to install the latest published version. Manual installations can be
updated by replacing manifest.json and theme.css with the latest release
assets.
Install dependencies and compile the theme:
npm install
npm run build
Run the complete test, policy, and contrast suite before committing:
npm run check
For live preview, set AERA_TEST_VAULT to a dedicated test vault, then run
npm run link:vault and npm run dev. The linker refuses to replace unknown
notes named Theme Playground.md or Embedded Note.md. Changes to
manifest.json require an Obsidian restart, while
compiled CSS automatically reloads in the linked vault.
Fluent Emoji assets are pinned and embedded in the compiled stylesheet. Run
npm run assets:sync only when intentionally refreshing those source assets.
Every release contains the installable manifest.json and theme.css files.
Release tags must match the version recorded in the theme metadata.
Aera is available under the MIT License. The embedded Fluent Emoji Flat assets are provided by Microsoft under the MIT License; full attribution is available in THIRD_PARTY_NOTICES.md.