From 8eedf73e27080c37a0569f4f4d9a79c777a53634 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Wed, 18 Aug 2021 05:14:15 -0700 Subject: [PATCH] Update git --- Configuration.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/Configuration.md b/Configuration.md index 26dc6e8..cb01003 100644 --- a/Configuration.md +++ b/Configuration.md @@ -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