-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstarship.toml
More file actions
74 lines (63 loc) · 1.2 KB
/
starship.toml
File metadata and controls
74 lines (63 loc) · 1.2 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
palette = "grey"
format = """$username$hostname$directory$fill[$all](grey)$time$line_break$character"""
[character]
success_symbol = "[@](bold green)"
error_symbol = "[@](bold red)"
[fill]
symbol = '─'
style = '#222222'
[cmd_duration]
min_time = 10000
[time]
disabled = false
time_format = "%F %T"
style = "#444444"
format = '[$time]($style)'
[python]
symbol = "py "
[package]
symbol = "package "
style = "#777777"
[git_branch]
symbol = "git "
[aws]
symbol = "aws "
[terraform]
symbol = "tf "
style = "bold #777777"
[palettes.grey]
grey = "#777777"
none = "#777777"
white = "#777777"
rosewater = "#777777"
flamingo = "#777777"
pink = "#777777"
mauve = "#777777"
maroon = "#777777"
peach = "#777777"
sky = "#777777"
sapphire = "#777777"
blue = "#777777"
lavender = "#777777"
text = "#777777"
subtext1 = "#777777"
subtext0 = "#777777"
overlay2 = "#777777"
overlay1 = "#777777"
overlay0 = "#777777"
surface2 = "#777777"
surface1 = "#777777"
surface0 = "#777777"
base = "#777777"
mantle = "#777777"
crust = "#777777"
background = "#777777"
current_line = "#777777"
foreground = "#777777"
comment = "#777777"
cyan = "#777777"
green = "#777777"
orange = "#777777"
purple = "#777777"
red = "#777777"
yellow = "#777777"