made some changes

This commit is contained in:
2026-05-05 18:48:08 -07:00
parent 9bbbaf91bb
commit da79f53755
11 changed files with 122 additions and 120 deletions

View File

@@ -25,14 +25,14 @@ success_symbol = "[](green bold)"
error_symbol = "[](pink)"
[directory]
style = "bg:none fg:#5E3fba"
format = "[]($style)[󱗆 $path](bg:#5E3FBA fg:#ffffff)[ ]($style)"
style = "bg:none fg:#333333"
format = "[]($style)[󱗆 $path](bg:#333333 fg:#ffffff)[ ]($style)"
truncation_length = 3
truncate_to_repo=false
[git_branch]
style = "bg:none fg:#cd1d48"
format = "[]($style)[ $branch](bg:#cd1d48 fg:#ffffff)[ ]($style)"
style = "bg:none fg:#333333"
format = "[]($style)[ $branch](bg:#333333 fg:#ffffff)[ ]($style)"
[git_status]
# $all status$ahead_behind
@@ -53,8 +53,8 @@ deleted = "${count}"
[cmd_duration]
min_time = 1
# duration & style
style = "bg:none fg:#46789E"
format = "[]($style)[$duration](bg:#46789E fg:#F4E4D8)[]($style)"
style = "bg:none fg:#333333"
format = "[]($style)[$duration](bg:#333333 fg:#ffffff)[]($style)"
disabled = false
[palettes.catppuccin_mocha]