From 8b380c191451afd1d2211c9c0738e5c8058899be Mon Sep 17 00:00:00 2001 From: JFSIII Date: Sat, 18 Jun 2011 10:57:59 -0400 Subject: [PATCH] Convert theme to use the already escaped colors introduced in 46b8d27815583c1b79ef9f0b27f9b39680baa114 --- themes/hawaii50/hawaii50.theme.bash | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/themes/hawaii50/hawaii50.theme.bash b/themes/hawaii50/hawaii50.theme.bash index ad87e78..9ee1f6e 100644 --- a/themes/hawaii50/hawaii50.theme.bash +++ b/themes/hawaii50/hawaii50.theme.bash @@ -33,22 +33,22 @@ # COLORS ====================================================================== ORANGE='\[\e[0;33m\]' -DEFAULT_COLOR='\[${white}\]' +DEFAULT_COLOR="${white}" -USER_COLOR='\[${purple}\]' -SUPERUSER_COLOR='\[${red}\]' +USER_COLOR="${purple}" +SUPERUSER_COLOR="${red}" MACHINE_COLOR=$ORANGE IP_COLOR=$ORANGE -DIRECTORY_COLOR='\[${green}\]' +DIRECTORY_COLOR="${green}" -VE_COLOR='\[${cyan}\]' -RVM_COLOR='\[${cyan}\]' +VE_COLOR="${cyan}" +RVM_COLOR="${cyan}" -REF_COLOR='\[${purple}\]' +REF_COLOR="${purple}" # SCM prompts -SCM_THEME_PROMPT_DIRTY=' \[${bold_red}\]✗\[${normal}\]' -SCM_THEME_PROMPT_CLEAN=' \[${bold_green}\]✓\[${normal}\]' +SCM_THEME_PROMPT_DIRTY=" ${bold_red}✗${normal}" +SCM_THEME_PROMPT_CLEAN=" ${bold_green}✓${normal}" SCM_THEME_PROMPT_PREFIX=' on ' SCM_THEME_PROMPT_SUFFIX='' -- 2.17.1