mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Final arrow colour is no longer slightly lighter
Just done a clean install of Solarized theme, Powerline fonts (Meslo) and OMZ using Terminal.app Using "agnosta" theme the final > arrow (segment separator) would always show as slightly than the background colour. This change fixes that issue.
This commit is contained in:
parent
d485044169
commit
6d20426d85
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ prompt_segment() {
|
|||
# End the prompt, closing any open segments
|
||||
prompt_end() {
|
||||
if [[ -n $CURRENT_BG ]]; then
|
||||
echo -n " %{%k%F{$CURRENT_BG}%}$SEGMENT_SEPARATOR"
|
||||
echo -n " %{%K%F{$CURRENT_BG}%}$SEGMENT_SEPARATOR"
|
||||
else
|
||||
echo -n "%{%k%}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue