Renaming: LHLIGHTORANGE -> LHORANGEMEDIUM.

This commit is contained in:
Achim D. Brucker 2017-07-21 09:33:27 +01:00
parent 12ea913eb6
commit 7540ef1fe4
1 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ build_prompt() {
RETVAL=$? RETVAL=$?
prompt_logo $LHORANGE black prompt_logo $LHORANGE black
prompt_isabelle_env $LHCYAN black prompt_isabelle_env $LHCYAN black
prompt_dir $LHLIGHTORANGE black prompt_dir $LHORANGEMEDIUM black
prompt_git $LHGOLD $LHGREEN black prompt_git $LHGOLD $LHGREEN black
prompt_bzr $LHGOLD $LHGREEN black prompt_bzr $LHGOLD $LHGREEN black
prompt_end prompt_end
@ -291,7 +291,7 @@ if [[ "$TERM" =~ ".*256.*" ]]; then
else else
LHORANGE="068" LHORANGE="068"
LHLIGHTORANGE="016" LHORANGEMEDIUM="016"
LHDARKGRAY="019" LHDARKGRAY="019"
LHLIGHTGRAY="008" LHLIGHTGRAY="008"
LHCYAN="014" LHCYAN="014"