-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarship.toml
More file actions
64 lines (55 loc) · 1.44 KB
/
Copy pathstarship.toml
File metadata and controls
64 lines (55 loc) · 1.44 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Use a clean, breathable format
format = """
$directory\
$git_branch\
$git_state\
$git_status\
$python\
$custom\
$cmd_duration\
$line_break\
$character"""
[directory]
# Saffron Gold - matching the jewelry and the sun
style = "bold #E9C46A"
format = "[$path]($style) "
truncation_length = 3
[character]
# Success: Lotus Pink (#D1495B) | Error: Muted Earth (#6D597A)
success_symbol = "[❯](bold #D1495B)"
error_symbol = "[❯](bold #6D597A)"
vimcmd_symbol = "[❮](bold #8A9A5B)"
[git_branch]
# Sage Green - matching the draped cloth/saree
format = "on [$symbol$branch]($style) "
symbol = " "
style = "bold #8A9A5B"
[git_status]
# Keeps your clean logic but uses a muted Parchment color
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](bold #EAD8C0) ($ahead_behind$stashed)]($style)"
style = "italic #EAD8C0"
conflicted = ""
untracked = ""
modified = ""
staged = ""
renamed = ""
deleted = ""
stashed = "≡"
[git_state]
format = '\([$state( $progress_current/$progress_total)]($style)\) '
style = "bright-black"
[cmd_duration]
# Muted Sand color so it doesn't distract
format = "took [$duration]($style) "
style = "#9A8C73"
[python]
# Using the Sage Green for environments
format = "via [ $virtualenv]($style) "
style = "#8A9A5B"
[line_break]
disabled = false
[custom.nix_shell_name]
command = "printf %s \"$NIX_SHELL_NAME\""
when = "test -n \"$NIX_SHELL_NAME\""
format = "via [ $output]($style) "
style = "#8A9A5B"