Skip to content

Commit

Permalink
Color of logo in bash theme
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Nov 7, 2024
1 parent a781a7e commit 8979168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/share/biglinux/bash-config/blerc
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ setPrompt() {
if [[ -n $VIRTUAL_ENV ]]; then
ps1_virtual_env="$reset $virtualEnvFg$virtualEnvBg$yellowFg  \[\e[38;5;254m\]$VIRTUAL_ENV $reset$virtualEnvFg$reset"
fi
PS1="$blue2Fg╭─\[\e[38;5;31m\]\[\e[48;5;31m\] \[\e[38;5;31;48;5;24m\]\[\e[97m\] \u \[\e[38;5;24;48;5;238m\]\[\e[38;5;254m\] \w \[\e[0;38;5;238m\]$gitBg$gitPrompt$ps1_virtual_env$reset \[\e[38;5;245m\] \t\[\e[0m\]\n$blue2Fg╰─ ❯ "

PS1="$blue2Fg╭─\[\e[38;5;31m\]\[\e[97;48;5;31m\] \[\e[38;5;31;48;5;24m\]\[\e[97m\] \u \[\e[38;5;24;48;5;238m\]\[\e[38;5;254m\] \w \[\e[0;38;5;238m\]$gitBg$gitPrompt$ps1_virtual_env$reset \[\e[38;5;245m\] \t\[\e[0m\]\n$blue2Fg╰─ ❯ "
}

# Set the PROMPT_COMMAND to call setPrompt
Expand Down

0 comments on commit 8979168

Please sign in to comment.