Abyssos terminal colour theme — very dark navy/charcoal with teal/cyan hero accent
Project description
Abyssos
Greek: bottomless depth — a very dark navy/charcoal terminal theme with a teal/cyan hero accent.
Inspired by the Perplexity aesthetic. Named via a 6-model consilium (5/6 converged).
Palette
| Role | Hex |
|---|---|
| Background | #0D0F10 |
| Foreground | #E2E4E6 |
| Cursor | #20C5C0 |
| Selection bg | #1A3535 |
| Selection fg | #E2E4E6 |
| 0 black | #1A1C1E |
| 1 red | #E06B6B |
| 2 green | #1CB8A8 |
| 3 yellow | #D4A85A |
| 4 blue | #5B8DD9 |
| 5 magenta | #9B7FD4 |
| 6 cyan (hero) | #20C5C0 |
| 7 white | #C8CACC |
| 8 bright black | #2A2C2E |
| 9 bright red | #EA7B7B |
| 10 bright green | #2CC8B8 |
| 11 bright yellow | #E4B86A |
| 12 bright blue | #6B9DE9 |
| 13 bright magenta | #AB8FE4 |
| 14 bright cyan | #30D5D0 |
| 15 bright white | #D8DADC |
Installation
Ghostty
cp themes/abyssos ~/.config/ghostty/themes/abyssos
Then add to ~/.config/ghostty/config:
theme = abyssos
Verify: ghostty +list-themes | grep -i abyssos
Blink Shell
In Blink: Settings → Appearance → New Theme, paste the raw URL:
https://raw.githubusercontent.com/terry-li-hm/abyssos/main/themes/abyssos.js
Python
pip install abyssos
import abyssos
print(abyssos.PALETTE["cyan"]) # '#20C5C0'
Rust
[dependencies]
abyssos = "0.1"
use abyssos::CYAN;
println!("{}", CYAN); // "#20C5C0"
tmux
# Add to ~/.tmux.conf:
source-file /path/to/abyssos/themes/abyssos.tmux.conf
Or copy the relevant lines from themes/abyssos.tmux.conf.
Note: uses 256-colour numbers, not hex — hex breaks mouse clicks in some terminals.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file abyssos-0.1.1.tar.gz.
File metadata
- Download URL: abyssos-0.1.1.tar.gz
- Upload date:
- Size: 49.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9858450bc2685c1877132bf79b19d8bf5d60466e2693a6d2fb539e21cd53f85b
|
|
| MD5 |
823f95b62fceb8609898ca9229cd1b90
|
|
| BLAKE2b-256 |
489575cb233d262bd3b9b03713d4dec9c323713000d4f8b05b71b66137efb838
|
File details
Details for the file abyssos-0.1.1-py3-none-any.whl.
File metadata
- Download URL: abyssos-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3dacb2f73ed856e917e233314339fc627ca2906484d891ff26a2881850eb6fc
|
|
| MD5 |
9738cbf52467e10dec14f3b2ca3e31e5
|
|
| BLAKE2b-256 |
de08a0840a360c7e371a4f57e188256cb7815bf175ee23adc2b52d1fbec11c31
|