"$schema" = 'https://starship.rs/config-schema.json'
+command_timeout = 750
+
format = """
[░▒▓](fg:bright-black)\
[ ](bg:bright-black fg:#DDDAEC)\
[](bg:cyan fg:bright-black)\
$directory\
-[](fg:cyan bg:black)\
+[](fg:cyan bg:19)\
${git_branch}\
${git_commit}\
${git_state}\
${git_status}\
-[](fg:black bg:yellow)\
+[](fg:19 bg:yellow)\
$time\
[ ](fg:yellow bg:default)\
\n$character"""
[git_branch]
symbol = ""
-style = "fg:cyan bg:black"
+style = "fg:cyan bg:19 "
format = '[ $symbol $branch ]($style)'
[git_commit]
format = '[\($hash$tag\)]($style)'
-style = 'bg:black fg:cyan dimmed'
+style = 'bg:19 fg:cyan dimmed'
commit_hash_length = 6
only_detached = false
tag_symbol = ' 笠'
[git_state]
format = '\( [$state($progress_current/$progress_total)]($style)\)'
-style = "bg:black fg:white dimmed"
+style = "bg:19 fg:white dimmed"
rebase = 'REBASING'
merge = 'MERGING'
revert = 'REVERTING'
[git_status]
format = '[ \[$all_status$ahead_behind\]]($style)[ ]($style)'
-style = 'bg:black fg:bright-green bold'
+style = 'bg:19 fg:bright-green bold'
stashed = '\$'
ahead = '⇡${count}'
behind = '⇣${count}'