-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
64 lines (53 loc) · 1.24 KB
/
starship.toml
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
"$schema" = 'https://starship.rs/config-schema.json'
command_timeout = 1500
format = "$character"
right_format = """
$directory\
$git_branch\
$git_state\
$git_status\
$git_metrics\
"""
palette = 'nord'
# Taken from https://github.com/sharkdp/vivid/blob/master/themes/nord.yml
[palettes.nord]
# Polar night
polar-night-nord0 = "#2e3440"
polar-night-nord1 = "#3b4252"
polar-night-nord2 = "#434c5e"
polar-night-nord3 = "#4c566a"
# Snow storm
snow-storm-nord4 = "#d8dee9"
snow-storm-nord5 = "#e5e9f0"
snow-storm-nord6 = "#eceff4"
# Frost
frost-nord7 = "#8fbcbb"
frost-nord8 = "#88c0d0"
frost-nord9 = "#81a1c1"
frost-nord10 = "#5e81ac"
# Aurora
aurora-nord11 = "#bf616a"
aurora-nord12 = "#d08770"
aurora-nord13 = "#ebcb8b"
aurora-nord14 = "#a3be8c"
aurora-nord15 = "#b48ead"
[directory]
style = "fg:frost-nord7"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[git_branch]
symbol = ""
format = '[[ $symbol $branch ](fg:frost-nord7)]($style)'
[git_status]
style = "fg:aurora-nord11"
[git_metrics]
disabled = false
deleted_style = "fg:aurora-nord11"
added_style = "fg:aurora-nord14"
[line_break]
disabled = false
[character]
disabled = false
success_symbol = '[](bold fg:aurora-nord14)'
error_symbol = '[](bold fg:aurora-nord11)'