From 55df57508f97bf35d156f3277341e31f529baace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Schmidts?= Date: Tue, 30 Apr 2013 14:03:37 +0200 Subject: [PATCH] propsing a fix for issue #159 --- liquid.theme | 4 ++-- liquidprompt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/liquid.theme b/liquid.theme index 71508ef..91ac919 100644 --- a/liquid.theme +++ b/liquid.theme @@ -47,7 +47,7 @@ LP_PS1_PREFIX="" # Set to a null string "" if you do not want color. # Current working directory -LP_COLOR_PATH="$BOLD_WHITE" # as normal user +LP_COLOR_PATH="$BOLD" # as normal user LP_COLOR_PATH_ROOT="$BOLD_YELLOW" # as root # Color of the proxy mark @@ -62,7 +62,7 @@ LP_COLOR_JOB_Z="$BOLD_YELLOW" # Sleeping (Ctrl-Z) LP_COLOR_ERR="$PURPLE" # Prompt mark -LP_COLOR_MARK="$BOLD_WHITE" # as user +LP_COLOR_MARK="$BOLD" # as user LP_COLOR_MARK_ROOT="$BOLD_RED" # as root # Current user diff --git a/liquidprompt b/liquidprompt index 5e8dae9..7710792 100755 --- a/liquidprompt +++ b/liquidprompt @@ -244,14 +244,14 @@ _lp_source_config() LP_MARK_BRACKET_CLOSE=${LP_MARK_BRACKET_CLOSE:-"]"} LP_MARK_SHORTEN_PATH=${LP_MARK_SHORTEN_PATH:-" … "} - LP_COLOR_PATH=${LP_COLOR_PATH:-$BOLD_WHITE} + LP_COLOR_PATH=${LP_COLOR_PATH:-$BOLD} LP_COLOR_PATH_ROOT=${LP_COLOR_PATH_ROOT:-$BOLD_YELLOW} LP_COLOR_PROXY=${LP_COLOR_PROXY:-$BOLD_BLUE} LP_COLOR_JOB_D=${LP_COLOR_JOB_D:-$YELLOW} LP_COLOR_JOB_R=${LP_COLOR_JOB_R:-$BOLD_YELLOW} LP_COLOR_JOB_Z=${LP_COLOR_JOB_Z:-$BOLD_YELLOW} LP_COLOR_ERR=${LP_COLOR_ERR:-$PURPLE} - LP_COLOR_MARK=${LP_COLOR_MARK:-$BOLD_WHITE} + LP_COLOR_MARK=${LP_COLOR_MARK:-$BOLD} LP_COLOR_MARK_ROOT=${LP_COLOR_MARK_ROOT:-$BOLD_RED} LP_COLOR_USER_LOGGED=${LP_COLOR_USER_LOGGED:-""} LP_COLOR_USER_ALT=${LP_COLOR_USER_ALT:-$BOLD}