mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-22 19:41:36 +03:00
Update git
parent
87138e3f10
commit
8eedf73e27
@ -123,17 +123,20 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
|
||||
|
||||
## git
|
||||
|
||||
| Variable | Description | Type |
|
||||
| ---------------- | -------------------------------------- | ----- |
|
||||
| bg_color | background color of the git_item | color |
|
||||
| branch_color | color of branch/SHA | color |
|
||||
| conflicted_color | color of conflicted files number | color |
|
||||
| dirty_color | color of dirty files number | color |
|
||||
| operation_color | color of the current operation | color |
|
||||
| staged_color | color of staged files number | color |
|
||||
| stash_color | color of stashes number | color |
|
||||
| untracked_color | color of untracked files number | color |
|
||||
| upstream_color | color of upstream behind/ahead numbers | color |
|
||||
| Variable | Description | Type |
|
||||
| ----------------- | ---------------------------------------------------------------------- | ------ |
|
||||
| bg_color | default background color of the git_item | color |
|
||||
| bg_color_unstable | background color when repository has dirty, staged, or untracked files | color |
|
||||
| bg_color_urgent | background color when repository has conflicts or ongoing operations | color |
|
||||
| color_branch | color of branch/SHA | color |
|
||||
| color_conflicted | color of conflicted files number | color |
|
||||
| color_dirty | color of dirty files number | color |
|
||||
| color_operation | color of the current operation | color |
|
||||
| color_staged | color of staged files number | 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user