From 9aa174dbcda249b83135ee510c6f1b6eadf4b3c9 Mon Sep 17 00:00:00 2001 From: Xueyuan Jiang Date: Wed, 5 Jul 2017 11:25:04 +0800 Subject: [PATCH] update time format in freegull theme --- themes/freegull.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/freegull.zsh-theme b/themes/freegull.zsh-theme index 3b632f199..0a018e379 100644 --- a/themes/freegull.zsh-theme +++ b/themes/freegull.zsh-theme @@ -57,7 +57,7 @@ local username_command="%n" local hostname_command="%m" local current_dir="%~" -local time_output="[$yellow$blue_bg%T$reset]" +local time_output="$white($magenta%T$white)$reset" local username_output="%(!..$username_normal_color$username_command$reset@)" local hostname_output="$hostname_color$hostname_command$reset" local current_dir_output="$current_dir_color$current_dir$reset"