Update git

Ilan Cosman 2021-08-18 05:14:15 -07:00
parent 87138e3f10
commit 8eedf73e27

@ -123,17 +123,20 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
## git ## git
| Variable | Description | Type | | Variable | Description | Type |
| ---------------- | -------------------------------------- | ----- | | ----------------- | ---------------------------------------------------------------------- | ------ |
| bg_color | background color of the git_item | color | | bg_color | default background color of the git_item | color |
| branch_color | color of branch/SHA | color | | bg_color_unstable | background color when repository has dirty, staged, or untracked files | color |
| conflicted_color | color of conflicted files number | color | | bg_color_urgent | background color when repository has conflicts or ongoing operations | color |
| dirty_color | color of dirty files number | color | | color_branch | color of branch/SHA | color |
| operation_color | color of the current operation | color | | color_conflicted | color of conflicted files number | color |
| staged_color | color of staged files number | color | | color_dirty | color of dirty files number | color |
| stash_color | color of stashes number | color | | color_operation | color of the current operation | color |
| untracked_color | color of untracked files number | color | | color_staged | color of staged files number | color |
| upstream_color | color of upstream behind/ahead numbers | color | | color_stash | color of stashes number | color |
| color_untracked | color of untracked files number | color |
| color_upstream | color of upstream behind/ahead numbers | color |
| icon | icon of the git item, colored same as branch | string |
## go ## go