bash-git-prompt/themes/x-files-chevron.bgptheme
2025-01-09 10:54:35 +01:00

46 lines
1.3 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# X-Files bash-git-prompt theme.
# This theme is using symbols from the font:
# DejaVuSansMono Nerd Font included in the repositoty
#
# Font Test:
#                          
override_git_prompt_colors() {
local light_blue=$(echo -e "\001\e[38;2;140;206;250m\002")
Time12a="\$(date +%H:%M)"
GIT_PROMPT_THEME_NAME="x-files-chevron"
GIT_PROMPT_ONLY_IN_REPO=1
GIT_PROMPT_LEADING_SPACE=0
GIT_PROMPT_REMOTE=""
GIT_PROMPT_BRANCH="${light_blue} "
GIT_PROMPT_PREFIX="["
GIT_PROMPT_SUFFIX="]"
GIT_PROMPT_SEPARATOR=" "
GIT_PROMPT_STAGED="${Red}●"
GIT_PROMPT_CONFLICTS=" ${Red}✗ "
GIT_PROMPT_CHANGED=" ${Blue}+"
GIT_PROMPT_UNTRACKED=" ${light_blue}…"
GIT_PROMPT_STASHED=" ${Green}"
GIT_PROMPT_CLEAN="${Green}"
GIT_PROMPT_SYMBOLS_NO_REMOTE_TRACKING="${light_blue} "
GIT_PROMPT_COMMAND_OK="${Green} "
GIT_PROMPT_COMMAND_FAIL="${Red} "
GIT_PROMPT_START_USER="_LAST_COMMAND_INDICATOR_"
GIT_PROMPT_START_ROOT="_LAST_COMMAND_INDICATOR_"
GIT_PROMPT_END_USER="${Yellow} ${PathShort}${White} ${ResetColor}"
GIT_PROMPT_END_ROOT="${Yellow} ${PathShort}${Red} ${ResetColor}"
GIT_PROMPT_SYMBOLS_AHEAD=" "
GIT_PROMPT_SYMBOLS_BEHIND=" "
}
reload_git_prompt_colors "x-files-chevron"