---
title: "Code Snippet - Apple Terminal Clear Light"
description: "Apple Terminal Clear Light profile: semi-transparent light background, per-character typing animation of a shell session."
---
import { InstallCommand } from "/snippets/install-command.jsx";
## Install
That writes one file: `compositions/code-snippet-apple-terminal-clear-light.html`.
## Source
```html
Apple Terminal Clear Light
Last login: Mon Jun 2 09:14:22 on ttys003
git log --oneline -8
a3f2c19 fix: correct off-by-one in pagination
b7e8d04 feat: add dark mode toggle
c1a9f55 refactor: extract auth helpers
d4e2b31 test: add unit tests for parser
e6c8a72 docs: update API reference
f9b1d44 chore: bump dependencies
2a7e890 feat: implement search endpoint
3c5f012 init: project bootstrap
user@Mac myproject %
```
## Usage
After installing, add the block to your host composition:
```html
```
## Features
- Faithful recreation of macOS Terminal.app Clear Light profile — semi-transparent white background with black text
- macOS window chrome with traffic light buttons and centered title bar
- Per-character GSAP typing animation — command types out character by character
- Output lines reveal sequentially after command executes
- Cursor blinks three times at the end then holds steady
- Self-contained HTML — no external assets, only GSAP CDN
{/* hf:generated-footer */}
Tagged `code` `developer` `showcase` `terminal` `apple` `apple-terminal`.
## Related topics
- [Browse the complete Catalog](/catalog)
- [Add assets and Catalog items in Studio](/studio/assets-and-blocks)
- [Build a richer composition](/go-further)