Cyberdream¶
cyberdream is a vivid, neon-inflected colour scheme by Scott McKendry. This repo uses it everywhere a tool exposes a theme.
Palette reference¶
The canonical hex values used across this repo. Light variant values come from Ghostty's
cyberdream-light theme.
Dark¶
| Role | Hex | Sample |
|---|---|---|
| Background | #16181A |
|
| Foreground | #FFFFFF |
|
| Subtle | #3C4048 |
|
| Red | #FF6E5E |
|
| Green | #5EFF6C |
|
| Yellow | #F1FF5E |
|
| Blue | #5EA1FF |
|
| Purple | #BD5EFF |
|
| Cyan | #5EF1FF |
|
| Pink | #FF5EA0 |
|
| Orange | #FFBD5E |
Light¶
| Role | Hex | Sample |
|---|---|---|
| Background | #FFFFFF |
|
| Foreground | #16181A |
|
| Red | #D11500 |
|
| Green | #008B0C |
|
| Blue | #0057D1 |
|
| Purple | #A018FF |
|
| Cyan | #008C99 |
Source¶
Upstream: scottmckendry/cyberdream.nvim —
includes ports for many tools in extras/.
Adding a new tool¶
When integrating cyberdream into a new tool:
- Check upstream
extras/for an existing port. - If absent, derive from the hex table above. Map your tool's "info / link / accent / warning / error" roles to blue / purple / pink / yellow / red respectively.
- Cross-reference per-tool for examples already in this repo.