-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarship.toml
More file actions
32 lines (28 loc) · 1009 Bytes
/
starship.toml
File metadata and controls
32 lines (28 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Phosphor Neon Dark — Starship theme
#
# Theming-only fragment. Drop these blocks into your ~/.config/starship.toml,
# then either set `palette = "phosphor"` at the top of your config to make the
# named colors available, or reference the hex values directly in your own
# module styles.
#
# Requires a Nerd Font (e.g. JetBrains Mono Nerd Font) for the prompt glyph
# to render. Pairs with the matching ghostty.config / Terminal.app profile.
palette = "phosphor"
[palettes.phosphor]
purple = "#e08fff"
cyan = "#00fff5"
red = "#ff4466"
gray = "#9595a8"
fg = "#eee9f5"
# Prompt character — purple chevron, red on error
[character]
success_symbol = "[›](bold purple)"
error_symbol = "[›](bold red)"
# Suggested style assignments for common modules:
# directory → "purple bold"
# git_branch → "cyan bold"
# git_status → "cyan"
# cmd_duration → "gray"
# time → "gray"
# username/host → "red bold"
# sudo → "red bold"