docs: make Catalog visual and reproducible

This commit is contained in:
ukimsanov
2026-08-04 03:06:31 -07:00
parent 7e5a9b3c24
commit 79c4056a3f
184 changed files with 3760 additions and 2732 deletions
+20 -33
View File
@@ -1,30 +1,25 @@
---
title: "Dark 2026"
description: "The newest VS Code dark theme with refined token scopes and updated palette."
title: "Code Snippet - Dark 2026"
description: "VS Code workbench with per-character typing animation in the Dark 2026 theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar."
---
# Dark 2026
VS Code workbench with per-character typing animation in the Dark 2026 theme. Full editor chrome with activity bar, sidebar, tabs, terminal, and status bar.
`code` `developer` `showcase` `vscode`
<video className="w-full aspect-video rounded-xl object-cover bg-zinc-100 dark:bg-zinc-800" src="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/code-snippet-dark-2026.mp4" poster="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/code-snippet-dark-2026.png" autoPlay muted loop playsInline />
## Install
## Add it to a project
<CodeGroup>
### Ask your agent
```bash Terminal
npx hyperframes add code-snippet-dark-2026
```text
Add the Code Snippet - Dark 2026 block from the HyperFrames Catalog to this project.
Replace the demo content with mine and match the existing design and timing.
```
</CodeGroup>
### Install from the terminal
Install all code snippet themes at once:
```bash Terminal
npx hyperframes add code
```bash
npx hyperframes add code-snippet-dark-2026
```
## Details
@@ -35,33 +30,25 @@ npx hyperframes add code
| Dimensions | 1920×1080 |
| Duration | 11s |
## Files
**Installed files**
| File | Target | Type |
| --- | --- | --- |
| `code-snippet-dark-2026.html` | `compositions/code-snippet-dark-2026.html` | hyperframes:composition |
| `background.jpeg` | `assets/background.jpeg` | hyperframes:asset |
## Usage
## Use it
After installing, add the block to your host composition:
Ask your agent to replace the example content, match the project style, and place the block at the right moment in the video.
**Wiring it by hand.** The installed block can be added to a host composition with:
```html
<div
data-composition-id="code-snippet-dark-2026"
data-composition-src="compositions/code-snippet-dark-2026.html"
data-start="0"
data-duration="11"
data-track-index="1"
data-width="1920"
data-height="1080"
></div>
<div data-composition-id="code-snippet-dark-2026" data-composition-src="compositions/code-snippet-dark-2026.html" data-start="0" data-duration="11" data-track-index="1" data-width="1920" data-height="1080"></div>
```
## Features
## Related topics
- Full VS Code workbench recreation — activity bar, sidebar, explorer tree, editor tabs, breadcrumbs, terminal panel, status bar
- Per-character typing animation with cursor tracking and active line highlight
- Colors sourced from official `microsoft/vscode` built-in theme JSON
- 3D perspective tilt at the end of the typing sequence
- Terminal panel with mock test output
- [Browse the complete Catalog](/catalog)
- [Add assets and Catalog items in Studio](/studio/assets-and-blocks)
- [Build a richer composition](/go-further)