-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarship.toml
More file actions
82 lines (73 loc) · 1.54 KB
/
Copy pathstarship.toml
File metadata and controls
82 lines (73 loc) · 1.54 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
palette = "catppuccin_frappe"
scan_timeout = 30
command_timeout = 500
format = """
$directory\
$git_branch\
$git_state\
$git_status\
$cmd_duration\
$line_break\
$python\
$character"""
[palettes.catppuccin_frappe]
rosewater = "#f2d5cf"
flamingo = "#eebebe"
pink = "#f4b8e4"
mauve = "#ca9ee6"
red = "#e78284"
maroon = "#ea999c"
peach = "#ef9f76"
yellow = "#e5c890"
green = "#a6d189"
teal = "#81c8be"
sky = "#99d1db"
sapphire = "#85c1dc"
blue = "#8caaee"
lavender = "#babbf1"
text = "#c6d0f5"
subtext1 = "#b5bfe2"
subtext0 = "#a5adce"
overlay2 = "#949cbb"
overlay1 = "#838ba7"
overlay0 = "#737994"
surface2 = "#626880"
surface1 = "#51576d"
surface0 = "#414559"
base = "#303446"
mantle = "#292c3c"
crust = "#232634"
[directory]
style = "fg:blue"
truncation_length = 3
truncate_to_repo = true
fish_style_pwd_dir_length = 1
[character]
success_symbol = "[❯](fg:mauve)"
error_symbol = "[❯](fg:red)"
vimcmd_symbol = "[❮](fg:green)"
[git_branch]
symbol = " "
format = "[$symbol$branch]($style)"
style = "fg:subtext0"
[git_status]
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](fg:peach) ($ahead_behind$stashed)]($style)"
style = "fg:sky"
conflicted = ""
untracked = ""
modified = ""
staged = ""
renamed = ""
deleted = ""
stashed = "≡"
[git_state]
format = '([$state( $progress_current/$progress_total)]($style)) '
style = "fg:subtext0"
[cmd_duration]
min_time = 2000
format = "took [$duration]($style) "
style = "fg:yellow"
[python]
format = "[$virtualenv]($style) "
style = "fg:subtext0"
detect_extensions = ["py", "ipynb"]