From d6b6f7a7f6d2651f75b56e313e51bc7708ad65f2 Mon Sep 17 00:00:00 2001 From: Wentao Han Date: Wed, 14 May 2014 18:36:00 +0800 Subject: [PATCH] Use bold (bright) font --- themes/hanwentao.zsh-theme | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/hanwentao.zsh-theme b/themes/hanwentao.zsh-theme index e18420c73..cf3e210c9 100644 --- a/themes/hanwentao.zsh-theme +++ b/themes/hanwentao.zsh-theme @@ -4,12 +4,12 @@ function ssh_username_hostname() { fi } -ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[cyan]%}git:(%{$fg[red]%}" +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[cyan]%}git:(%{$fg_bold[red]%}" ZSH_THEME_GIT_PROMPT_SUFFIX=" " -ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[yellow]%}X%{$fg[cyan]%})" -ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[cyan]%})" +ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg_bold[yellow]%}X%{$fg_bold[cyan]%})" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[cyan]%})" -local current_dir="%{$fg[blue]%}%~ " +local current_dir="%{$fg_bold[blue]%}%~ " local ret_status="%(?:%{$fg_bold[green]%}:%{$fg_bold[red]%}%? )%# " -PROMPT='$(ssh_username_hostname)${current_dir}$(git_prompt_info)${ret_status}%{$reset_color%}' +PROMPT='%s$(ssh_username_hostname)${current_dir}$(git_prompt_info)${ret_status}%{$reset_color%}'