> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gitascii.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Terminal & Hackerspace Presets

> High-contrast developer terminal aesthetics, neofetch cards, and matrix CRT monitors

# Terminal & Hackerspace Presets

## 1. Neo-Terminal (`terminal`)

The default GitAscii aesthetic featuring carbon dark backgrounds, zkPass Signal Lime `#c5ff4a` accents, sharp rectangular bounds, and `+` terminal corner registration markers.

```json theme={null}
{
  "templateId": "terminal",
  "globalStyles": {
    "backgroundColor": "#060606",
    "textColor": "#ffffff",
    "accentColor": "#c5ff4a",
    "borderColor": "#252525",
    "fontFamily": "'JetBrains Mono', monospace",
    "borderRadius": 0,
    "padding": 24,
    "templateStyle": "terminal"
  }
}
```

### Pre-loaded Widgets

* `header`: Display name and `@handle`.
* `ascii-art`: Dense 150-column monochrome ASCII avatar.
* `terminal-info`: Full neofetch spec card with dot leaders.
* `languages`: Horizontal stacked language percentage bar.
* `repositories`: Featured repositories list with star meters.
* `footer`: Classified generation stamp.

***

## 2. Hacker Space (`hackerspace`)

A high-intensity cybersecurity theme with Phosphor Matrix Green `#00ff41` accents, scan-line overlays, CRT distortion flickers, and binary matrix code.

```json theme={null}
{
  "templateId": "hackerspace",
  "globalStyles": {
    "backgroundColor": "#0d1117",
    "textColor": "#00ff41",
    "accentColor": "#00ff41",
    "borderColor": "#003b00",
    "fontFamily": "'Courier New', monospace",
    "borderRadius": 0,
    "padding": 20,
    "templateStyle": "hackerspace"
  }
}
```
