---
title: "Code Snippet - Apple Terminal Red Sands"
description: "Apple Terminal Red Sands profile: deep red background with sandy text, 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-red-sands.html`.
## Source
```html
Apple Terminal Red Sands
Last login: Mon Jun 2 09:14:22 on ttys009
Fetching https://api.example.com/status
HTTP/2 200
content-type: application/json
x-request-id: a3f9c21e-04b2-4d78
{
"status": "healthy",
"version": "2.4.1",
"uptime": "14d 6h 32m"
}
user@Mac ~ %
```
## Usage
After installing, add the block to your host composition:
```html
```
## Features
- Faithful recreation of macOS Terminal.app Red Sands profile — #7B140E red background with #FFE1B9 sandy 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)