Closed
Description
GitHub shows swatches for hexadecimal colors in issues but not the README. Here is the README's color options section but with swatches.
Name | Type | Description | Default |
---|---|---|---|
GIT_PROMPT_KIT_COLOR_ACTION |
string | Color of the Git action | #ff00af |
GIT_PROMPT_KIT_COLOR_ASSUME_UNCHANGED |
string | Color of the Git assumed unchaged count | #5fd7ff |
GIT_PROMPT_KIT_COLOR_CUSTOM |
string | Color of the custom section (CWD in the default prompt) | #00afff |
GIT_PROMPT_KIT_COLOR_FAILED |
string | Color of the prompt character when the previous command failed | #870000 |
GIT_PROMPT_KIT_COLOR_HEAD |
string | Color of the Git HEAD and the commits-behind count | #af87d7 |
GIT_PROMPT_KIT_COLOR_HOST |
string | Color of the host | #87afaf |
GIT_PROMPT_KIT_COLOR_INACTIVE |
string | Color of inactive sections | #9e9e9e |
GIT_PROMPT_KIT_COLOR_PUSH_REMOTE |
string | Color of the Git push remote and its commits-ahead count | #87afff |
GIT_PROMPT_KIT_COLOR_REMOTE |
string | Color of the Git remote and its commits-ahead count | #ffaf87 |
GIT_PROMPT_KIT_COLOR_SKIP_WORKTREE |
string | Color of the Git skip-worktree count | #5fd7ff |
GIT_PROMPT_KIT_COLOR_STAGED |
string | Color of Git staged file counts | #87ff87 |
GIT_PROMPT_KIT_COLOR_STASH |
string | Color of the Git stash count | #5fd7ff |
GIT_PROMPT_KIT_COLOR_SUCCEEDED |
string | Color of the prompt character when the previous command succeeded | #5fd700 |
GIT_PROMPT_KIT_COLOR_TAG |
string | Color of Git tag | #5fffd7 |
GIT_PROMPT_KIT_COLOR_UNSTAGED |
string | Color of Git unstaged file counts | #d70087 |
GIT_PROMPT_KIT_COLOR_USER |
string | Color of the user | #87afaf |