This commit is contained in:
2025-10-13 18:59:54 -07:00
parent 1b2a3c6bcc
commit 866037c41b
11 changed files with 61 additions and 54 deletions

View File

@@ -25,19 +25,19 @@ success_symbol = "[](green bold)"
error_symbol = "[](pink)"
[directory]
style = "bg:none fg:#7A4455"
format = "[]($style)[󱗆 $path](bg:#7A4455 fg:#C2FDFD)[ ]($style)"
style = "bg:none fg:#20142C"
format = "[]($style)[󱗆 $path](bg:#20142C fg:#ECE5F0)[ ]($style)"
truncation_length = 3
truncate_to_repo=false
[git_branch]
style = "bg:none fg:#7A4455"
format = "[]($style)[[ ](bg:#7A4455 fg:#C2FDFD)$branch](bg:#7A4455 fg:#C2FDFD)[ ]($style)"
style = "bg:none fg:#20142C"
format = "[]($style)[[ ](bg:#20142C fg:#ECE5F0)$branch](bg:#20142C fg:#ECE5F0)[ ]($style)"
[git_status]
# $all status$ahead_behind
style = "bg:none fg:#7A4455"
format = "[]($style)[$all_status$ahead_behind](bg:#7A4455 fg:#C2FDFD)[ ]($style)"
style = "bg:none fg:#20142C"
format = "[]($style)[$all_status$ahead_behind](bg:#20142C fg:#ECE5F0)[ ]($style)"
conflicted = "="
ahead = "⇡${count}"
behind = "⇣${count}"
@@ -53,8 +53,8 @@ deleted = "${count}"
[cmd_duration]
min_time = 1
# duration & style
style = "bg:none fg:#7A4455"
format = "[]($style)[$duration](bg:#7A4455 fg:#C2FDFD)[]($style)"
style = "bg:none fg:#20142C"
format = "[]($style)[$duration](bg:#20142C fg:#ECE5F0)[]($style)"
disabled = false
[palettes.catppuccin_mocha]