Version 14 Theme for Starship
A Starship prompt palette built around the Version 14 brand palette, the same palette used across the Zed , VS Code , Neovim/Vim , and Ghostty ports.
Variant
File
palette value
Version 14
version14.toml
version14
Version 14 Black
version14-black.toml
version14-black
Version 14 Light
version14-light.toml
version14-light
The accent/cyan violet is a placeholder hue, standing in for a retired lime green accent while a permanent replacement is chosen.
Paste the contents of the variant file you want into your ~/.config/starship.toml, or clone the repo to grab all three:
git clone https://github.com/version14/starship-theme
Set the active palette:
Reference palette colors in your module styles with $role, for example style = "bold $accent".
This renders the prompt once without starting a full shell session, so a config error surfaces immediately instead of on your next terminal launch.
"$schema" = ' https://starship.rs/config-schema.json'
palette = " version14"
add_newline = false
format = """
$directory$git_branch$git_status$cmd_duration
$character"""
[directory ]
style = " bold $accent"
truncation_length = 3
truncate_to_repo = false
format = " [$path]($style) "
[git_branch ]
symbol = " "
style = " $accent"
format = " [$symbol$branch(:$remote_branch)]($style) "
[git_status ]
style = " $fg_muted"
conflicted = " [~]($red)"
ahead = " [⇡${count}]($accent)"
behind = " [⇣${count}]($yellow)"
diverged = " [⇕⇡${ahead_count}⇣${behind_count}]($red)"
untracked = " [?]($fg_muted)"
stashed = " [*]($cyan)"
modified = " [!]($yellow)"
staged = " [+]($green)"
renamed = " [»]($cyan)"
deleted = " [✘]($red)"
format = " [$all_status$ahead_behind]($style) "
[cmd_duration ]
min_time = 2_000
style = " $fg_muted"
Role
Color
bg
#1A1E23
bg_elevated
#14171B
fg
#F2F4F6
fg_muted
#6E737A
accent (placeholder)
#B7A2FF
red
#FF5C59
green
#4BDE7F
yellow
#FFA85E
blue
#78AFFF
magenta
#ED8EF3
cyan
#B7A2FF
border
#1A1E23
Role
Color
bg
#0C0D0E
bg_elevated
#000000
fg
#F2F4F6
fg_muted
#6E737A
accent (placeholder)
#B7A2FF
red
#FF5C59
green
#4BDE7F
yellow
#FFA85E
blue
#78AFFF
magenta
#ED8EF3
cyan
#B7A2FF
border
#0F0F10
Role
Color
bg
#F4F5F6
bg_elevated
#EBEDEF
fg
#0D0F11
fg_muted
#636870
accent (placeholder)
#5F3BBB
red
#B91A25
green
#166534
yellow
#8F4400
blue
#0054CB
magenta
#8C2293
cyan
#5F3BBB
border
#D2D4D7
MIT © Mathieu Souflis