From e9298f0e62bdbf50854425269c2989f9f05a77ab Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Mon, 10 Jul 2017 05:03:32 +0100 Subject: [PATCH] Fixed LHORANGE. --- themes/logicalhacking.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/logicalhacking.zsh-theme b/themes/logicalhacking.zsh-theme index 73c2e78..723b248 100755 --- a/themes/logicalhacking.zsh-theme +++ b/themes/logicalhacking.zsh-theme @@ -154,7 +154,7 @@ if [[ "$TERM" =~ ".*256.*" ]]; then LHLLIGHTGRAY="008" LHCYAN="014" else - LHORANGE="058" + LHORANGE="068" LHLIGHTORANGE="016" LHDARKGRAY="019" LHLLIGHTGRAY="008"