diff --git a/CLAUDE.md b/CLAUDE.md index fa9bc2f81..c3fe11a55 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -46,7 +46,8 @@ plannotator/ │ │ ├── ide.ts # VS Code diff integration (openEditorDiff) │ │ ├── editor-annotations.ts # VS Code editor annotation endpoints │ │ └── project.ts # Project name detection for tags -│ ├── ui/ # Shared React components +│ ├── ui/ # Shared React components + theme +│ │ ├── theme.css # Single source of truth for color tokens + Tailwind bridge │ │ ├── components/ # Viewer, Toolbar, Settings, etc. │ │ │ ├── plan-diff/ # PlanDiffBadge, PlanDiffViewer, clean/raw diff views │ │ │ └── sidebar/ # SidebarContainer, SidebarTabs, VersionBrowser diff --git a/apps/marketing/src/layouts/Base.astro b/apps/marketing/src/layouts/Base.astro index 43e5dbbc1..ea75c8b52 100644 --- a/apps/marketing/src/layouts/Base.astro +++ b/apps/marketing/src/layouts/Base.astro @@ -46,15 +46,19 @@ import '../styles/global.css';