An Atuin shell history theme built around the Version 14 brand palette, the same palette used across the Zed, VS Code, Neovim/Vim, Ghostty, and Starship ports.
| Variant | File | Theme name |
|---|---|---|
| Version 14 | version14.toml |
version14 |
| Version 14 Black | version14-black.toml |
version14-black |
| Version 14 Light | version14-light.toml |
version14-light |
Atuin's theme schema has no background or elevation color role. It only styles text, alerts, and syntax highlighting inside its search UI, which otherwise inherits your terminal's background.
version14andversion14-blackare therefore identical here.The violet accent (
Title,Important,SyntaxVariable) is a placeholder hue, standing in for a retired lime green accent while a permanent replacement is chosen.
-
Copy the variant file you want into
~/.config/atuin/themes/:mkdir -p ~/.config/atuin/themes curl -o ~/.config/atuin/themes/version14.toml \ https://raw.githubusercontent.com/version14/atuin-theme/main/version14.toml
Or clone the repo to grab all three at once:
git clone https://github.com/version14/atuin-theme
-
In
~/.config/atuin/config.toml, set:[theme] name = "version14"
-
Restart your shell, or re-source it, to apply.
Repeat with version14-black or version14-light for the other variants.
atuin config get theme.nameThis confirms config.toml was edited correctly. It does not confirm the theme file itself was found, since atuin config get doesn't validate that the file exists. If colors don't look right in the search UI, check that the file is at ~/.config/atuin/themes/version14.toml (or your $ATUIN_THEME_DIR).
Atuin themes map semantic meanings to colors. See Atuin's theming docs for the full schema.
| Meaning | Version 14 / Black | Version 14 Light |
|---|---|---|
Base (main text) |
#F2F4F6 |
#0D0F11 |
Muted / Annotation / Guidance / SyntaxComment |
#6E737A |
#636870 |
Title / Important / SyntaxVariable (placeholder accent) |
#B7A2FF |
#5F3BBB |
AlertInfo / SyntaxCommand |
#78AFFF |
#0054CB |
AlertWarn |
#FFA85E |
#8F4400 |
AlertError |
#FF5C59 |
#B91A25 |
SyntaxString |
#4BDE7F |
#166534 |
SyntaxFlag |
#ED8EF3 |
#8C2293 |
SyntaxOperator |
#F2F4F6 |
#0D0F11 |