一个以 Claude-like 阅读体验为灵感、并针对中文写作重新打磨的 Typora 主题。现提供浅色、Morandi 灰蓝、深色三个版本。
也可以直接从 GitHub 的 Releases 页面下载最新主题文件。
-
打开 Typora。
-
进入
设置 / 偏好设置 -> 外观 -> 打开主题文件夹。 -
将以下文件复制到主题目录中:
claude-like.cssclaude-like-grey.cssclaude-like-dark.css
-
重启 Typora。
-
在主题菜单中选择:
Claude-likeClaude-like GreyClaude-like Dark
推荐设置(Windows):进入
偏好设置 -> 外观,将窗口样式设为一体化(重启 Typora 后生效),主题在 Windows 一体化模式下显示效果最佳。
它不是简单地把网页样式搬进 Typora,而是保留了 Claude-like 那种安静、克制、长文友好的阅读气质,同时针对中文内容、表格、代码块、导出效果做了重新调校。
- 让长文阅读更稳定,不抢内容本身的注意力。
- 让中文标题、正文、强调文本之间的层级更清楚。
- 让技术文档里最常见的表格、代码块、行内代码保持统一风格。
- 同时提供浅色、Morandi 灰蓝、深色三个版本,减少切换场景时的割裂感。
主题整体采用低饱和、轻对比、较宽松的留白节奏,适合:
- 技术笔记
- 课程总结
- 论文阅读记录
- AI 对话整理
- 中英文混排说明文档
相比更“设计感驱动”的 Typora 主题,这套样式更强调稳定性、可读性和连续阅读体验。
为了让中文观感更接近实际阅读材料,而不是浏览器默认排版,主题将正文、标题、强调文本、代码分别处理:
- 正文以更适合长文阅读的中文字体为主。
- 标题和强调文本采用更清晰的字族,增强层级。
- 代码区域使用独立的等宽字体栈,保证字符对齐与辨识度。
这样的处理在中文文档里会比纯英文网页字体迁移更自然。
表格是技术文档里最容易失控的部分,所以这套主题专门统一了:
- 表头与正文的字体层级
- 横向分隔线强弱
- 单元格内边距
- 中英文混排时的节奏
- 明暗主题下的视觉一致性
它适合展示:
- 对比表
- 参数表
- 实验结果表
- 概念说明表
代码部分分成两类处理:
- 行内代码:更像轻量提示标签,适合突出变量名、函数名、命令名。
- 代码块:保留独立背景、边框、语言标签与语法高亮。
当前代码块高亮重点做了这些区分:
- 关键词 / 内建函数:紫色系
- 字符串:绿色系
- 注释与行号:灰色系
- 默认代码文本:深色中性文字
这样既不会像 IDE 那样过度鲜艳,也不会因为过于克制而失去可读性。
项目包含:
claude-like.css:浅色claude-like-grey.css:Morandi 灰蓝claude-like-dark.css:深色
三套主题不是简单的亮度反转或线性过渡,而是在以下部分分别做了独立调整:
- 背景与文本对比
- 表格边框强度
- 代码块背景与高亮色
- 侧栏 / 菜单 / 编辑界面过渡
Grey 版采用莫兰迪风格的低饱和灰蓝底 + 暖陶土 accent 的经典冷暖对比,介于浅色的明快和深色的沉稳之间,适合长时间阅读但又不想掉到纯黑背景的场景。三套主题都沿用同一套版心、字体与代码高亮逻辑,切换时不会产生阅读断层。
这套主题尤其适合下面几类内容:
- 需要持续阅读的长篇 Markdown 文档
- AI 对话整理与二次编辑
- 面向中文读者的技术讲义
- 带有大量表格和代码块的说明文档
- 希望导出 PDF 时仍保持稳定版式的内容
如果你更偏好高装饰、强品牌感、或者非常夸张的标题视觉,这套主题可能不是最激进的选择;但如果你希望文档“看起来像认真整理过”,它会更合适。
claude-like.css:浅色主题claude-like-grey.css:Morandi 灰蓝主题claude-like-dark.css:深色主题
- 中文正文排版节奏
- 标题层级清晰度
- 粗体强调识别度
- 行内代码胶囊样式
- 代码块语法高亮
- 表格边框与间距统一
- Typora 编辑界面与导出风格一致性
- 补充更多导出场景截图
- 为引用块、数学公式、任务列表继续细化细节
- 增加更偏论文风格或更偏博客风格的变体
Claude-like Theme 的核心不是“看起来像某个网页”,而是把那种安静、可信、适合长时间阅读的气质带进 Typora,并把它真正做成一套适合中文 Markdown 写作的主题。
如果你的文档里经常同时出现标题、表格、代码块和长段说明文本,这套主题会比较适合你。
本项目基于 MIT 协议开源,详见根目录 LICENSE 文件。
Claude 是 Anthropic, PBC 的商标。本项目与 Anthropic 无任何关联,也未获其官方授权或认可。主题名称中的「Claude-like」仅指其视觉气质上的灵感来源,不代表任何官方产品或品牌关系。
<a id="english-version"></a>
A Typora theme inspired by a Claude-like reading experience, refined for Chinese writing and technical Markdown workflows. It ships in three variants: light, a Morandi gray-blue grey, and dark.
You can also download the latest theme files directly from the GitHub Releases page.
-
Open Typora.
-
Go to
Preferences -> Appearance -> Open Theme Folder. -
Copy the following files into the theme folder:
claude-like.cssclaude-like-grey.cssclaude-like-dark.css
-
Restart Typora.
-
Choose one of the following from the Theme menu:
Claude-likeClaude-like GreyClaude-like Dark
Recommended setting (Windows): Go to
Preferences -> Appearanceand set Window Style to Unibody (restart Typora to apply). The theme is optimized for Unibody mode on Windows.
It is not a direct clone of a webpage. Instead, it keeps the calm, restrained, long-form reading atmosphere associated with a Claude-like style, while reworking typography, tables, code blocks, and export behavior for practical Markdown use.
- Make long-form reading feel stable and low-noise.
- Improve hierarchy between headings, body text, and emphasis in Chinese documents.
- Keep tables, fenced code blocks, and inline code visually consistent.
- Maintain a coherent experience across light, grey (Morandi gray-blue), and dark modes.
The theme uses low-saturation colors, soft contrast, and generous spacing. It works especially well for:
- technical notes
- course summaries
- paper-reading notes
- AI conversation archives
- mixed Chinese-English documents
Compared with more decorative Typora themes, this one focuses more on stability, readability, and sustained reading.
Instead of copying an English-first web font stack, the theme treats body text, headings, emphasis, and code separately:
- body text is tuned for long-form reading
- headings and emphasized text use a clearer hierarchy
- code uses a dedicated monospace stack for alignment and readability
This makes the theme feel more natural in Chinese technical writing.
Tables are one of the easiest places for document styles to break down, so this theme explicitly standardizes:
- hierarchy between headers and body cells
- border strength
- cell spacing
- rhythm in mixed Chinese-English text
- consistency between light and dark mode
It is suitable for:
- comparison tables
- parameter sheets
- experiment summaries
- concept overview tables
Code styling is split into two different layers:
- inline code, which works like a lightweight visual tag
- fenced code blocks, which keep their own background, borders, language label, and syntax highlighting
The current highlighting scheme emphasizes:
- keywords / built-ins: purple
- strings: green
- comments and line numbers: gray
- default code text: neutral dark text
This keeps code readable without becoming as visually aggressive as a full IDE theme.
The project currently includes:
claude-like.css— lightclaude-like-grey.css— Morandi gray-blueclaude-like-dark.css— dark
The three variants are not mechanical brightness interpolations of each other. Each is tuned independently in areas such as:
- background and text contrast
- table border intensity
- code block background and syntax colors
- sidebar and Typora UI transitions
The grey variant uses a Morandi-inspired low-saturation gray-blue background paired with a warm terracotta accent — the classic cool-ground / warm-highlight pairing. It sits between the airiness of the light theme and the weight of the dark one, and is useful when you want extended reading without dropping all the way to near-black. All three themes share the same layout, typography, and syntax-highlight logic, so switching between them never breaks reading rhythm.
This theme is especially suitable for:
- long Markdown documents
- AI conversation cleanup and editing
- Chinese technical notes
- documents with many tables and code blocks
- content that still needs to look stable after PDF export
If you prefer highly decorative layouts or very dramatic heading styles, this theme is probably not the most aggressive choice. But if you want your document to feel clean, deliberate, and trustworthy, it is a good fit.
claude-like.css: light themeclaude-like-grey.css: Morandi gray-blue themeclaude-like-dark.css: dark theme
- Chinese body typography
- heading hierarchy
- stronger emphasis styling
- inline code capsule style
- fenced code syntax highlighting
- unified table rhythm and borders
- better consistency between Typora editing and export
- more export screenshots
- further refinement for blockquotes, math, and task lists
- additional variants for academic or blog-oriented writing
Claude-like Theme is not about mechanically imitating a webpage. Its goal is to bring a calm, credible, long-reading-friendly atmosphere into Typora and turn that into a theme that actually works for Chinese Markdown writing.
If your documents often mix headings, long explanations, tables, and code blocks, this theme should fit that workflow well.
This project is licensed under the MIT License. See LICENSE for details.
Claude is a trademark of Anthropic, PBC. This project is not affiliated with, endorsed by, or sponsored by Anthropic.
Claude is a trademark of Anthropic, PBC. This project is not affiliated with, endorsed by, or sponsored by Anthropic. The name "Claude-like" refers to the visual atmosphere that inspired this theme, not to any official product or brand affiliation.


