From 7540ef1fe4a63a5394b9d46c7082a238561a3e02 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Fri, 21 Jul 2017 09:33:27 +0100 Subject: [PATCH] Renaming: LHLIGHTORANGE -> LHORANGEMEDIUM. --- themes/logicalhacking.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/logicalhacking.zsh-theme b/themes/logicalhacking.zsh-theme index 31c3b41..bf8ce0d 100755 --- a/themes/logicalhacking.zsh-theme +++ b/themes/logicalhacking.zsh-theme @@ -205,7 +205,7 @@ build_prompt() { RETVAL=$? prompt_logo $LHORANGE black prompt_isabelle_env $LHCYAN black - prompt_dir $LHLIGHTORANGE black + prompt_dir $LHORANGEMEDIUM black prompt_git $LHGOLD $LHGREEN black prompt_bzr $LHGOLD $LHGREEN black prompt_end @@ -291,7 +291,7 @@ if [[ "$TERM" =~ ".*256.*" ]]; then else LHORANGE="068" - LHLIGHTORANGE="016" + LHORANGEMEDIUM="016" LHDARKGRAY="019" LHLIGHTGRAY="008" LHCYAN="014"