No description
Find a file
2026-05-15 17:28:05 +08:00
.github feat: theme.css 输出到仓库根目录,截图调整为社区规范尺寸 2026-05-09 15:09:01 +08:00
dist 修复 1.0.1 审核警告 2026-05-15 17:28:05 +08:00
icons 发布 1.0.1 2026-05-15 17:13:25 +08:00
scripts 修复 1.0.1 审核警告 2026-05-15 17:28:05 +08:00
src 修复 1.0.1 审核警告 2026-05-15 17:28:05 +08:00
test Initial commit: Monokai Syntax Obsidian theme 2026-05-08 08:57:12 +08:00
.gitignore chore: 清理 AI 署名痕迹 2026-05-14 10:55:19 +08:00
CHANGELOG.md 发布 1.0.1 2026-05-15 17:13:25 +08:00
DEVELOPMENT.md chore: 清理 AI 署名痕迹 2026-05-14 10:55:19 +08:00
DEVELOPMENT.zh.md chore: 清理 AI 署名痕迹 2026-05-14 10:55:19 +08:00
ERRORS.md Initial commit: Monokai Syntax Obsidian theme 2026-05-08 08:57:12 +08:00
LICENSE 修复 1.0.1 审核警告 2026-05-15 17:28:05 +08:00
LICENSE.md Initial commit: Monokai Syntax Obsidian theme 2026-05-08 08:57:12 +08:00
manifest.json 发布 1.0.1 2026-05-15 17:13:25 +08:00
MonokaiSyntax.png 整理项目文档与构建脚本 2026-05-09 08:39:57 +08:00
package-lock.json 发布 1.0.1 2026-05-15 17:13:25 +08:00
package.json 发布 1.0.1 2026-05-15 17:13:25 +08:00
README.md 发布 1.0.1 2026-05-15 17:13:25 +08:00
README.zh.md 发布 1.0.1 2026-05-15 17:13:25 +08:00
screenshot.png feat: theme.css 输出到仓库根目录,截图调整为社区规范尺寸 2026-05-09 15:09:01 +08:00
stylelint.config.js Initial commit: Monokai Syntax Obsidian theme 2026-05-08 08:57:12 +08:00
theme.css 修复 1.0.1 审核警告 2026-05-15 17:28:05 +08:00
TODO.md chore: 清理 AI 署名痕迹 2026-05-14 10:55:19 +08:00
versions.json 发布 1.0.1 2026-05-15 17:13:25 +08:00
vite.config.js 修复 1.0.1 审核警告 2026-05-15 17:28:05 +08:00

Monokai Syntax

中文 | Development | GitHub

Monokai Syntax is an Obsidian community theme inspired by the Monokai Pro visual language, tuned for writing, code notes, navigation, graph view, and long-running knowledge bases.

Monokai Syntax

Highlights

  • Monokai-inspired dark and light palettes for Obsidian.
  • Markdown reading view and Live Preview styling.
  • CodeMirror 6 syntax colors mapped to the Monokai spectrum.
  • File explorer, ribbon, tabs, modals, graph view, and canvas polish.
  • Custom file icons with optional monochrome mode.
  • Style Settings support for palette filters, density, icons, typography, and accents.
  • No remote runtime assets in the final theme CSS.

1.0.1 Update

  • Expanded document icons for README, TODO, CHANGELOG, API, PROMPTS, CURSOR, CLAUDE, AGENTS, and Bug_*.md notes.
  • Reworked callout icons with glyphs from icons/icons.woff, with larger icons and Monokai-style semantic backgrounds and left borders.
  • Updated the file explorer so second-level and deeper folder collapse icons use folder-dimmed2, while root-level folders keep Obsidian's native collapse icon.
  • Added a Style Settings toggle to hide file tree icons.
  • Improved compact mode density for the file explorer.

Installation

Community Theme

Monokai Syntax is available from Obsidian's community theme store.

Open Obsidian, go to Settings -> Appearance -> Themes -> Manage, search for Monokai Syntax, then install and enable it.

Manual Installation

Create this folder in your Obsidian vault:

Your Vault/.obsidian/themes/Monokai Syntax/

Copy these files into it:

theme.css
manifest.json

Then enable Monokai Syntax from Obsidian's Appearance settings.

Style Settings

For the full configuration experience, install the community plugin Style Settings.

Available controls include:

  • Palette filter: Classic, Machine, Octagon, Ristretto, Spectrum.
  • Compact density.
  • Colorful or monochrome file icons.
  • Font and typography options.
  • Accent, link, and code color overrides.

Roadmap

  • Expand file icon coverage.
  • Refine Markdown reading view and Live Preview details.
  • Improve Style Settings coverage.
  • Polish graph view, canvas, and plugin compatibility.
  • Track Obsidian UI changes and keep the published community theme up to date.

Development

Build, lint, audit, and vault sync instructions live in DEVELOPMENT.md.

License

MIT. See LICENSE.md.