Law-Of-Cycles732 downloadsAn unofficial warm editorial Obsidian theme inspired by Claude's visual language.
An unofficial Obsidian theme inspired by Claude and Anthropic's warm, thoughtful visual language. It combines clay accents, quiet paper-like surfaces, unified bilingual serif typography, precise monospaced code, and matched light and dark modes.
Claude Paper is an independent community project by Law-Of-Cycles. It is not affiliated with, endorsed by, or sponsored by Anthropic. Claude and Anthropic are trademarks of Anthropic PBC. No Anthropic artwork or commercial font files are included.

| Light mode | Dark mode |
|---|---|
![]() |
![]() |

SourceHanSerifSC-VF filename and registered family namesClaude Paper intentionally uses the two locally installed fonts requested for this project. Regular interface and document text stay in one bilingual family, which avoids visible font changes between Chinese and English. Code stays monospaced and visually separate.
| Role | Preferred order |
|---|---|
| Interface, headings, and body | SourceHanSerifSC-VF aliases, Source Han Serif SC, Source Han Serif, 思源宋体 |
| Code | SF Mono, SFMono-Regular, Cascadia Mono, Cascadia Code, Consolas |
| True English italic fallback | Source Serif 4, Source Serif Pro, Georgia, Times New Roman |
The theme sets --font-interface-theme, --font-text-theme, and --font-monospace-theme, so font choices made in Obsidian's Appearance settings still take priority. No font files are bundled or downloaded. See Font strategy for the exact aliases and troubleshooting.
install.cmd.The completion dialog also reports whether Windows detected Source Han Serif SC and SF Mono.
You can also run:
powershell -ExecutionPolicy Bypass -File .\install.ps1
Create this folder inside your vault and copy manifest.json and theme.css into it:
<your-vault>/.obsidian/themes/Claude Paper/
Restart Obsidian or use Reload app without saving, then select Claude Paper.
Double-click publish.cmd. The Windows publishing assistant reads the current version from manifest.json, pushes the project, creates or refreshes the matching release, and opens the Obsidian community review pull request when needed.
powershell -ExecutionPolicy Bypass -File .\publish.ps1
If GitHub CLI is not signed in, the script opens GitHub once for browser authorization. The detailed fallback procedure is in PUBLISH.md.
The main editable values are at the top of theme.css:
:root {
--claude-paper-font-serif: ...;
--claude-paper-font-code: ...;
--claude-paper-content-width: 780px;
}
Color and component decisions are documented in the style guide.
theme.css: the complete Obsidian thememanifest.json: community theme metadatascreenshot.png: 512 × 288 community directory imageinstall.cmd and install.ps1: local Windows installerpublish.cmd and publish.ps1: GitHub and Obsidian submission assistantdocs/: typography, style notes, and additional previews.github/workflows/release.yml: release asset verification and uploadMIT © Law-Of-Cycles