Oh My Zsh theme + Ghostty palette matching Omarchy Tokyo Night, including the rally-car wallpaper look.
Palette from Omarchy's tokyo-night/colors.toml:
| Token | Hex | Swatch |
|---|---|---|
| Background | #1a1b26 |
navy |
| Foreground | #c0caf5 |
ice |
| Blue / path | #7aa2f7 |
|
| Magenta / user | #bb9af7 |
|
| Orange / car | #ff9e64 |
|
| Green / ok | #9ece6a |
|
| Yellow / git | #e0af68 |
|
| Red / dirty, error | #f7768e |
|
| Muted | #414868 |
Prompt:
╭─ nezbit ~/Projects/omarchy-tokyo-night ‹main●›
╰─❯
- Orange Nerd Font car (
) - Magenta user (red if root)
@hostonly over SSH- Blue path
- Yellow git branch, red
●when dirty - Green virtualenv when active
- Green
❯on success, red❯+ exit code on failure
Uses JetBrains Mono (the IntelliJ IDEA editor font, with ligatures) and a Nerd Font fallback for the car glyph.
git clone https://github.com/NezbiT/omarchy-tokyo-night.git \
${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/omarchy-tokyo-nightIn ~/.zshrc:
ZSH_THEME="omarchy-tokyo-night/omarchy-tokyo-night"Reload:
exec zshOmarchy already injects this palette via:
config-file = ?"~/.local/state/omarchy/current/theme/ghostty.conf"
To use the same colors outside Omarchy, add:
config-file = /path/to/omarchy-tokyo-night/ghostty/omarchy-tokyo-night.conf
font-family = "JetBrains Mono"
font-family = "JetBrainsMono Nerd Font"
font-feature = calt
font-feature = liga
Ships the official wallpaper from omacom/omarchy (backgrounds/1-quattro.webp). Keep opacity low so the prompt stays readable:
background-image = /path/to/omarchy-tokyo-night/backgrounds/1-quattro.webp
background-image-fit = cover
background-image-position = center
background-image-opacity = 0.18
Oh My Zsh does not accept new themes in the core repo. Add this theme to External themes:
- Fork ohmyzsh/wiki
- Paste the block in
wiki-entry.mdnear the top ofExternal-themes.md - Open a pull request
MIT for the theme code. Palette and backgrounds/1-quattro.webp come from Omarchy Tokyo Night (MIT), wallpaper by vulturetone.
